Skip to content

Conversation

@iamjs77
Copy link

@iamjs77 iamjs77 commented Oct 28, 2014

org.springframework.asm.ClassReader.readMethod(ClassVisitor, Context,
int)
if (mw.cw.cr == this && signature==mw.signature)
{ ... }
Actually Type of signature and mw.signature are String.
It is better to use .equals()

org.springframework.asm.ClassReader.readMethod(ClassVisitor, Context, int) if (mw.cw.cr == this && signature==mw.signature) { ... } Actually Type of signature and mw.signature are String. It is better to use .equals()
@iamjs77
Copy link
Author

iamjs77 commented Oct 28, 2014

Hi.
I think String comparison operations should be equals().

@iamjs77
Copy link
Author

iamjs77 commented Oct 28, 2014

I have signed and agree to the terms of the SpringSource Individual Contributor License Agreement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants