[ http://issues.apache.org/jira/browse/TAPESTRY-1067?page=all ]

Jesse Kuhnert resolved TAPESTRY-1067.
-------------------------------------

    Resolution: Invalid

If I'm incorrect please feel free to say something, but I don't think the 
BaseValidator constructor does anything...

Also, since the org.apache.tapestry.valid Validators are all deprecated I don't 
see any reason to make tiny cosmetic changes to them.

> EmailValidator constructor doesn't call superclass BaseValidator constructor
> ----------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1067
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1067
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.0
>         Environment: n/a
>            Reporter: Joel Parker Henderson
>
> Tapestry 4.0 Framework EmailValidator.java
> Problem: the default constructor should call the superclass, but doesn't:
>     public EmailValidator()
>     {
>     }
> Is this the solution?
>     public EmailValidator()
>     {
>         super();
>     }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to