Skip to content

Conversation

@multiservicio
Copy link
Owner

New test of jenkins integration

public class FooBar {

public int process(int a) {
int b = 0;
Copy link
Owner Author

@multiservicio multiservicio May 5, 2017

Choose a reason for hiding this comment

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

MINOR Remove this unused "b" local variable. rule
MINOR 'method def' child have incorrect indentation level 4, expected level should be 8. rule

@@ -1,4 +1,5 @@
function process() {
var foo = 10;
Copy link
Owner Author

Choose a reason for hiding this comment

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

MAJOR Remove this useless assignment to local variable "foo" rule
MINOR Remove the declaration of the unused 'foo' variable. rule

@multiservicio
Copy link
Owner Author

SonarQube analysis reported 4 issues

  • MAJOR 1 major
  • MINOR 3 minor

Watch the comments in this conversation to review them.

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.

2 participants