You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org> on 2010/10/22 18:14:15 UTC

[jira] Created: (TRINIDAD-1945) Trinidad component generation creates getters for overridden component properties

Trinidad component generation creates getters for overridden component properties
---------------------------------------------------------------------------------

                 Key: TRINIDAD-1945
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1945
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Build
            Reporter: Andrew Robinson
            Assignee: Andrew Robinson


The Trinidad component generation always generates final getter and setter methods. If someone extends a Trinidad component and uses the trinidad maven plugins to generate their component, and they have a new, overriding, definition of a property, the component will fail to compile due to methods trying to extend final ones.

The component generation should not generate the property getters and setters for overridden properties.

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