[jboss-jira] [JBoss JIRA] Created: (JASSIST-57) Comparison of String parameter using ==
Guy Korland (JIRA)
jira-events at lists.jboss.org
Sat Mar 22 12:48:40 EDT 2008
Comparison of String parameter using ==
---------------------------------------
Key: JASSIST-57
URL: http://jira.jboss.com/jira/browse/JASSIST-57
Project: Javassist
Issue Type: Bug
Reporter: Guy Korland
Assigned To: Shigeru Chiba
AccessMaker line 126:
if (desc == accDesc) should be if (desc.equals( accDesc))
ClassMap line 109:
if (oldname == newname) should be if (oldname.equals( newname))
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list