[forge-issues] [JBoss JIRA] (FORGE-1714) JavaClass.getProperties() returns wrong number of items
George Gastaldi (JIRA)
issues at jboss.org
Mon Mar 31 18:01:14 EDT 2014
George Gastaldi created FORGE-1714:
--------------------------------------
Summary: JavaClass.getProperties() returns wrong number of items
Key: FORGE-1714
URL: https://issues.jboss.org/browse/FORGE-1714
Project: Forge
Issue Type: Bug
Components: Parsers / File Manipulation
Affects Versions: 2.0.0.Final
Reporter: George Gastaldi
Fix For: 2.x Future
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]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the forge-issues
mailing list