[jboss-jira] [JBoss JIRA] (JASSIST-196) Dont use ==, instead use .equals() for strings

oliver z (JIRA) jira-events at lists.jboss.org
Mon Apr 29 04:54:54 EDT 2013


oliver z created JASSIST-196:
--------------------------------

             Summary: Dont use ==, instead use .equals() for strings
                 Key: JASSIST-196
                 URL: https://issues.jboss.org/browse/JASSIST-196
             Project: Javassist
          Issue Type: Quality Risk
    Affects Versions: 3.17.1-GA
            Reporter: oliver z
            Assignee: Shigeru Chiba


I just used a code quality tool to scan my application which uses javassist. 
It is complaining about a few "==" instead of .equals().
Occurance at least in: AccessorMaker.java:127
Would be nice if this could be fixed because as its a very little change.
Thanks!

--
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 jboss-jira mailing list