diff --git a/src/xdocs/google_style.xml b/src/xdocs/google_style.xml index 485d0d180..193e18e1c 100644 --- a/src/xdocs/google_style.xml +++ b/src/xdocs/google_style.xml @@ -64,6 +64,7 @@ + @@ -71,6 +72,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Google's Java Style Rule Checkstyle Check Applied to config
@@ -81,6 +83,7 @@
1.1 Terminology notes @@ -89,6 +92,7 @@
1.2 Guide notes @@ -98,6 +102,7 @@
@@ -108,6 +113,7 @@
2.1 File name @@ -128,6 +134,7 @@
@@ -143,6 +150,7 @@
2.3.1 Whitespace characters @@ -163,6 +171,7 @@
2.3.2 Special escape sequences @@ -182,6 +191,7 @@
2.3.3 Non-ASCII characters @@ -201,6 +211,7 @@
@@ -222,6 +233,7 @@
3.1 License or copyright information, if present @@ -230,6 +242,7 @@
3.2 Package statement @@ -262,6 +275,7 @@
@@ -272,6 +286,7 @@
3.3.1 No wildcard imports @@ -292,6 +307,7 @@
3.3.2 No line-wrapping @@ -325,6 +341,7 @@
3.3.3 Ordering and spacing @@ -344,6 +361,7 @@
@@ -354,6 +372,7 @@
3.4.1 Exactly one top-level class declaration @@ -373,6 +392,7 @@
3.4.2 Class member ordering @@ -381,6 +401,7 @@
3.4.2.1 Overloads: never split @@ -400,6 +421,7 @@
@@ -410,6 +432,7 @@
@@ -420,6 +443,7 @@
4.1.1 Braces are used where optional @@ -440,6 +464,7 @@
4.1.2 Nonempty blocks: K & R style @@ -468,6 +493,7 @@
4.1.3 Empty blocks: may be concise @@ -477,26 +503,18 @@ src="images/ok_green.png" alt="" /> EmptyBlock - - config
- test -
- 4.2 Block indentation: +2 spaces - +
+
EmptyCatchBlock
+ config
+ test config
4.1.3 Empty blocks: may be concise + href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.2-block-indentation">4.2 Block indentation: +2 spaces
4.3 One statement per line @@ -543,6 +563,7 @@
4.4 Column limit: 80 or 100 @@ -569,6 +590,7 @@
@@ -579,6 +601,7 @@
4.5.1 Where to break @@ -611,6 +634,7 @@
4.5.2 Indent continuation lines at least +4 spaces @@ -629,6 +653,7 @@
@@ -639,6 +664,7 @@
4.6.1 Vertical Whitespace @@ -658,6 +684,7 @@
4.6.2 Horizontal whitespace @@ -690,6 +717,7 @@
4.6.3 Horizontal alignment: never required @@ -698,6 +726,7 @@
4.7 Grouping parentheses: recommended @@ -706,6 +735,7 @@
@@ -716,6 +746,7 @@
4.8.1 Enum classes @@ -724,6 +755,7 @@
4.8.2 Variable declarations @@ -732,6 +764,7 @@
4.8.2.1 One variable per declaration @@ -752,6 +785,7 @@
4.8.2.2 Declared when needed, initialized as soon as @@ -774,6 +808,7 @@
4.8.3 Arrays @@ -782,6 +817,7 @@
4.8.3.1 Array initializers: can be "block-like" @@ -790,6 +826,7 @@
4.8.3.2 No C-style array declarations @@ -810,6 +847,7 @@
4.8.4 Switch statements @@ -818,6 +856,7 @@
4.8.4.1 Indentation @@ -837,6 +876,7 @@
4.8.4.2 Fall-through: commented @@ -857,6 +897,7 @@
4.8.4.3 The default case is present @@ -877,6 +918,7 @@
4.8.5 Annotations @@ -896,6 +938,7 @@
4.8.6 Comments @@ -904,6 +947,7 @@
4.8.6.1 Block comment style @@ -924,6 +968,7 @@
4.8.7 Modifiers @@ -944,6 +989,7 @@
4.8.8 Numeric Literals @@ -963,6 +1009,7 @@
@@ -973,6 +1020,7 @@
5.1 Rules common to all identifiers @@ -982,6 +1030,7 @@
@@ -992,6 +1041,7 @@
5.2.1 Package names @@ -1011,6 +1061,7 @@
5.2.2 Class names @@ -1030,6 +1081,7 @@
5.2.3 Method names @@ -1050,6 +1102,7 @@
5.2.4 Constant names @@ -1063,6 +1116,7 @@
5.2.5 Non-constant field names @@ -1082,6 +1136,7 @@
5.2.6 Parameter names @@ -1101,6 +1156,7 @@
5.2.7 Local variable names @@ -1120,6 +1176,7 @@
5.2.8 Type variable names @@ -1147,6 +1204,7 @@
5.3 Camel case: defined @@ -1169,6 +1227,7 @@
@@ -1179,6 +1238,7 @@
6.1 @Override: always used @@ -1196,6 +1256,7 @@
6.2 Caught exceptions: not ignored @@ -1215,6 +1276,7 @@
6.3 Static members: qualified using class @@ -1228,6 +1290,7 @@
6.4 Finalizers: not used @@ -1248,6 +1311,7 @@
@@ -1258,6 +1322,7 @@
@@ -1268,6 +1333,7 @@
7.1.1 General form @@ -1286,6 +1352,7 @@
7.1.2 Paragraphs @@ -1304,6 +1371,7 @@
7.1.3 At-clauses @@ -1342,6 +1410,7 @@
7.2 The summary fragment @@ -1360,6 +1429,7 @@
@@ -1381,6 +1451,7 @@
7.3.1 Exception: self-explanatory methods @@ -1399,6 +1470,7 @@
7.3.2 Exception: overrides