-
Notifications
You must be signed in to change notification settings - Fork 57
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
Empty lines test #369
base: main
Are you sure you want to change the base?
Empty lines test #369
Conversation
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.
Some suggestions could not be made:
- src/main/java/org/openrewrite/staticanalysis/ChainStringBuilderAppendCalls.java
- lines 35-36
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.
Great to see this kicked off! I've posted a few quick suggestion even if this is still a draft. In general we try to have a single @DocumentExample
annotated test, which we've shown in the docs before. That also helps folks spot which test to copy and modify if they want to report an @Issue
.
src/test/java/org/openrewrite/staticanalysis/EmptyLinesTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/openrewrite/staticanalysis/EmptyLinesTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/openrewrite/staticanalysis/EmptyLinesTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/openrewrite/staticanalysis/EmptyLinesTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/openrewrite/staticanalysis/EmptyLinesTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/openrewrite/staticanalysis/EmptyLinesTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/openrewrite/staticanalysis/EmptyLinesTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/openrewrite/staticanalysis/EmptyLinesTest.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.
Some suggestions could not be made:
- src/main/java/org/openrewrite/staticanalysis/ChainStringBuilderAppendCalls.java
- lines 36-38
fix line missalining to accordingly Java Code Conventions
https://www.oracle.com/technetwork/java/codeconventions-150003.pdf