Community
Participate
Working Groups
The reqif10 model contains some EAttributes of type boolean which start with the prefix "is". The standard EMF code generation adds another "is" when generating the getter methods. This double "is" might confuse the user of the generated model API. e.g. AccessControlledElement.isEditable would produce a getter called isIsEditable() == proposal == I propose renaming the following EAttributes: Identifiable.isEditable -> Identifiable.editable AccessControlledElement.isEditable -> AccessControlledElement.editable AttributeValueXhtml.isSimplified -> AttributeValueXhtml.simplified SpecHierarchy.isTableInternal -> SpecHierarchy.tableInternal The serialization needs to make sure that the correct xml attribute names are created.
fixed with commit 3e3829ca63eb7e022913315df0f4e377938c25d8 http://git.eclipse.org/gitroot/rmf/org.eclipse.rmf.git the serialization mechanism and the metamodel have been reworked
fixed as proposed in bug description
verified and set to closed