You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Michael Wyraz (JIRA)" <ji...@apache.org> on 2010/05/13 10:12:45 UTC

[jira] Updated: (TAP5-1148) org.apache.tapestry5.internal.DefaultValidationDecorator sounld not be final

     [ https://issues.apache.org/jira/browse/TAP5-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Wyraz updated TAP5-1148:
--------------------------------

    Description: 
The class contains usefull code which has to be copied for an own component (bad practice). So either this code (e.g. inError(Field) should go to BaseValidationDecorator or the clas should allowed to be a superclass.

These methods should also be protected, not private.

  was:The class contains usefull code which has to be copied for an own component (bad practice). So either this code (e.g. inError(Field) should go to BaseValidationDecorator or the clas should allowed to be a superclass.


> org.apache.tapestry5.internal.DefaultValidationDecorator sounld not be final
> ----------------------------------------------------------------------------
>
>                 Key: TAP5-1148
>                 URL: https://issues.apache.org/jira/browse/TAP5-1148
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.0.19
>            Reporter: Michael Wyraz
>            Priority: Trivial
>
> The class contains usefull code which has to be copied for an own component (bad practice). So either this code (e.g. inError(Field) should go to BaseValidationDecorator or the clas should allowed to be a superclass.
> These methods should also be protected, not private.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.