-
Notifications
You must be signed in to change notification settings - Fork 145
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
Issue #669: removed branchContains for complicated cases (part 1) #671
Conversation
Regression: http://rveach.no-ip.org/checkstyle/regression/reports/159/ Seems there are differences with AvoidConstantAsFirstOperandInConditionCheck and PublicReferenceToPrivateTypeCheck. I'll need to look into and fix these. This can't be merged yet. |
ones regression is resolved - ok to merge. |
@romani http://rveach.no-ip.org/checkstyle/regression/reports/159/guava/index.html#A1
1 should be on the right side as it is a constant. It seems the majority of the violations follow this pattern. I will verify them all after I check the other check. |
Yes, violation is valid. |
I just thought it should be more documented on valid changes in logic. If issue arises X years down the road from this change, won't we assume it is something we missed in review and not expected since it is grouped with non-logic change? |
Issues for It looks like |
I will add cases as new tests and confirm the rest of the violations. |
I added new tests and confirmed all new violations. |
most likely but regression report generation is recent practice, such Checks far before.
service is not available. |
Storm in my area so I turned it off for safety. It should be coming up now. |
valid violations, look like we can file issue against openjdk. |
Issue #669
Regression to come.