From 6354f009e8ae25dcbc539df2c06e0395e0bd3bdb Mon Sep 17 00:00:00 2001 From: rnveach Date: Tue, 3 Nov 2015 21:43:50 -0500 Subject: Issue #2519: removed xdoc links to master --- src/xdocs/config_annotation.xml | 16 +++--- src/xdocs/config_blocks.xml | 32 +++++------ src/xdocs/config_coding.xml | 120 ++++++++++++++++++++-------------------- src/xdocs/config_design.xml | 30 +++++----- src/xdocs/config_filters.xml | 10 ++-- src/xdocs/config_header.xml | 4 +- src/xdocs/config_imports.xml | 28 +++++----- src/xdocs/config_javadoc.xml | 48 ++++++++-------- src/xdocs/config_metrics.xml | 12 ++-- src/xdocs/config_misc.xml | 54 +++++++++--------- src/xdocs/config_modifier.xml | 10 ++-- src/xdocs/config_naming.xml | 64 ++++++++++----------- src/xdocs/config_regexp.xml | 18 ++---- src/xdocs/config_sizes.xml | 26 ++++----- src/xdocs/config_whitespace.xml | 68 +++++++++++------------ 15 files changed, 266 insertions(+), 274 deletions(-) (limited to 'src') 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() { ... } @@ -246,7 +246,7 @@ public String getNameIfPresent() { ... } @@ -276,7 +276,7 @@ public String getNameIfPresent() { ... } @@ -344,7 +344,7 @@ public String getNameIfPresent() { ... } @@ -388,7 +388,7 @@ public String getNameIfPresent() { ... } @@ -507,7 +507,7 @@ public String getNameIfPresent() { ... } @@ -602,7 +602,7 @@ public String getNameIfPresent() { ... } 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) @@ -213,15 +213,15 @@ switch (a) @@ -347,11 +347,11 @@ try { @@ -484,15 +484,15 @@ try { @@ -614,15 +614,15 @@ switch (num) { @@ -736,15 +736,15 @@ switch (num) { 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 }; @@ -108,7 +108,7 @@ String b = (a==null || a.length<1) ? null : a.substring(1); @@ -152,7 +152,7 @@ String b = (a==null || a.length<1) ? null : a.substring(1); @@ -269,7 +269,7 @@ String b = (a==null || a.length<1) ? null : a.substring(1); @@ -314,7 +314,7 @@ String b = (a==null || a.length<1) ? null : a.substring(1); @@ -352,11 +352,11 @@ String b = (a==null || a.length<1) ? null : a.substring(1); @@ -437,7 +437,7 @@ String nullString = null; @@ -484,11 +484,11 @@ String nullString = null; @@ -540,7 +540,7 @@ String nullString = null; @@ -653,11 +653,11 @@ case 5: @@ -778,7 +778,7 @@ case 5: @@ -978,11 +978,11 @@ class SomeClass @@ -1047,7 +1047,7 @@ class SomeClass @@ -1146,11 +1146,11 @@ class SomeClass @@ -1247,7 +1247,7 @@ class SomeClass @@ -1316,7 +1316,7 @@ class SomeClass @@ -1407,11 +1407,11 @@ class SomeClass @@ -1531,7 +1531,7 @@ class SomeClass @@ -1598,11 +1598,11 @@ while ((line = bufferedReader.readLine()) != null) { @@ -1808,11 +1808,11 @@ class MyClass { @@ -1851,7 +1851,7 @@ class MyClass { @@ -1898,15 +1898,15 @@ class MyClass { @@ -2013,7 +2013,7 @@ class MyClass { @@ -2132,7 +2132,7 @@ class MyClass { @@ -2178,11 +2178,11 @@ class MyClass { @@ -2247,7 +2247,7 @@ class MyClass { @@ -2311,7 +2311,7 @@ class MyClass { @@ -2375,7 +2375,7 @@ class MyClass { @@ -2428,7 +2428,7 @@ class MyClass { @@ -2467,11 +2467,11 @@ class MyClass { @@ -2543,11 +2543,11 @@ r = 5; int t; //violation here @@ -2594,11 +2594,11 @@ public void foo(int i, String s) {} @@ -2642,7 +2642,7 @@ public void foo(int i, String s) {} @@ -2684,7 +2684,7 @@ public void foo(int i, String s) {} @@ -2757,7 +2757,7 @@ public void foo(int i, String s) {} @@ -2874,7 +2874,7 @@ public void foo(int i, String s) {} @@ -2919,11 +2919,11 @@ public void foo(int i, String s) {} @@ -2980,11 +2980,11 @@ return !valid(); @@ -3035,7 +3035,7 @@ if ("something".equals(x)) @@ -3080,7 +3080,7 @@ if ("something".equals(x)) @@ -3126,7 +3126,7 @@ if ("something".equals(x)) @@ -3228,7 +3228,7 @@ if ("something".equals(x)) @@ -3428,11 +3428,11 @@ cal.set(Calendar.MINUTE, minutes); 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 { @@ -180,11 +180,11 @@ public abstract class Plant { @@ -250,11 +250,11 @@ public class StringUtils // not final to allow subclassing @@ -293,7 +293,7 @@ public class StringUtils // not final to allow subclassing @@ -366,11 +366,11 @@ public class StringUtils // not final to allow subclassing @@ -450,7 +450,7 @@ public class StringUtils // not final to allow subclassing @@ -528,11 +528,11 @@ public class Foo{ @@ -627,7 +627,7 @@ public class Foo{ @@ -915,11 +915,11 @@ class SomeClass 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 @@ @@ -321,7 +321,7 @@ HashSet hashSet; // Warning here: Declaring variables, return values or paramete @@ -536,7 +536,7 @@ HashSet hashSet; // Warning here: Declaring variables, return values or paramete @@ -603,7 +603,7 @@ private int [] ARRAY; // should NOT fail MemberNameCheck and NoWhitespaceAfterCh @@ -794,7 +794,7 @@ public static final int [] array; // @cs.suppress ConstantName | NoWhitespaceAft 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: //////////////////////////////////////////////////////////////////// @@ -328,7 +328,7 @@ line 6: ^\W*$ 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 @@ @@ -178,7 +178,7 @@ @@ -505,11 +505,11 @@ import android.*; @@ -577,11 +577,11 @@ import android.*; @@ -692,7 +692,7 @@ import android.*; @@ -924,7 +924,7 @@ public class SomeClass { ... } @@ -977,11 +977,11 @@ public class SomeClass { ... } @@ -1087,11 +1087,11 @@ class FooBar { 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 @@ @@ -385,15 +385,15 @@ public boolean isSomething() @@ -464,11 +464,11 @@ public boolean isSomething() @@ -559,11 +559,11 @@ public boolean isSomething() @@ -734,11 +734,11 @@ public boolean isSomething() @@ -795,11 +795,11 @@ public boolean isSomething() @@ -957,11 +957,11 @@ public boolean isSomething() @@ -1071,11 +1071,11 @@ public boolean isSomething() @@ -1114,11 +1114,11 @@ public boolean isSomething() @@ -1190,11 +1190,11 @@ public boolean isSomething() @@ -1272,11 +1272,11 @@ public boolean isSomething() @@ -1387,7 +1387,7 @@ public boolean isSomething() 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 @@ @@ -208,7 +208,7 @@ @@ -292,7 +292,7 @@ @@ -484,7 +484,7 @@ class SwitchExample { @@ -591,7 +591,7 @@ class SwitchExample { @@ -751,7 +751,7 @@ class SwitchExample { 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 @@ @@ -217,11 +217,11 @@ String unitAbbrev = "\u03bc\u03bc\u03bc"; @@ -446,11 +446,11 @@ String unitAbbrev = "\u03bc\u03bc\u03bc"; @@ -734,7 +734,7 @@ String unitAbbrev = "\u03bc\u03bc\u03bc"; @@ -775,7 +775,7 @@ String unitAbbrev = "\u03bc\u03bc\u03bc"; @@ -876,11 +876,11 @@ String unitAbbrev = "\u03bc\u03bc\u03bc"; @@ -1014,11 +1014,11 @@ void foo(String aFooString, @@ -1109,11 +1109,11 @@ void foo(String aFooString, @@ -1153,11 +1153,11 @@ void foo(String aFooString, @@ -1234,11 +1234,11 @@ void foo(String aFooString, @@ -1367,7 +1367,7 @@ d = e / f; // Another comment for this line @@ -1495,11 +1495,11 @@ messages.properties: Key 'ok' missing. @@ -1574,7 +1574,7 @@ messages.properties: Key 'ok' missing. @@ -1638,7 +1638,7 @@ messages.properties: Key 'ok' missing. @@ -1684,15 +1684,15 @@ messages.properties: Key 'ok' missing. 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 @@ @@ -257,11 +257,11 @@ 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 @@ @@ -215,7 +215,7 @@ @@ -264,11 +264,11 @@ @@ -353,11 +353,11 @@ @@ -408,7 +408,7 @@ @@ -473,11 +473,11 @@ @@ -571,15 +571,15 @@ for (int i = 1; i < 10; i++) {} @@ -663,15 +663,15 @@ for (int i = 1; i < 10; i++) {} @@ -740,15 +740,15 @@ class MyClass { @@ -799,11 +799,11 @@ class MyClass { @@ -863,15 +863,15 @@ class MyClass { @@ -922,15 +922,15 @@ class MyClass { @@ -1007,11 +1007,11 @@ class MyClass { @@ -1121,15 +1121,15 @@ class MyClass { 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 @@ @@ -535,11 +535,7 @@ @@ -663,15 +659,11 @@ @@ -775,7 +767,7 @@ 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 @@ @@ -150,7 +150,7 @@ @@ -219,11 +219,11 @@ @@ -319,15 +319,15 @@ @@ -439,7 +439,7 @@ @@ -550,11 +550,11 @@ @@ -625,7 +625,7 @@ @@ -736,11 +736,11 @@ public void needsLotsOfParameters(int a, int b, int c, int d, int e, int f, int 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 ( @@ -148,11 +148,11 @@ for (Iterator foo = very.long.line.iterator(); @@ -295,11 +295,11 @@ class Foo @@ -386,15 +386,15 @@ class Foo @@ -462,15 +462,15 @@ sort(list, Comparable::<String>compareTo); // Method reference @@ -587,15 +587,15 @@ sort(list, Comparable::<String>compareTo); // Method reference @@ -696,11 +696,11 @@ import com.puppycrawl.tools.checkstyle.api.Check; @@ -833,11 +833,11 @@ import com.puppycrawl.tools.checkstyle.api.Check; @@ -929,11 +929,11 @@ import com.puppycrawl.tools.checkstyle.api.Check; @@ -1067,15 +1067,15 @@ import com.puppycrawl.tools.checkstyle.api.Check; @@ -1239,11 +1239,11 @@ import com.puppycrawl.tools.checkstyle.api.Check; @@ -1359,11 +1359,11 @@ foo(i, @@ -1429,11 +1429,11 @@ foo(i, @@ -1514,11 +1514,11 @@ foo(i, @@ -1739,15 +1739,15 @@ public @interface Beta {} // empty annotation type -- cgit v1.2.3