Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Add some bugs #5

Closed
wants to merge 3 commits into from
Closed

Add some bugs #5

wants to merge 3 commits into from

Conversation

bellingard
Copy link
Owner

No description provided.

*/

Object object = null;
int i = object.hashCode();
Copy link

@ghost ghost May 10, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BLOCKER NullPointerException might be thrown as 'object' is nullable here rule
MAJOR Remove this unused "i" local variable. rule
MAJOR Remove this useless assignment to local variable "i". rule

@ghost
Copy link

ghost commented Jun 21, 2016

SonarQube analysis reported 5 issues

  • BLOCKER 1 blocker
  • MAJOR 3 major
  • MINOR 1 minor

Watch the comments in this conversation to review them.

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

Successfully merging this pull request may close these issues.

1 participant