Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new LO detector, Fix bugs in commons-lang 2.x detectors, Fix typos in messages.xml #6

Merged
merged 3 commits into from Feb 12, 2013

Conversation

tpounds
Copy link
Contributor

@tpounds tpounds commented Feb 11, 2013

  • Fix bugs in commons-lang 2.x equals/hash code detectors.
  • Fix typos in messages.xml for SNG detectors.
  • Add new rule for detecting misuse of logger methods that result in lost exception stack traces.
log.info(new Throwable()); // bad
log.info("Message", new Throwable()); // ok

mebigfatguy added a commit that referenced this pull request Feb 12, 2013
Add new LO detector, Fix bugs in commons-lang 2.x detectors, Fix typos in messages.xml
@mebigfatguy mebigfatguy merged commit c27e5be into mebigfatguy:master Feb 12, 2013
@mebigfatguy
Copy link
Owner

thanks for the patch, committed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants