Skip to content

Commit

Permalink
Issue #6490: Add cached version of "Code Conventions for the Java(TM)…
Browse files Browse the repository at this point in the history
… Programming Language"
  • Loading branch information
Vampire authored and rnveach committed Apr 10, 2019
1 parent 1e499e2 commit db09410
Show file tree
Hide file tree
Showing 19 changed files with 1,600 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci/jsoref-spellchecker/exclude.pl
Expand Up @@ -7,7 +7,7 @@
(^|/)images/
^src/it/resources/
^src/test/resources/
^src/site/resources/styleguides/google-java-style-.*
^src/site/resources/styleguides/
^src/test/resources-noncompilable/
/messages.*_..\.properties$
/releasenotes_old\.xml$
Expand Down
Expand Up @@ -37,7 +37,7 @@
* </p>
* <p>
* According to
* <a href="https://www.oracle.com/technetwork/java/javase/documentation/codeconventions-141855.html#1852">
* <a href="https://checkstyle.org/styleguides/sun-code-conventions-19990420/CodeConventions.doc2.html#a1852">
* Code Conventions for the Java Programming Language</a>, the parts of a class
* or interface declaration should appear in the following order:
* </p>
Expand Down
Expand Up @@ -32,7 +32,7 @@
* </p>
* <p>
* Rationale: <a
* href="https://www.oracle.com/technetwork/java/javase/documentation/codeconventions-141270.html">
* href="https://checkstyle.org/styleguides/sun-code-conventions-19990420/CodeConventions.doc5.html#a2992">
* the SUN Code conventions chapter 6.1</a> recommends that
* declarations should be one per line.
* </p>
Expand Down

0 comments on commit db09410

Please sign in to comment.