You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org> on 2006/08/15 03:34:14 UTC

[jira] Resolved: (TAPESTRY-1067) EmailValidator constructor doesn't call superclass BaseValidator constructor

     [ 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org