-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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 #15263: Add conditional expressions flag to UnnecessaryParenthe… #15681
Issue #15263: Add conditional expressions flag to UnnecessaryParenthe… #15681
Conversation
GitHub, generate report |
src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessaryParenthesesCheck.java
Outdated
Show resolved
Hide resolved
fbdc5a4
to
842f17e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Direction is good
Items
src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessaryParenthesesCheck.java
Outdated
Show resolved
Hide resolved
src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessaryParenthesesCheck.java
Outdated
Show resolved
Hide resolved
...e/checks/coding/unnecessaryparentheses/InputUnnecessaryParenthesesConditionalExpression.java
Outdated
Show resolved
Hide resolved
String f; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most probably the next reviewer will ask you to revert these unrelated changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh these are because of the 120 lines rule , It would get broken if they were reverted back
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for sharing a reason.
I am ok to keep deletions, we are not extending Input with new code, but lines are growing due to more violations in file.
842f17e
to
b34613a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, but we still need to generate reports
GitHub, generate report |
We will wait for final report, but concern me fact that new default behavior is very aggressive, a lot of new violations . We might not make it default token. |
IMO it really is aggressive but isnt the point of the check is to rule out all unnecessary parentheses ? I think it is always subjective to like using parentheses in code for readability even if it , syntactically speaking , does not make a difference if there are parentheses or not Like with using bitwise operators I think it's more readable to have brackets in this example |
Hey @romani You closed/reopened at the same day so I was wondering WDYT is it too strict / aggressive to add ? |
It was inaccurate, pressing on phone. PR is still good. But unfortunately I lost track of it, thanks a lot for pinning. I will meditate for a bit, and will make decision on next 1-2 days. Please move forward, and choose other issue to contribute. |
yes, it is goal of this Check. BUT there is default behavior and custom behavior. if users wants to activate this Checks, he will read more on it, to get maximum from it. We can make example in xdoc pages on how to do this, so users will find it decently quickly. After looking at may case in diff report. I am voting for not placing this token @rnveach , @nrmancuso please vote. One more exercise we can do to prove our subjective idea on default behavior. if 2 out of 3 accept PR with removal of |
@romani Pinging as a reminder of what's next ? Should we send the PR to pmd,spotbugs and spring-integration ? |
@rdiachenko , please share your opinion on how you like new behavior and if you agree to make it default. @MohanadKh03 , please send PR to PMD or spotbugs, to test feedback. |
@MohanadKh03, of you have no time for extra PRs , let's trust my experience and just remove tokens from default and put example on how to enable such validation. |
@romani Yeah my bad I didnt have time for exploring PMD/Spotbugs . Alright ill work on it and the examples should obviously include the token parameter right ? |
Yes. What is not enabled by default , is good to show users in examples. Users love examples. |
b34613a
to
5f98d02
Compare
5f98d02
to
f72327f
Compare
Apologies I have made a mistake while rebasing .. Going to fix rn |
Please see commands and videos on how to change PR and rebase https://checkstyle.org/beginning_development.html#Starting_Development |
dc9296b
to
5f98d02
Compare
Yes I did I just had problems with mixed old branches into my fork's master which messed things up. Apologies again for the CI spam Update: Now it is fixed i got all branches together and fixed the first CI failure of not rebasing to master.. Sorry again for the spam |
5f98d02
to
64cabf0
Compare
Please always run |
Ah yes I did so .. the first CI problem was due to having been far away from master(job pr-age) that is why there was a mess in rebasing |
Ok my bad seems there indeed was a problem while running checkstyle/src/xdocs/checks/coding/unnecessaryparentheses.xml Lines 381 to 407 in 64cabf0
This is due to org.codehaus.mojo 's xml-maven-plugin in the check-format goal
After some debugging it seems that the file is being modified while running |
@@ -117,6 +117,21 @@ if ((++f) > g && a) { // violation, unnecessary paren | |||
value="resources/com/puppycrawl/tools/checkstyle/checks/coding/unnecessaryparentheses/Example2.java"/> | |||
<param name="type" value="code"/> | |||
</macro> | |||
<p id="Example3-config"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete a space here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Thanks a lot
… conditional expressions to UnnecessaryParenthesesCheck
64cabf0
to
17ed694
Compare
GitHub, generate website |
Github, generate report for configs in PR description |
@romani Is this xwiki problem related to a certain change I have done ? I tried to debug the script thats failing but cant really get what this really means |
This is Not related failure, we have it from today in all other PRs. I will ignore it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok to merge
fixes #15263
Diff Regression config: https://gist.githubusercontent.com/MohanadKh03/62962eb95063d4cbbba210c35f9c56fe/raw/13b3d39dacefd54e6a3638f2920608d1616e570b/config.xml