[
https://issues.jboss.org/browse/FORGE-513?page=com.atlassian.jira.plugin....
]
Lincoln Baxter III updated FORGE-513:
-------------------------------------
Status: Closed (was: Pull Request Sent)
Assignee: Lincoln Baxter III
Fix Version/s: 1.0.1.Final
Resolution: Done
Thank you!
AnnotationImpl.removeValue(String) does nothing
-----------------------------------------------
Key: FORGE-513
URL:
https://issues.jboss.org/browse/FORGE-513
Project: Forge
Issue Type: Bug
Reporter: Dupont Dupont
Assignee: Lincoln Baxter III
Fix For: 1.0.1.Final
annotation.removeValue("regex") doesn't remove the attribute regex.
The error is in AnnotationImpl#removeValue(String)
{code}
if (pair.getValue().toString().equals(name))
{code}
should be replaced with somthing like this
{code}
if (pair.getName().toString().equals(name))
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira