Conversation
This comment was marked as outdated.
This comment was marked as outdated.
00eebf3 to
ebb9041
Compare
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
|
Verifying that the whitespace is untouched maybe a bit harder than I thought because I looked into Indentation of replaced code might cause some challenge. |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
ca7ada8 to
11816d9
Compare
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/MemberOrdering.java
Outdated
Show resolved
Hide resolved
error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/MemberOrdering.java
Outdated
Show resolved
Hide resolved
error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/MemberOrdering.java
Outdated
Show resolved
Hide resolved
error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/MemberOrdering.java
Outdated
Show resolved
Hide resolved
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/MemberOrdering.java
Outdated
Show resolved
Hide resolved
|
(Okay apparently I had to rebuild, the test locally passed 😄, will take a look).
@benhalasi I would add a testcase with an annotation in that case 😉 .
When using the suppression for |
|
Kudos, SonarCloud Quality Gate passed! |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
|
I reverted the commit as I'd need some more time to properly fix this. I'm wondering however, maybe we should use a different method altogether. In the |
2fcedcd to
291a517
Compare
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
1 similar comment
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/MemberOrdering.java
Outdated
Show resolved
Hide resolved
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
|
To include comments, we can use |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
ee2cb5e to
b0a23ba
Compare
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
|
Thanks oxkitsune for the Apart from the minor questions below, the only big thing to tackle is verifying that this checker reserves whitespaces or deciding that we don't verify it. |
error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/MemberOrdering.java
Outdated
Show resolved
Hide resolved
error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/MemberOrdering.java
Outdated
Show resolved
Hide resolved
error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/MemberOrdering.java
Outdated
Show resolved
Hide resolved
error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/MemberOrdering.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
|
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
|
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
1 similar comment
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
|
/integration-test |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
|
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
| @Test | ||
| void handlesCommentsOddCommentsContainingLBraces() { | ||
| BugCheckerRefactoringTestHelper.newInstance(BlockStartWhitespace.class, getClass()) | ||
| .addInputLines( |
There was a problem hiding this comment.
[javac] reported by reviewdog 🐶
[ErrorProneTestHelperSourceFormat] Test code should follow the Google Java style
| void handlesCommentsOddCommentsContainingLBraces() { | ||
| BugCheckerRefactoringTestHelper.newInstance(BlockStartWhitespace.class, getClass()) | ||
| .addInputLines( | ||
| "A.java", "class A /* { */", "", "{", "", " private static final int foo = 1;", "}") |
There was a problem hiding this comment.
[Error Prone] reported by reviewdog 🐶
| "A.java", "class A /* { */", "", "{", "", " private static final int foo = 1;", "}") | |
| "A.java", "class A /* { */ {", "", " private static final int foo = 1;", "}") |











#595
Suggested commit message