[
http://jira.jboss.com/jira/browse/JASSIST-57?page=all ]
Shigeru Chiba resolved JASSIST-57.
----------------------------------
Resolution: Won't Fix
These are sort of spec. I updated the javadoc comments.
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