-
-
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 #12817: fix switch-expression Indentation when appears on the start of the … #16418
Issue #12817: fix switch-expression Indentation when appears on the start of the … #16418
Conversation
Github, generate report for indentation/all-examples-in-one |
Failed to download or process the specified configuration(s).
|
Github, generate report |
I like fact that no changes except for one project.
this very scary difference. |
I tested examples locally with same config and it passes without any problem. |
Github, generate report for Indentation/Example1 |
Github, generate report |
Report generation failed on phase "make_report", |
Github, generate report |
@romani report is ready. |
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.
Last minor:
src/test/java/com/puppycrawl/tools/checkstyle/checks/indentation/IndentationCheckTest.java
Outdated
Show resolved
Hide resolved
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.
Itet
...awl/tools/checkstyle/checks/indentation/indentation/InputIndentationSwitchOnStartOfLine.java
Show resolved
Hide resolved
Just curious, how much violations are on camunda , if just run Indentation validation of config that you have in PR description. |
I'm having some difficulties specifying violations in google test suit. every other test-case function has not specified any expected violation in them, so i was just following them. |
Can you try to debug to see what are the unexpected violations? If they're about line length limit then try to trim violation messages to:
|
@Zopsss I figured it out. regexp was not catching it because ( But now as you can see, full message causes line-length issue, but it is not accepting shortened message either. |
Add |
49517b4
to
0748b8b
Compare
@Zopsss |
okay figured it out. |
0748b8b
to
2ad2e4c
Compare
i feel like there should be a page on the website about how to specify violations in input files, with different formats. we could also add how to write test functions. It'd make really easy for newcomers and time-saving as well. and we could avoid many repetitive questions . @romani what do you think, should i open an issue ? |
2ad2e4c
to
4aaed8d
Compare
let's try |
Github, generate report |
Report generation failed on phase "make_report", |
did I do something wrong in the configs/project file ? |
Github, generate report |
Report generation failed on phase "make_report", |
Github, generate report |
Please create issue and feel free to send PR to resolve it, as look like know all pain points |
@romani is this #16418 (comment) what we wanted ? |
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.
is this #16418 (comment) what we wanted ?
unfortunately too much violation to take use from it, but yes conceptually it is.
I just tried to find config that will produce minimal amount of violations, to let it reviewable by humans.
very good.
last request:
String testMethod1(int i) { | ||
String s = | ||
switch (i) { | ||
case 1 -> "one"; |
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.
please make copy of correct to
...Correct.java files
in this case formatter will confirm that no violation from Checkstyle means no violation from java google formatter
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.
the file is already in the right location in resources-noncompilable section. trying to put it in https://github.com/checkstyle/checkstyle/tree/main/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule4841indentation trigger IDEA errors about switch expression not being compartiable with java11.
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.
Keep same top folder noncopileable , but name file ..... Correct.java, to let CI run formatting on 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.
done
4aaed8d
to
eef0e7c
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 a lot for hard work on most complicated module in Checkstyle.
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.
lgtm
fixes #12817
New module config: https://gist.githubusercontent.com/mohitsatr/937e10572dd412961b61c77577619dff/raw/7a47240f8793e7335adbd81c2806b375f0394815/google_checks_indentation.xml
Diff Regression projects: https://gist.githubusercontent.com/mohitsatr/68b0817ac52ff7773d35585ee12fc1cc/raw/9ba8e4fb324e1daf589874c6992f2aa87b03079a/list-of-projects.properties