Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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.