-
Bug
-
Resolution: Done
-
Major
-
2.0.0.Final
-
None
Having a JavaClass with property Long id and with getters and setters:
When JavaClass.getProperties() is called
Then A list of 1 element should be returned.
As of Roaster 2.0.0.Final. it returns 2 elements: [Property Id, Property id]