aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2015-11-03 21:43:50 -0500
committerrnveach <rveach02@gmail.com>2015-11-03 22:30:12 -0500
commit6354f009e8ae25dcbc539df2c06e0395e0bd3bdb (patch)
tree152c3b5418decb6b928a87d366a1d253459715c6 /src
parentf5b4b3d452ee9fb96edb7b0a534351e5dab6dad7 (diff)
downloadcheckstyle-6354f009e8ae25dcbc539df2c06e0395e0bd3bdb.tar.gz
Issue #2519: removed xdoc links to master
Diffstat (limited to 'src')
-rw-r--r--src/xdocs/config_annotation.xml16
-rw-r--r--src/xdocs/config_blocks.xml32
-rw-r--r--src/xdocs/config_coding.xml120
-rw-r--r--src/xdocs/config_design.xml30
-rw-r--r--src/xdocs/config_filters.xml10
-rw-r--r--src/xdocs/config_header.xml4
-rw-r--r--src/xdocs/config_imports.xml28
-rw-r--r--src/xdocs/config_javadoc.xml48
-rw-r--r--src/xdocs/config_metrics.xml12
-rwxr-xr-xsrc/xdocs/config_misc.xml54
-rw-r--r--src/xdocs/config_modifier.xml10
-rw-r--r--src/xdocs/config_naming.xml64
-rw-r--r--src/xdocs/config_regexp.xml18
-rw-r--r--src/xdocs/config_sizes.xml26
-rw-r--r--src/xdocs/config_whitespace.xml68
15 files changed, 266 insertions, 274 deletions
diff --git a/src/xdocs/config_annotation.xml b/src/xdocs/config_annotation.xml
index 036523975..404284a60 100644
--- a/src/xdocs/config_annotation.xml
+++ b/src/xdocs/config_annotation.xml
@@ -150,11 +150,11 @@ public String getNameIfPresent() { ... }
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L167-L169">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AnnotationLocation">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L239">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AnnotationLocation">
Checkstyle Style</a>
</li>
</ul>
@@ -246,7 +246,7 @@ public String getNameIfPresent() { ... }
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#230">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AnnotationUseStyle">
Checkstyle Style</a>
</li>
</ul>
@@ -276,7 +276,7 @@ public String getNameIfPresent() { ... }
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#231">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MissingDeprecated">
Checkstyle Style</a>
</li>
</ul>
@@ -344,7 +344,7 @@ public String getNameIfPresent() { ... }
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L232-L234">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MissingOverride">
Checkstyle Style</a>
</li>
</ul>
@@ -388,7 +388,7 @@ public String getNameIfPresent() { ... }
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L235">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+PackageAnnotation">
Checkstyle Style</a>
</li>
</ul>
@@ -507,7 +507,7 @@ public String getNameIfPresent() { ... }
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L236">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SuppressWarnings">
Checkstyle Style</a>
</li>
</ul>
@@ -602,7 +602,7 @@ public String getNameIfPresent() { ... }
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L286">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SuppressWarningsHolder">
Checkstyle Style</a>
</li>
</ul>
diff --git a/src/xdocs/config_blocks.xml b/src/xdocs/config_blocks.xml
index ac6442132..0714288ed 100644
--- a/src/xdocs/config_blocks.xml
+++ b/src/xdocs/config_blocks.xml
@@ -115,11 +115,11 @@ switch (a)
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L136">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AvoidNestedBlocks">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L243-L245">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AvoidNestedBlocks">
Checkstyle Style</a>
</li>
</ul>
@@ -213,15 +213,15 @@ switch (a)
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L55-L58">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+EmptyBlock">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L137">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+EmptyBlock">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L81-L83">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+EmptyBlock">
Checkstyle Style</a>
</li>
</ul>
@@ -347,11 +347,11 @@ try {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L201-L203">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+EmptyCatchBlock">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L252">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+EmptyCatchBlock">
Checkstyle Style</a>
</li>
</ul>
@@ -484,15 +484,15 @@ try {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L60-L62">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+LeftCurly">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L138">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+LeftCurly">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L122-L124">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+LeftCurly">
Checkstyle Style</a>
</li>
</ul>
@@ -614,15 +614,15 @@ switch (num) {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L59">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NeedBraces">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L139">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NeedBraces">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L143">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NeedBraces">
Checkstyle Style</a>
</li>
</ul>
@@ -736,15 +736,15 @@ switch (num) {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L63-L67">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+RightCurly">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L140">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+RightCurly">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L190-L192">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+RightCurly">
Checkstyle Style</a>
</li>
</ul>
diff --git a/src/xdocs/config_coding.xml b/src/xdocs/config_coding.xml
index 16fde490f..44b116101 100644
--- a/src/xdocs/config_coding.xml
+++ b/src/xdocs/config_coding.xml
@@ -61,7 +61,7 @@ return new int[] { 0 };
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L215">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ArrayTrailingComma">
Checkstyle Style</a>
</li>
</ul>
@@ -108,7 +108,7 @@ String b = (a==null || a.length&lt;1) ? null : a.substring(1);
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L312">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AvoidInlineConditionals">
Checkstyle Style</a>
</li>
</ul>
@@ -152,7 +152,7 @@ String b = (a==null || a.length&lt;1) ? null : a.substring(1);
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L248">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+CovariantEquals">
Checkstyle Style</a>
</li>
</ul>
@@ -269,7 +269,7 @@ String b = (a==null || a.length&lt;1) ? null : a.substring(1);
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L249">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+DeclarationOrder">
Checkstyle Style</a>
</li>
</ul>
@@ -314,7 +314,7 @@ String b = (a==null || a.length&lt;1) ? null : a.substring(1);
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L250">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+DefaultComesLast">
Checkstyle Style</a>
</li>
</ul>
@@ -352,11 +352,11 @@ String b = (a==null || a.length&lt;1) ? null : a.substring(1);
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L145">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+EmptyStatement">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L257">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+EmptyStatement">
Checkstyle Style</a>
</li>
</ul>
@@ -437,7 +437,7 @@ String nullString = null;
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L217">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+EqualsAvoidNull">
Checkstyle Style</a>
</li>
</ul>
@@ -484,11 +484,11 @@ String nullString = null;
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L146">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+EqualsHashCode">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L85">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+EqualsHashCode">
Checkstyle Style</a>
</li>
</ul>
@@ -540,7 +540,7 @@ String nullString = null;
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L229">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ExplicitInitialization">
Checkstyle Style</a>
</li>
</ul>
@@ -653,11 +653,11 @@ case 5:
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L82">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+FallThrough">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L258">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+FallThrough">
Checkstyle Style</a>
</li>
</ul>
@@ -778,7 +778,7 @@ case 5:
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L216">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+FinalLocalVariable">
Checkstyle Style</a>
</li>
</ul>
@@ -978,11 +978,11 @@ class SomeClass
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L147">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+HiddenField">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L304-L308">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+HiddenField">
Checkstyle Style</a>
</li>
</ul>
@@ -1047,7 +1047,7 @@ class SomeClass
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L88">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+IllegalCatch">
Checkstyle Style</a>
</li>
</ul>
@@ -1146,11 +1146,11 @@ class SomeClass
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L148">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+IllegalInstantiation">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L107">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+IllegalInstantiation">
Checkstyle Style</a>
</li>
</ul>
@@ -1247,7 +1247,7 @@ class SomeClass
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L108">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+IllegalThrows">
Checkstyle Style</a>
</li>
</ul>
@@ -1316,7 +1316,7 @@ class SomeClass
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L332">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+IllegalToken">
Checkstyle Style</a>
</li>
</ul>
@@ -1407,11 +1407,11 @@ class SomeClass
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L38-L42">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+IllegalTokenText">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L259">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+IllegalTokenText">
Checkstyle Style</a>
</li>
</ul>
@@ -1531,7 +1531,7 @@ class SomeClass
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L313">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+IllegalType">
Checkstyle Style</a>
</li>
</ul>
@@ -1598,11 +1598,11 @@ while ((line = bufferedReader.readLine()) != null) {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L149">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+InnerAssignment">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L109">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+InnerAssignment">
Checkstyle Style</a>
</li>
</ul>
@@ -1808,11 +1808,11 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L150">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MagicNumber">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L209">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MagicNumber">
Checkstyle Style</a>
</li>
</ul>
@@ -1851,7 +1851,7 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L348-L354">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MissingCtor">
Checkstyle Style</a>
</li>
</ul>
@@ -1898,15 +1898,15 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L81">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MissingSwitchDefault">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L151">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MissingSwitchDefault">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L208">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MissingSwitchDefault">
Checkstyle Style</a>
</li>
</ul>
@@ -2013,7 +2013,7 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L311">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ModifiedControlVariable">
Checkstyle Style</a>
</li>
</ul>
@@ -2132,7 +2132,7 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L315">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MultipleStringLiterals">
Checkstyle Style</a>
</li>
</ul>
@@ -2178,11 +2178,11 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L79">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MultipleVariableDeclarations">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L263">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MultipleVariableDeclarations">
Checkstyle Style</a>
</li>
</ul>
@@ -2247,7 +2247,7 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L222-L224">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NestedForDepth">
Checkstyle Style</a>
</li>
</ul>
@@ -2311,7 +2311,7 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L225-L227">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NestedIfDepth">
Checkstyle Style</a>
</li>
</ul>
@@ -2375,7 +2375,7 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L228">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NestedTryDepth">
Checkstyle Style</a>
</li>
</ul>
@@ -2428,7 +2428,7 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L265">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NoClone">
Checkstyle Style</a>
</li>
</ul>
@@ -2467,11 +2467,11 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L132">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NoFinalizer">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L266">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NoFinalizer">
Checkstyle Style</a>
</li>
</ul>
@@ -2543,11 +2543,11 @@ r = 5; int t; //violation here
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L78">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+OneStatementPerLine">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L86">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+OneStatementPerLine">
Checkstyle Style</a>
</li>
</ul>
@@ -2594,11 +2594,11 @@ public void foo(int i, String s) {}
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L155">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+OverloadMethodsDeclarationOrder">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L335">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+OverloadMethodsDeclarationOrder">
Checkstyle Style</a>
</li>
</ul>
@@ -2642,7 +2642,7 @@ public void foo(int i, String s) {}
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L333">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+PackageDeclaration">
Checkstyle Style</a>
</li>
</ul>
@@ -2684,7 +2684,7 @@ public void foo(int i, String s) {}
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L218">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ParameterAssignment">
Checkstyle Style</a>
</li>
</ul>
@@ -2757,7 +2757,7 @@ public void foo(int i, String s) {}
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L355-L362">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+RequireThis">
Checkstyle Style</a>
</li>
</ul>
@@ -2874,7 +2874,7 @@ public void foo(int i, String s) {}
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L330">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ReturnCount">
Checkstyle Style</a>
</li>
</ul>
@@ -2919,11 +2919,11 @@ public void foo(int i, String s) {}
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L152">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SimplifyBooleanExpression">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L193">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SimplifyBooleanExpression">
Checkstyle Style</a>
</li>
</ul>
@@ -2980,11 +2980,11 @@ return !valid();
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L153">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SimplifyBooleanReturn">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L194">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SimplifyBooleanReturn">
Checkstyle Style</a>
</li>
</ul>
@@ -3035,7 +3035,7 @@ if (&quot;something&quot;.equals(x))
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L283">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+StringLiteralEquality">
Checkstyle Style</a>
</li>
</ul>
@@ -3080,7 +3080,7 @@ if (&quot;something&quot;.equals(x))
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L284">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SuperClone">
Checkstyle Style</a>
</li>
</ul>
@@ -3126,7 +3126,7 @@ if (&quot;something&quot;.equals(x))
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L285">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SuperFinalize">
Checkstyle Style</a>
</li>
</ul>
@@ -3228,7 +3228,7 @@ if (&quot;something&quot;.equals(x))
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L294">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+UnnecessaryParentheses">
Checkstyle Style</a>
</li>
</ul>
@@ -3428,11 +3428,11 @@ cal.set(Calendar.MINUTE, minutes);
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L156">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+VariableDeclarationUsageDistance">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L334">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+VariableDeclarationUsageDistance">
Checkstyle Style</a>
</li>
</ul>
diff --git a/src/xdocs/config_design.xml b/src/xdocs/config_design.xml
index d36492e48..c4ded71b6 100644
--- a/src/xdocs/config_design.xml
+++ b/src/xdocs/config_design.xml
@@ -136,11 +136,11 @@ public abstract class Plant {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L157">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+DesignForExtension">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L371-L377">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+DesignForExtension">
Checkstyle Style</a>
</li>
</ul>
@@ -180,11 +180,11 @@ public abstract class Plant {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L158">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+FinalClass">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L207">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+FinalClass">
Checkstyle Style</a>
</li>
</ul>
@@ -250,11 +250,11 @@ public class StringUtils // not final to allow subclassing
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L159">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+HideUtilityClassConstructor">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L238">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+HideUtilityClassConstructor">
Checkstyle Style</a>
</li>
</ul>
@@ -293,7 +293,7 @@ public class StringUtils // not final to allow subclassing
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L287-L289">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+InnerTypeLast">
Checkstyle Style</a>
</li>
</ul>
@@ -366,11 +366,11 @@ public class StringUtils // not final to allow subclassing
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L160">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+InterfaceIsType">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L260">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+InterfaceIsType">
Checkstyle Style</a>
</li>
</ul>
@@ -450,7 +450,7 @@ public class StringUtils // not final to allow subclassing
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L264">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MutableException">
Checkstyle Style</a>
</li>
</ul>
@@ -528,11 +528,11 @@ public class Foo{
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L53">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+OneTopLevelClass">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L331">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+OneTopLevelClass">
Checkstyle Style</a>
</li>
</ul>
@@ -627,7 +627,7 @@ public class Foo{
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L287-L289">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ThrowsCount">
Checkstyle Style</a>
</li>
</ul>
@@ -915,11 +915,11 @@ class SomeClass
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L161">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+VisibilityModifier">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L86">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+VisibilityModifier">
Checkstyle Style</a>
</li>
</ul>
diff --git a/src/xdocs/config_filters.xml b/src/xdocs/config_filters.xml
index 730a191e5..70b15bb3e 100644
--- a/src/xdocs/config_filters.xml
+++ b/src/xdocs/config_filters.xml
@@ -75,7 +75,7 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L384-L390">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SeverityMatchFilter">
Checkstyle Style</a>
</li>
</ul>
@@ -321,7 +321,7 @@ HashSet hashSet; // Warning here: Declaring variables, return values or paramete
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L401-L409">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SuppressionCommentFilter">
Checkstyle Style</a>
</li>
</ul>
@@ -536,7 +536,7 @@ HashSet hashSet; // Warning here: Declaring variables, return values or paramete
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L21">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SuppressionFilter">
Checkstyle Style</a>
</li>
</ul>
@@ -603,7 +603,7 @@ private int [] ARRAY; // should NOT fail MemberNameCheck and NoWhitespaceAfterCh
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L383">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SuppressWarningsFilter">
Checkstyle Style</a>
</li>
</ul>
@@ -794,7 +794,7 @@ public static final int [] array; // @cs.suppress ConstantName | NoWhitespaceAft
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L391-L400">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SuppressWithNearbyCommentFilter">
Checkstyle Style</a>
</li>
</ul>
diff --git a/src/xdocs/config_header.xml b/src/xdocs/config_header.xml
index 11276bbb3..a6fe0ea7c 100644
--- a/src/xdocs/config_header.xml
+++ b/src/xdocs/config_header.xml
@@ -142,7 +142,7 @@ line 5: ////////////////////////////////////////////////////////////////////
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L39-L43">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+Header">
Checkstyle Style</a>
</li>
</ul>
@@ -328,7 +328,7 @@ line 6: ^\W*$
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L69-L72">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+RegexpHeader">
Checkstyle Style</a>
</li>
</ul>
diff --git a/src/xdocs/config_imports.xml b/src/xdocs/config_imports.xml
index 0801a878f..189624c5d 100644
--- a/src/xdocs/config_imports.xml
+++ b/src/xdocs/config_imports.xml
@@ -93,15 +93,15 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L52">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AvoidStarImport">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L103">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AvoidStarImport">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L79">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AvoidStarImport">
Checkstyle Style</a>
</li>
</ul>
@@ -178,7 +178,7 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L246">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AvoidStaticImport">
Checkstyle Style</a>
</li>
</ul>
@@ -505,11 +505,11 @@ import android.*;
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L157-L161">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+CustomImportOrder">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L99-L104">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+CustomImportOrder">
Checkstyle Style</a>
</li>
</ul>
@@ -577,11 +577,11 @@ import android.*;
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L104">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+IllegalImport">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L106">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+IllegalImport">
Checkstyle Style</a>
</li>
</ul>
@@ -692,7 +692,7 @@ import android.*;
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L89-L91">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ImportControl">
Checkstyle Style</a>
</li>
</ul>
@@ -924,7 +924,7 @@ public class SomeClass { ... }
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L92-L98">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ImportOrder">
Checkstyle Style</a>
</li>
</ul>
@@ -977,11 +977,11 @@ public class SomeClass { ... }
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L105">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+RedundantImport">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L188">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+RedundantImport">
Checkstyle Style</a>
</li>
</ul>
@@ -1087,11 +1087,11 @@ class FooBar {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L106-L108">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+UnusedImports">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L199-L201">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+UnusedImports">
Checkstyle Style</a>
</li>
</ul>
diff --git a/src/xdocs/config_javadoc.xml b/src/xdocs/config_javadoc.xml
index 69637a3cc..e423ddb91 100644
--- a/src/xdocs/config_javadoc.xml
+++ b/src/xdocs/config_javadoc.xml
@@ -85,11 +85,11 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L180-L183">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AtclauseOrder">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L242">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AtclauseOrder">
Checkstyle Style</a>
</li>
</ul>
@@ -385,15 +385,15 @@ public boolean isSomething()
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L184-L192">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+JavadocMethod">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L84">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+JavadocMethod">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L113-L117">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+JavadocMethod">
Checkstyle Style</a>
</li>
</ul>
@@ -464,11 +464,11 @@ public boolean isSomething()
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L46">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+JavadocPackage">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L25-L27">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+JavadocPackage">
Checkstyle Style</a>
</li>
</ul>
@@ -559,11 +559,11 @@ public boolean isSomething()
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L179">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+JavadocParagraph">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L344">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+JavadocParagraph">
Checkstyle Style</a>
</li>
</ul>
@@ -734,11 +734,11 @@ public boolean isSomething()
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L87">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+JavadocStyle">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L119-L121">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+JavadocStyle">
Checkstyle Style</a>
</li>
</ul>
@@ -795,11 +795,11 @@ public boolean isSomething()
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L175">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+JavadocTagContinuationIndentation">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L343">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+JavadocTagContinuationIndentation">
Checkstyle Style</a>
</li>
</ul>
@@ -957,11 +957,11 @@ public boolean isSomething()
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L85">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+JavadocType">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L110-L112">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+JavadocType">
Checkstyle Style</a>
</li>
</ul>
@@ -1071,11 +1071,11 @@ public boolean isSomething()
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L86">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+JavadocVariable">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L118">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+JavadocVariable">
Checkstyle Style</a>
</li>
</ul>
@@ -1114,11 +1114,11 @@ public boolean isSomething()
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L174">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NonEmptyAtclauseDescription">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L268">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NonEmptyAtclauseDescription">
Checkstyle Style</a>
</li>
</ul>
@@ -1190,11 +1190,11 @@ public boolean isSomething()
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L198-L200">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SingleLineJavadoc">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L342">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SingleLineJavadoc">
Checkstyle Style</a>
</li>
</ul>
@@ -1272,11 +1272,11 @@ public boolean isSomething()
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L176-L178">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SummaryJavadoc">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L346">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SummaryJavadoc">
Checkstyle Style</a>
</li>
</ul>
@@ -1387,7 +1387,7 @@ public boolean isSomething()
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L345">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+WriteTag">
Checkstyle Style</a>
</li>
</ul>
diff --git a/src/xdocs/config_metrics.xml b/src/xdocs/config_metrics.xml
index e8e29fb3b..3bb5eb5ba 100644
--- a/src/xdocs/config_metrics.xml
+++ b/src/xdocs/config_metrics.xml
@@ -121,7 +121,7 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L299-L301">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+BooleanExpressionComplexity">
Checkstyle Style</a>
</li>
</ul>
@@ -208,7 +208,7 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L324-L328">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ClassDataAbstractionCoupling">
Checkstyle Style</a>
</li>
</ul>
@@ -292,7 +292,7 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L336-L340">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ClassFanOutComplexity">
Checkstyle Style</a>
</li>
</ul>
@@ -484,7 +484,7 @@ class SwitchExample {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L220">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+CyclomaticComplexity">
Checkstyle Style</a>
</li>
</ul>
@@ -591,7 +591,7 @@ class SwitchExample {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L322">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+JavaNCSS">
Checkstyle Style</a>
</li>
</ul>
@@ -751,7 +751,7 @@ class SwitchExample {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L321">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NPathComplexity">
Checkstyle Style</a>
</li>
</ul>
diff --git a/src/xdocs/config_misc.xml b/src/xdocs/config_misc.xml
index 99d5334cc..4d8b22e6b 100755
--- a/src/xdocs/config_misc.xml
+++ b/src/xdocs/config_misc.xml
@@ -70,15 +70,15 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L80">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ArrayTypeStyle">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L165">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ArrayTypeStyle">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L241">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ArrayTypeStyle">
Checkstyle Style</a>
</li>
</ul>
@@ -217,11 +217,11 @@ String unitAbbrev = "\u03bc\u03bc\u03bc";
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L43-L47">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AvoidEscapedUnicodeCharacters">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L296">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AvoidEscapedUnicodeCharacters">
Checkstyle Style</a>
</li>
</ul>
@@ -446,11 +446,11 @@ String unitAbbrev = "\u03bc\u03bc\u03bc";
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L204">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+CommentsIndentation">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L303">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+CommentsIndentation">
Checkstyle Style</a>
</li>
</ul>
@@ -734,7 +734,7 @@ String unitAbbrev = "\u03bc\u03bc\u03bc";
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L251">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+DescendantToken">
Checkstyle Style</a>
</li>
</ul>
@@ -775,7 +775,7 @@ String unitAbbrev = "\u03bc\u03bc\u03bc";
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L378">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+FileContentsHolder">
Checkstyle Style</a>
</li>
</ul>
@@ -876,11 +876,11 @@ String unitAbbrev = "\u03bc\u03bc\u03bc";
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L166">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+FinalParameters">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L363-L370">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+FinalParameters">
Checkstyle Style</a>
</li>
</ul>
@@ -1014,11 +1014,11 @@ void foo(String aFooString,
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L143-L150">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+Indentation">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L210-L214">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+Indentation">
Checkstyle Style</a>
</li>
</ul>
@@ -1109,11 +1109,11 @@ void foo(String aFooString,
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L50">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NewlineAtEndOfFile">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L37">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NewlineAtEndOfFile">
Checkstyle Style</a>
</li>
</ul>
@@ -1153,11 +1153,11 @@ void foo(String aFooString,
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L37">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+OuterTypeFilename">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L237">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+OuterTypeFilename">
Checkstyle Style</a>
</li>
</ul>
@@ -1234,11 +1234,11 @@ void foo(String aFooString,
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L167">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+TodoComment">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L290-L292">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+TodoComment">
Checkstyle Style</a>
</li>
</ul>
@@ -1367,7 +1367,7 @@ d = e / f; // Another comment for this line
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L314">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+TrailingComment">
Checkstyle Style</a>
</li>
</ul>
@@ -1495,11 +1495,11 @@ messages.properties: Key 'ok' missing.
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L54">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+Translation">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L380">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+Translation">
Checkstyle Style</a>
</li>
</ul>
@@ -1574,7 +1574,7 @@ messages.properties: Key 'ok' missing.
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L293">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+UncommentedMain">
Checkstyle Style</a>
</li>
</ul>
@@ -1638,7 +1638,7 @@ messages.properties: Key 'ok' missing.
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L74">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+UniqueProperties">
Checkstyle Style</a>
</li>
</ul>
@@ -1684,15 +1684,15 @@ messages.properties: Key 'ok' missing.
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L83">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+UpperEll">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L168">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+UpperEll">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L202">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+UpperEll">
Checkstyle Style</a>
</li>
</ul>
diff --git a/src/xdocs/config_modifier.xml b/src/xdocs/config_modifier.xml
index b97b90363..b5d09e4b6 100644
--- a/src/xdocs/config_modifier.xml
+++ b/src/xdocs/config_modifier.xml
@@ -78,15 +78,15 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L84">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ModifierOrder">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L130">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ModifierOrder">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L142">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ModifierOrder">
Checkstyle Style</a>
</li>
</ul>
@@ -257,11 +257,11 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L132">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+RedundantModifier">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L189">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+RedundantModifier">
Checkstyle Style</a>
</li>
</ul>
diff --git a/src/xdocs/config_naming.xml b/src/xdocs/config_naming.xml
index 83b59cb86..9538fa385 100644
--- a/src/xdocs/config_naming.xml
+++ b/src/xdocs/config_naming.xml
@@ -138,11 +138,11 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L151-L154">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AbbreviationAsWordInName">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L295">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AbbreviationAsWordInName">
Checkstyle Style</a>
</li>
</ul>
@@ -215,7 +215,7 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L297">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AbstractClassName">
Checkstyle Style</a>
</li>
</ul>
@@ -264,11 +264,11 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L122-L126">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ClassTypeParameterName">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L247">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ClassTypeParameterName">
Checkstyle Style</a>
</li>
</ul>
@@ -353,11 +353,11 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L91">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ConstantName">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L80">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ConstantName">
Checkstyle Style</a>
</li>
</ul>
@@ -408,7 +408,7 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L261">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+InterfaceTypeParameterName">
Checkstyle Style</a>
</li>
</ul>
@@ -473,11 +473,11 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L92">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+LocalFinalVariableName">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L134">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+LocalFinalVariableName">
Checkstyle Style</a>
</li>
</ul>
@@ -571,15 +571,15 @@ for (int i = 1; i &lt; 10; i++) {}
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L115-L121">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+LocalVariableName">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L93">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+LocalVariableName">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L135">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+LocalVariableName">
Checkstyle Style</a>
</li>
</ul>
@@ -663,15 +663,15 @@ for (int i = 1; i &lt; 10; i++) {}
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L105-L109">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MemberName">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L94">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MemberName">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L136-L138">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MemberName">
Checkstyle Style</a>
</li>
</ul>
@@ -740,15 +740,15 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L193-L197">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MethodName">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L95">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MethodName">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L140">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MethodName">
Checkstyle Style</a>
</li>
</ul>
@@ -799,11 +799,11 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L127-L131">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MethodTypeParameterName">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L262">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MethodTypeParameterName">
Checkstyle Style</a>
</li>
</ul>
@@ -863,15 +863,15 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L96-L100">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+PackageName">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L96">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+PackageName">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L178">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+PackageName">
Checkstyle Style</a>
</li>
</ul>
@@ -922,15 +922,15 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L110-L114">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ParameterName">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L97">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ParameterName">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L179-L181">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ParameterName">
Checkstyle Style</a>
</li>
</ul>
@@ -1007,11 +1007,11 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L98">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+StaticVariableName">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L195-L197">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+StaticVariableName">
Checkstyle Style</a>
</li>
</ul>
@@ -1121,15 +1121,15 @@ class MyClass {
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L101-L104">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+TypeName">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L99">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+TypeName">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L198">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+TypeName">
Checkstyle Style</a>
</li>
</ul>
diff --git a/src/xdocs/config_regexp.xml b/src/xdocs/config_regexp.xml
index 5483b48da..f6000ee7f 100644
--- a/src/xdocs/config_regexp.xml
+++ b/src/xdocs/config_regexp.xml
@@ -440,7 +440,7 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L269">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+Regexp">
Checkstyle Style</a>
</li>
</ul>
@@ -535,11 +535,7 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L51-L56">
- Checkstyle Style</a>
- </li>
- <li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L63-L67">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+RegexpMultiline">
Checkstyle Style</a>
</li>
</ul>
@@ -663,15 +659,11 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L45-L49">
- Checkstyle Style</a>
- </li>
- <li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L58-L62">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+RegexpSingleline">
Checkstyle Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L66-L71">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+RegexpSingleline">
Sun Style</a>
</li>
</ul>
@@ -775,7 +767,7 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L270-L274">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+RegexpSinglelineJava">
Checkstyle Style</a>
</li>
</ul>
diff --git a/src/xdocs/config_sizes.xml b/src/xdocs/config_sizes.xml
index a53b29f06..71fb6b8ae 100644
--- a/src/xdocs/config_sizes.xml
+++ b/src/xdocs/config_sizes.xml
@@ -67,7 +67,7 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L240">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+AnonInnerLength">
Checkstyle Style</a>
</li>
</ul>
@@ -150,7 +150,7 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L317-L319">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ExecutableStatementCount">
Checkstyle Style</a>
</li>
</ul>
@@ -219,11 +219,11 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L58">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+FileLength">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L33-L35">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+FileLength">
Checkstyle Style</a>
</li>
</ul>
@@ -319,15 +319,15 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L48-L51">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+LineLength">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L112">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+LineLength">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L126-L129">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+LineLength">
Checkstyle Style</a>
</li>
</ul>
@@ -439,7 +439,7 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L130-L132">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MethodCount">
Checkstyle Style</a>
</li>
</ul>
@@ -550,11 +550,11 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L113">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MethodLength">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L139">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MethodLength">
Checkstyle Style</a>
</li>
</ul>
@@ -625,7 +625,7 @@
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L125">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+OuterTypeNumber">
Checkstyle Style</a>
</li>
</ul>
@@ -736,11 +736,11 @@ public void needsLotsOfParameters(int a, int b, int c, int d, int e, int f, int
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L114">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ParameterNumber">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L182-L185">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ParameterNumber">
Checkstyle Style</a>
</li>
</ul>
diff --git a/src/xdocs/config_whitespace.xml b/src/xdocs/config_whitespace.xml
index 611b639ac..9304d7146 100644
--- a/src/xdocs/config_whitespace.xml
+++ b/src/xdocs/config_whitespace.xml
@@ -75,7 +75,7 @@ for (
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L253">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+EmptyForInitializerPad">
Checkstyle Style</a>
</li>
</ul>
@@ -148,11 +148,11 @@ for (Iterator foo = very.long.line.iterator();
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L118">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+EmptyForIteratorPad">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L84">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+EmptyForIteratorPad">
Checkstyle Style</a>
</li>
</ul>
@@ -295,11 +295,11 @@ class Foo
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L85-L87">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+EmptyLineSeparator">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L254-L256">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+EmptyLineSeparator">
Checkstyle Style</a>
</li>
</ul>
@@ -386,15 +386,15 @@ class Foo
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L32-L34">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+FileTabCharacter">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L62">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+FileTabCharacter">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L29-L31">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+FileTabCharacter">
Checkstyle Style</a>
</li>
</ul>
@@ -462,15 +462,15 @@ sort(list, Comparable::&lt;String&gt;compareTo); // Method reference
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L133-L142">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+GenericWhitespace">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L119">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+GenericWhitespace">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L206">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+GenericWhitespace">
Checkstyle Style</a>
</li>
</ul>
@@ -587,15 +587,15 @@ sort(list, Comparable::&lt;String&gt;compareTo); // Method reference
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L162">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MethodParamPad">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L120">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MethodParamPad">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L141">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+MethodParamPad">
Checkstyle Style</a>
</li>
</ul>
@@ -696,11 +696,11 @@ import com.puppycrawl.tools.checkstyle.api.Check;
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L54">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NoLineWrap">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L267">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NoLineWrap">
Checkstyle Style</a>
</li>
</ul>
@@ -833,11 +833,11 @@ import com.puppycrawl.tools.checkstyle.api.Check;
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L121">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NoWhitespaceAfter">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L144-L154">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NoWhitespaceAfter">
Checkstyle Style</a>
</li>
</ul>
@@ -929,11 +929,11 @@ import com.puppycrawl.tools.checkstyle.api.Check;
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L122">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NoWhitespaceBefore">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L156-L160">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+NoWhitespaceBefore">
Checkstyle Style</a>
</li>
</ul>
@@ -1067,15 +1067,15 @@ import com.puppycrawl.tools.checkstyle.api.Check;
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L163-L166">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+OperatorWrap">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L123">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+OperatorWrap">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L162-L177">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+OperatorWrap">
Checkstyle Style</a>
</li>
</ul>
@@ -1239,11 +1239,11 @@ import com.puppycrawl.tools.checkstyle.api.Check;
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L124">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ParenPad">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L186">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+ParenPad">
Checkstyle Style</a>
</li>
</ul>
@@ -1359,11 +1359,11 @@ foo(i,
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L88-L95">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SeparatorWrap">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L275-L282">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+SeparatorWrap">
Checkstyle Style</a>
</li>
</ul>
@@ -1429,11 +1429,11 @@ foo(i,
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L125">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+TypecastParenPad">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L187">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+TypecastParenPad">
Checkstyle Style</a>
</li>
</ul>
@@ -1514,11 +1514,11 @@ foo(i,
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L126">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+WhitespaceAfter">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L204">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+WhitespaceAfter">
Checkstyle Style</a>
</li>
</ul>
@@ -1739,15 +1739,15 @@ public @interface Beta {} // empty annotation type
<subsection name="Example of Usage">
<ul>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L68-L77">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Agoogle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+WhitespaceAround">
Google Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml#L127">
+ <a href="https://github.com/search?q=path%3Asrc%2Fmain%2Fresources+filename%3Asun_checks.xml+repo%3Acheckstyle%2Fcheckstyle+WhitespaceAround">
Sun Style</a>
</li>
<li>
- <a href="https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml#L205">
+ <a href="https://github.com/search?q=path%3Aconfig+filename%3Acheckstyle_checks.xml+repo%3Acheckstyle%2Fcheckstyle+WhitespaceAround">
Checkstyle Style</a>
</li>
</ul>