Fixed incorrect Google Java Style links, issue #751.

This commit is contained in:
Andrei Selkin 2015-08-04 12:02:40 +03:00
parent 78fbe6abf4
commit ddafe73dda
1 changed files with 81 additions and 81 deletions

View File

@ -23,7 +23,7 @@
<p>
This coverage report was created for
<a
href="https://google-styleguide.googlecode.com/svn-history/r130/trunk/javaguide.html">Google Java Style</a>
href="http://google.github.io/styleguide/javaguide.html">Google Java Style</a>
(<a href="http://checkstyle.sourceforge.net/reports/google-java-style.html">cached page</a>)
, version of March 21, 2014
</p>
@ -73,7 +73,7 @@
<tr>
<td>
<a
href="https://google-styleguide.googlecode.com/svn-history/r130/trunk/javaguide.html#s1-introduction">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s1-introduction">
<strong>1 Introduction</strong>
</a>
</td>
@ -83,7 +83,7 @@
<tr>
<td>
<a
href="https://google-styleguide.googlecode.com/svn-history/r130/trunk/javaguide.html#s1.1-terminology">1.1 Terminology notes</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s1.1-terminology">1.1 Terminology notes</a>
</td>
<td>--</td>
<td></td>
@ -91,7 +91,7 @@
<tr>
<td>
<a
href="https://google-styleguide.googlecode.com/svn-history/r130/trunk/javaguide.html#s1.2-guide-notes">1.2 Guide notes</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s1.2-guide-notes">1.2 Guide notes</a>
</td>
<td>--</td>
<td>
@ -100,7 +100,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s2-source-file-basics">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s2-source-file-basics">
<strong>2 Source file basics</strong>
</a>
</td>
@ -110,7 +110,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s2.1-file-name">2.1 File name</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s2.1-file-name">2.1 File name</a>
</td>
<td>
<img
@ -130,7 +130,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s2.2-file-encoding">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s2.2-file-encoding">
2.2 File encoding: UTF-8
</a>
</td>
@ -145,7 +145,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s2.3.1-whitespace-characters">2.3.1 Whitespace characters</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s2.3.1-whitespace-characters">2.3.1 Whitespace characters</a>
</td>
<td>
<img
@ -165,7 +165,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s2.3.2-special-escape-sequences">2.3.2 Special escape sequences</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s2.3.2-special-escape-sequences">2.3.2 Special escape sequences</a>
</td>
<td>
<img
@ -184,7 +184,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s2.3.3-non-ascii-characters">2.3.3 Non-ASCII characters</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s2.3.3-non-ascii-characters">2.3.3 Non-ASCII characters</a>
</td>
<td>
<img
@ -203,7 +203,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s3-source-file-structure">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s3-source-file-structure">
<strong>3 Source file structure</strong>
</a>
</td>
@ -224,7 +224,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s3.1-copyright-statement">3.1 License or copyright information, if present</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s3.1-copyright-statement">3.1 License or copyright information, if present</a>
</td>
<td>--</td>
<td></td>
@ -232,7 +232,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s3.2-package-statement">3.2 Package statement</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s3.2-package-statement">3.2 Package statement</a>
</td>
<td>
<img
@ -264,7 +264,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s3.3-import-statements">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s3.3-import-statements">
3.3 Import statements
</a>
</td>
@ -274,7 +274,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s3.3.1-wildcard-imports">3.3.1 No wildcard imports</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s3.3.1-wildcard-imports">3.3.1 No wildcard imports</a>
</td>
<td>
<img
@ -294,7 +294,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s3.3.2-import-line-wrapping">3.3.2 No line-wrapping</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s3.3.2-import-line-wrapping">3.3.2 No line-wrapping</a>
</td>
<td>
<img
@ -327,7 +327,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s3.3.3-import-ordering-and-spacing">3.3.3 Ordering and spacing</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s3.3.3-import-ordering-and-spacing">3.3.3 Ordering and spacing</a>
</td>
<td>
<img
@ -346,7 +346,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s3.4-class-declaration">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s3.4-class-declaration">
3.4 Class declaration
</a>
</td>
@ -356,7 +356,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s3.4.1-one-top-level-class">3.4.1 Exactly one top-level class declaration</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s3.4.1-one-top-level-class">3.4.1 Exactly one top-level class declaration</a>
</td>
<td>
<img
@ -375,7 +375,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s3.4.2-class-member-ordering">3.4.2 Class member ordering</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s3.4.2-class-member-ordering">3.4.2 Class member ordering</a>
</td>
<td>--</td>
<td></td>
@ -383,7 +383,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s3.4.2.1-overloads-never-split">3.4.2.1 Overloads: never split</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s3.4.2.1-overloads-never-split">3.4.2.1 Overloads: never split</a>
</td>
<td>
<img
@ -402,7 +402,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4-formatting">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4-formatting">
<strong>4 Formatting</strong>
</a>
</td>
@ -412,7 +412,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.1-braces">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.1-braces">
4.1 Braces
</a>
</td>
@ -422,7 +422,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.1.1-braces-always-used">4.1.1 Braces are used where optional</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.1.1-braces-always-used">4.1.1 Braces are used where optional</a>
</td>
<td>
<img
@ -442,7 +442,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.1.2-blocks-k-r-style">4.1.2 Nonempty blocks: K &amp; R style</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.1.2-blocks-k-r-style">4.1.2 Nonempty blocks: K &amp; R style</a>
</td>
<td>
<img
@ -470,7 +470,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.1.3-braces-empty-blocks">4.1.3 Empty blocks: may be concise</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.1.3-braces-empty-blocks">4.1.3 Empty blocks: may be concise</a>
</td>
<td>
<img
@ -488,7 +488,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.2-block-indentation">4.2 Block indentation: +2 spaces</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.2-block-indentation">4.2 Block indentation: +2 spaces</a>
</td>
<td>
<img
@ -506,7 +506,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.1.3-braces-empty-blocks">4.1.3 Empty blocks: may be concise </a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.1.3-braces-empty-blocks">4.1.3 Empty blocks: may be concise </a>
</td>
<td>
<img
@ -525,7 +525,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.3-one-statement-per-line">4.3 One statement per line</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.3-one-statement-per-line">4.3 One statement per line</a>
</td>
<td>
<img
@ -545,7 +545,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.4-column-limit">4.4 Column limit: 80 or 100</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.4-column-limit">4.4 Column limit: 80 or 100</a>
</td>
<td>
<img
@ -571,7 +571,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.5-line-wrapping">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.5-line-wrapping">
4.5 Line-wrapping
</a>
</td>
@ -581,7 +581,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.5.1-line-wrapping-where-to-break">4.5.1 Where to break</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.5.1-line-wrapping-where-to-break">4.5.1 Where to break</a>
</td>
<td>
<img
@ -613,7 +613,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.5.2-line-wrapping-indent">4.5.2 Indent continuation lines at least +4 spaces</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.5.2-line-wrapping-indent">4.5.2 Indent continuation lines at least +4 spaces</a>
</td>
<td>
<img
@ -631,7 +631,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.6-whitespace">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.6-whitespace">
4.6 Whitespace
</a>
</td>
@ -641,7 +641,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.6.1-vertical-whitespace">4.6.1 Vertical Whitespace</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.6.1-vertical-whitespace">4.6.1 Vertical Whitespace</a>
</td>
<td>
<img
@ -660,7 +660,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.6.2-horizontal-whitespace">4.6.2 Horizontal whitespace</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.6.2-horizontal-whitespace">4.6.2 Horizontal whitespace</a>
</td>
<td>
<img
@ -692,7 +692,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.6.3-horizontal-alignment">4.6.3 Horizontal alignment: never required</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.6.3-horizontal-alignment">4.6.3 Horizontal alignment: never required</a>
</td>
<td>--</td>
<td></td>
@ -700,7 +700,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.7-grouping-parentheses">4.7 Grouping parentheses: recommended</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.7-grouping-parentheses">4.7 Grouping parentheses: recommended</a>
</td>
<td>--</td>
<td></td>
@ -708,7 +708,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8-specific-constructs">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8-specific-constructs">
4.8 Specific constructs
</a>
</td>
@ -718,7 +718,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.1-enum-classes">4.8.1 Enum classes</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.1-enum-classes">4.8.1 Enum classes</a>
</td>
<td>--</td>
<td></td>
@ -726,7 +726,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.2-variable-declarations">4.8.2 Variable declarations</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.2-variable-declarations">4.8.2 Variable declarations</a>
</td>
<td></td>
<td></td>
@ -734,7 +734,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.2.1-variables-per-declaration">4.8.2.1 One variable per declaration</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.2.1-variables-per-declaration">4.8.2.1 One variable per declaration</a>
</td>
<td>
<img
@ -754,7 +754,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.2.2-variables-limited-scope">4.8.2.2 Declared when needed, initialized as soon as
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.2.2-variables-limited-scope">4.8.2.2 Declared when needed, initialized as soon as
possible
</a>
</td>
@ -776,7 +776,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.3-arrays">4.8.3 Arrays</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.3-arrays">4.8.3 Arrays</a>
</td>
<td></td>
<td></td>
@ -784,7 +784,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.3.1-array-initializers">4.8.3.1 Array initializers: can be "block-like"</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.3.1-array-initializers">4.8.3.1 Array initializers: can be "block-like"</a>
</td>
<td>--</td>
<td></td>
@ -792,7 +792,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.3.2-array-declarations">4.8.3.2 No C-style array declarations</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.3.2-array-declarations">4.8.3.2 No C-style array declarations</a>
</td>
<td>
<img
@ -812,7 +812,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.4-switch">4.8.4 Switch statements</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.4-switch">4.8.4 Switch statements</a>
</td>
<td>--</td>
<td></td>
@ -820,7 +820,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.4.1-switch-indentation">4.8.4.1 Indentation</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.4.1-switch-indentation">4.8.4.1 Indentation</a>
</td>
<td>
<img
@ -839,7 +839,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.4.2-switch-fall-through">4.8.4.2 Fall-through: commented</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.4.2-switch-fall-through">4.8.4.2 Fall-through: commented</a>
</td>
<td>
<img
@ -859,7 +859,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.4.3-switch-default">4.8.4.3 The default case is present</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.4.3-switch-default">4.8.4.3 The default case is present</a>
</td>
<td>
<img
@ -879,7 +879,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.5-annotations">4.8.5 Annotations</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.5-annotations">4.8.5 Annotations</a>
</td>
<td>
<img
@ -898,7 +898,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.6-comments">4.8.6 Comments</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.6-comments">4.8.6 Comments</a>
</td>
<td></td>
<td></td>
@ -906,7 +906,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.6.1-block-comment-style">4.8.6.1 Block comment style</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.6.1-block-comment-style">4.8.6.1 Block comment style</a>
</td>
<td>
<img
@ -919,7 +919,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.7-modifiers">4.8.7 Modifiers</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.7-modifiers">4.8.7 Modifiers</a>
</td>
<td>
<img
@ -939,7 +939,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.8-numeric-literals">4.8.8 Numeric Literals</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.8-numeric-literals">4.8.8 Numeric Literals</a>
</td>
<td>
<img
@ -958,7 +958,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s5-naming">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s5-naming">
<strong>5 Naming</strong>
</a>
</td>
@ -968,7 +968,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s5.1-identifier-names">5.1 Rules common to all identifiers</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s5.1-identifier-names">5.1 Rules common to all identifiers</a>
</td>
<td>"5.2 Rules of identifier type" already includes this rule.
</td>
@ -977,7 +977,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s5.2-specific-identifier-names">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s5.2-specific-identifier-names">
5.2 Rules by identifier type
</a>
</td>
@ -987,7 +987,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s5.2.1-package-names">5.2.1 Package names</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s5.2.1-package-names">5.2.1 Package names</a>
</td>
<td>
<img
@ -1006,7 +1006,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s5.2.2-class-names">5.2.2 Class names</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s5.2.2-class-names">5.2.2 Class names</a>
</td>
<td>
<img
@ -1025,7 +1025,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s5.2.3-method-names">5.2.3 Method names</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s5.2.3-method-names">5.2.3 Method names</a>
</td>
<td>
<img
@ -1045,7 +1045,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s5.2.4-constant-names">5.2.4 Constant names</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s5.2.4-constant-names">5.2.4 Constant names</a>
</td>
<td>
<img
@ -1058,7 +1058,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s5.2.5-non-constant-field-names">5.2.5 Non-constant field names</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s5.2.5-non-constant-field-names">5.2.5 Non-constant field names</a>
</td>
<td>
<img
@ -1077,7 +1077,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s5.2.6-parameter-names">5.2.6 Parameter names</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s5.2.6-parameter-names">5.2.6 Parameter names</a>
</td>
<td>
<img
@ -1096,7 +1096,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s5.2.7-local-variable-names">5.2.7 Local variable names</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s5.2.7-local-variable-names">5.2.7 Local variable names</a>
</td>
<td>
<img
@ -1115,7 +1115,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s5.2.8-type-variable-names">5.2.8 Type variable names</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s5.2.8-type-variable-names">5.2.8 Type variable names</a>
</td>
<td>
<img
@ -1142,7 +1142,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s5.3-camel-case">5.3 Camel case: defined</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s5.3-camel-case">5.3 Camel case: defined</a>
</td>
<td>
<img
@ -1164,7 +1164,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s6-programming-practices">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s6-programming-practices">
<strong>6 Programming Practices</strong>
</a>
</td>
@ -1174,7 +1174,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s6.1-override-annotation">6.1 @Override: always used</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s6.1-override-annotation">6.1 @Override: always used</a>
</td>
<td>
<img
@ -1191,7 +1191,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s6.2-caught-exceptions">6.2 Caught exceptions: not ignored</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s6.2-caught-exceptions">6.2 Caught exceptions: not ignored</a>
</td>
<td>
<img
@ -1210,7 +1210,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s6.3-static-members">6.3 Static members: qualified using class</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s6.3-static-members">6.3 Static members: qualified using class</a>
</td>
<td>
<img
@ -1223,7 +1223,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s6.4-finalizers">6.4 Finalizers: not used</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s6.4-finalizers">6.4 Finalizers: not used</a>
</td>
<td>
<img
@ -1243,7 +1243,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s7-javadoc">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s7-javadoc">
<strong>7 Javadoc</strong>
</a>
</td>
@ -1253,7 +1253,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s7.1-javadoc-formatting">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s7.1-javadoc-formatting">
7.1 Formatting
</a>
</td>
@ -1263,7 +1263,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s7.1.1-javadoc-multi-line">7.1.1 General form</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s7.1.1-javadoc-multi-line">7.1.1 General form</a>
</td>
<td>
<img
@ -1281,7 +1281,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s7.1.2-javadoc-paragraphs">7.1.2 Paragraphs</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s7.1.2-javadoc-paragraphs">7.1.2 Paragraphs</a>
</td>
<td>
<img
@ -1299,7 +1299,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s7.1.3-javadoc-at-clauses">7.1.3 At-clauses</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s7.1.3-javadoc-at-clauses">7.1.3 At-clauses</a>
</td>
<td>
<img
@ -1337,7 +1337,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s7.2-summary-fragment">7.2 The summary fragment</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s7.2-summary-fragment">7.2 The summary fragment</a>
</td>
<td>
<img
@ -1355,7 +1355,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s7.3-javadoc-where-required">
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s7.3-javadoc-where-required">
7.3 Where Javadoc is used
</a>
</td>
@ -1376,7 +1376,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s7.3.1-javadoc-exception-self-explanatory">7.3.1 Exception: self-explanatory methods</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s7.3.1-javadoc-exception-self-explanatory">7.3.1 Exception: self-explanatory methods</a>
</td>
<td>
<img
@ -1394,7 +1394,7 @@
<tr>
<td>
<a
href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s7.3.2-javadoc-exception-overrides">7.3.2 Exception: overrides</a>
href="http://checkstyle.sourceforge.net/reports/google-java-style.html#s7.3.2-javadoc-exception-overrides">7.3.2 Exception: overrides</a>
</td>
<td>
<img