Skip to content

Commit

Permalink
Issue #13627: Use violation messages macro in whitespace templates
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyanK7 authored and nrmancuso committed Aug 26, 2023
1 parent 07404d1 commit 9de9268
Show file tree
Hide file tree
Showing 30 changed files with 115 additions and 205 deletions.
6 changes: 4 additions & 2 deletions src/xdocs/checks/whitespace/emptyforinitializerpad.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,13 @@ class Example2 {
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.notPreceded%22">
ws.notPreceded</a>
ws.notPreceded
</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.preceded%22">
ws.preceded</a>
ws.preceded
</a>
</li>
</ul>
<p>
Expand Down
13 changes: 3 additions & 10 deletions src/xdocs/checks/whitespace/emptyforinitializerpad.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,9 @@ for (
</subsection>

<subsection name="Violation Messages" id="Violation_Messages">
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.notPreceded%22">
ws.notPreceded</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.preceded%22">
ws.preceded</a>
</li>
</ul>
<macro name="violation-messages">
<param name="checkName" value="EmptyForInitializerPad"/>
</macro>
<p>
All messages can be customized if the default message doesn't suit you.
Please <a href="../../config.html#Custom_messages">see the documentation</a>
Expand Down
6 changes: 4 additions & 2 deletions src/xdocs/checks/whitespace/emptyforiteratorpad.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,13 @@ class Example2 {
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.followed%22">
ws.followed</a>
ws.followed
</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.notFollowed%22">
ws.notFollowed</a>
ws.notFollowed
</a>
</li>
</ul>
<p>
Expand Down
13 changes: 3 additions & 10 deletions src/xdocs/checks/whitespace/emptyforiteratorpad.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,9 @@ for (Iterator foo = very.long.line.iterator();
</subsection>

<subsection name="Violation Messages" id="Violation_Messages">
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.followed%22">
ws.followed</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.notFollowed%22">
ws.notFollowed</a>
</li>
</ul>
<macro name="violation-messages">
<param name="checkName" value="EmptyForIteratorPad"/>
</macro>
<p>
All messages can be customized if the default message doesn't suit you.
Please <a href="../../config.html#Custom_messages">see the documentation</a>
Expand Down
12 changes: 8 additions & 4 deletions src/xdocs/checks/whitespace/emptylineseparator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -373,19 +373,23 @@ class Example5 {
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22empty.line.separator%22">
empty.line.separator</a>
empty.line.separator
</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22empty.line.separator.multiple.lines%22">
empty.line.separator.multiple.lines</a>
empty.line.separator.multiple.lines
</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22empty.line.separator.multiple.lines.after%22">
empty.line.separator.multiple.lines.after</a>
empty.line.separator.multiple.lines.after
</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22empty.line.separator.multiple.lines.inside%22">
empty.line.separator.multiple.lines.inside</a>
empty.line.separator.multiple.lines.inside
</a>
</li>
</ul>
<p>
Expand Down
21 changes: 3 additions & 18 deletions src/xdocs/checks/whitespace/emptylineseparator.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -243,24 +243,9 @@
</subsection>

<subsection name="Violation Messages" id="Violation_Messages">
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22empty.line.separator%22">
empty.line.separator</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22empty.line.separator.multiple.lines%22">
empty.line.separator.multiple.lines</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22empty.line.separator.multiple.lines.after%22">
empty.line.separator.multiple.lines.after</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22empty.line.separator.multiple.lines.inside%22">
empty.line.separator.multiple.lines.inside</a>
</li>
</ul>
<macro name="violation-messages">
<param name="checkName" value="EmptyLineSeparator"/>
</macro>
<p>
All messages can be customized if the default message doesn't suit you.
Please <a href="../../config.html#Custom_messages">see the documentation</a>
Expand Down
6 changes: 4 additions & 2 deletions src/xdocs/checks/whitespace/filetabcharacter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,13 @@ class Example3 {
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22containsTab%22">
containsTab</a>
containsTab
</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22file.containsTab%22">
file.containsTab</a>
file.containsTab
</a>
</li>
</ul>
<p>
Expand Down
13 changes: 3 additions & 10 deletions src/xdocs/checks/whitespace/filetabcharacter.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -134,16 +134,9 @@
</subsection>

<subsection name="Violation Messages" id="Violation_Messages">
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22containsTab%22">
containsTab</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22file.containsTab%22">
file.containsTab</a>
</li>
</ul>
<macro name="violation-messages">
<param name="checkName" value="FileTabCharacter"/>
</macro>
<p>
All messages can be customized if the default message doesn't suit you.
Please <a href="../../config.html#Custom_messages">see the documentation</a>
Expand Down
12 changes: 8 additions & 4 deletions src/xdocs/checks/whitespace/genericwhitespace.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,23 @@ Pair&lt;Integer, Integer &gt; p; // violation, &quot;&gt;&quot; preceded with wh
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.followed%22">
ws.followed</a>
ws.followed
</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.illegalFollow%22">
ws.illegalFollow</a>
ws.illegalFollow
</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.notPreceded%22">
ws.notPreceded</a>
ws.notPreceded
</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.preceded%22">
ws.preceded</a>
ws.preceded
</a>
</li>
</ul>
<p>
Expand Down
21 changes: 3 additions & 18 deletions src/xdocs/checks/whitespace/genericwhitespace.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,9 @@
</subsection>

<subsection name="Violation Messages" id="Violation_Messages">
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.followed%22">
ws.followed</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.illegalFollow%22">
ws.illegalFollow</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.notPreceded%22">
ws.notPreceded</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.preceded%22">
ws.preceded</a>
</li>
</ul>
<macro name="violation-messages">
<param name="checkName" value="GenericWhitespace"/>
</macro>
<p>
All messages can be customized if the default message doesn't suit you.
Please <a href="../../config.html#Custom_messages">see the documentation</a>
Expand Down
9 changes: 6 additions & 3 deletions src/xdocs/checks/whitespace/methodparampad.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,18 @@ class Example2 {
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22line.previous%22">
line.previous</a>
line.previous
</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.notPreceded%22">
ws.notPreceded</a>
ws.notPreceded
</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.preceded%22">
ws.preceded</a>
ws.preceded
</a>
</li>
</ul>
<p>
Expand Down
17 changes: 3 additions & 14 deletions src/xdocs/checks/whitespace/methodparampad.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -148,20 +148,9 @@
</subsection>

<subsection name="Violation Messages" id="Violation_Messages">
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22line.previous%22">
line.previous</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.notPreceded%22">
ws.notPreceded</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.preceded%22">
ws.preceded</a>
</li>
</ul>
<macro name="violation-messages">
<param name="checkName" value="MethodParamPad"/>
</macro>
<p>
All messages can be customized if the default message doesn't suit you.
Please <a href="../../config.html#Custom_messages">see the documentation</a>
Expand Down
3 changes: 2 additions & 1 deletion src/xdocs/checks/whitespace/nolinewrap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ import static java.math.BigInteger.ZERO;
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22no.line.wrap%22">
no.line.wrap</a>
no.line.wrap
</a>
</li>
</ul>
<p>
Expand Down
9 changes: 3 additions & 6 deletions src/xdocs/checks/whitespace/nolinewrap.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,9 @@ import static java.math.BigInteger.ZERO;
</subsection>

<subsection name="Violation Messages" id="Violation_Messages">
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22no.line.wrap%22">
no.line.wrap</a>
</li>
</ul>
<macro name="violation-messages">
<param name="checkName" value="NoLineWrap"/>
</macro>
<p>
All messages can be customized if the default message doesn't suit you.
Please <a href="../../config.html#Custom_messages">see the documentation</a>
Expand Down
3 changes: 2 additions & 1 deletion src/xdocs/checks/whitespace/nowhitespaceafter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ class Example2 {
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.followed%22">
ws.followed</a>
ws.followed
</a>
</li>
</ul>
<p>
Expand Down
9 changes: 3 additions & 6 deletions src/xdocs/checks/whitespace/nowhitespaceafter.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,9 @@
</subsection>

<subsection name="Violation Messages" id="Violation_Messages">
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.followed%22">
ws.followed</a>
</li>
</ul>
<macro name="violation-messages">
<param name="checkName" value="NoWhitespaceAfter"/>
</macro>
<p>
All messages can be customized if the default message doesn't suit you.
Please <a href="../../config.html#Custom_messages">see the documentation</a>
Expand Down
3 changes: 2 additions & 1 deletion src/xdocs/checks/whitespace/nowhitespacebefore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ class Example4 {
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.preceded%22">
ws.preceded</a>
ws.preceded
</a>
</li>
</ul>
<p>
Expand Down
9 changes: 3 additions & 6 deletions src/xdocs/checks/whitespace/nowhitespacebefore.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,9 @@
</subsection>

<subsection name="Violation Messages" id="Violation_Messages">
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22ws.preceded%22">
ws.preceded</a>
</li>
</ul>
<macro name="violation-messages">
<param name="checkName" value="NoWhitespaceBefore"/>
</macro>
<p>
All messages can be customized if the default message doesn't suit you.
Please <a href="../../config.html#Custom_messages">see the documentation</a>
Expand Down
6 changes: 4 additions & 2 deletions src/xdocs/checks/whitespace/operatorwrap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,13 @@ class Example2 {
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22line.new%22">
line.new</a>
line.new
</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22line.previous%22">
line.previous</a>
line.previous
</a>
</li>
</ul>
<p>
Expand Down
13 changes: 3 additions & 10 deletions src/xdocs/checks/whitespace/operatorwrap.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -222,16 +222,9 @@
</subsection>

<subsection name="Violation Messages" id="Violation_Messages">
<ul>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22line.new%22">
line.new</a>
</li>
<li>
<a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources%2Fcom%2Fpuppycrawl%2Ftools%2Fcheckstyle%2Fchecks%2Fwhitespace%20path%3A**%2Fmessages*.properties+repo%3Acheckstyle%2Fcheckstyle+%22line.previous%22">
line.previous</a>
</li>
</ul>
<macro name="violation-messages">
<param name="checkName" value="OperatorWrap"/>
</macro>
<p>
All messages can be customized if the default message doesn't suit you.
Please <a href="../../config.html#Custom_messages">see the documentation</a>
Expand Down
Loading

0 comments on commit 9de9268

Please sign in to comment.