Skip to content

Conversation

@Bertk
Copy link
Contributor

@Bertk Bertk commented Oct 30, 2016

  • different license headers
  • method needlessly boxes a boolean constant
  • concatenates the result of a toString()
  • passes constant String of length 1 to character overridden method 
  • string literal on the left side of this string comparison
  • Assertions should be complete

- different license headers
- method needlessly boxes a boolean constant
- concatenates the result of a toString()
- passes constant String of length 1 to character overridden method 
- string literal on the left side of this string comparison
- Assertions should be complete
@guwirth guwirth added this to the 0.9.7 milestone Oct 31, 2016
@guwirth
Copy link
Collaborator

guwirth commented Oct 31, 2016

@Bertk looks good, thx for providing this. Would be good a second one (maybe @jmecosta) will also have a look.

AddMacro("_ATL_VER=0x0C00", fileElement);
}
}
/*
Copy link
Collaborator

Choose a reason for hiding this comment

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

@jmecosta: file CxxVCppBuildLogParser.java, this is a bigger change (at least in LOC): also ok for you?

Copy link
Member

Choose a reason for hiding this comment

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

Seems to be only line endig fixing. Seems ok

Copy link
Member

Choose a reason for hiding this comment

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

Seems to be only line endig fixing. Seems ok

Copy link
Member

Choose a reason for hiding this comment

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

Seems to be only line endig fixing. Seems ok

@guwirth
Copy link
Collaborator

guwirth commented Nov 1, 2016

Will merge this because a lot of files are changed. Risk to get merge conflicts if I delay it. @jmecosta if there are problems we have to fix it later on.

@guwirth guwirth merged commit 985c0d7 into SonarOpenCommunity:master Nov 1, 2016
@Bertk Bertk deleted the sw-quality branch November 4, 2016 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants