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.