-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Issue #15007: Add input file for instanceof operator in OperatorWrap #15171
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 #15007: Add input file for instanceof operator in OperatorWrap #15171
Conversation
github, generate site |
3cc2109
to
48d3832
Compare
48d3832
to
1b16800
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.
Item:
...awl/tools/checkstyle/checks/whitespace/operatorwrap/InputOperatorWrapInstanceOfOperator.java
Show resolved
Hide resolved
95f9871
to
ae9e6d5
Compare
@@ -31,7 +31,13 @@ | |||
|
|||
/** | |||
* <p> | |||
* Checks the policy on how to wrap lines on operators. | |||
* Checks the policy on how to wrap lines on | |||
* <a href ="https://docs.oracle.com/javase/tutorial/java/nutsandbolts/opsummary.html"> |
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.
Remove space before =
.
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
@@ -0,0 +1,93 @@ | |||
/* | |||
OperatorWrap | |||
option = (default)nl |
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.
Duplicate file with other option.
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
ae9e6d5
to
ca342c3
Compare
closes #15007