diff --git a/docs/anttask.html b/docs/anttask.html index dda083656..2ae34963a 100644 --- a/docs/anttask.html +++ b/docs/anttask.html @@ -210,7 +210,6 @@ provide a package names file packageNamesFile="myPackageNames.xml" file="Check.java"/> -

Run checkstyle in an automated build and send an email report if style violations are detected

   <target name="checkstyle"
@@ -245,6 +244,6 @@ provide a package names file
 

-

Copyright © 2002 Oliver Burn. All rights Reserved.

+ diff --git a/docs/config.html b/docs/config.html index 8288f691a..244a66aa4 100644 --- a/docs/config.html +++ b/docs/config.html @@ -537,14 +537,13 @@ "-//Puppy Crawl//DTD Package Names 1.0//EN" "http://www.puppycrawl.com/dtds/packages_1_0.dtd"> -


-

-Copyright © 2002 Oliver Burn. All rights Reserved. +

diff --git a/docs/config_blocks.html b/docs/config_blocks.html index 4cd32c3a2..dcb8f07e3 100644 --- a/docs/config_blocks.html +++ b/docs/config_blocks.html @@ -309,8 +309,8 @@
-

-Copyright © 2002 Oliver Burn. All rights Reserved. +

diff --git a/docs/config_header.html b/docs/config_header.html index a33c009af..80ce9e073 100644 --- a/docs/config_header.html +++ b/docs/config_header.html @@ -87,7 +87,7 @@ line 5: ////////////////////////////////////////////////////////////////////
 <module name="Header">
     <property name="headerFile" value="java.header"/>
-    <property name="ignoreLines"" value="2, 3, 4"/>
+    <property name="ignoreLines" value="2, 3, 4"/>
 </module>
       

Package

@@ -156,7 +156,7 @@ line 6: /{71}
 <module name="RegexpHeader">
     <property name="headerFile" value="java.header"/>
-    <property name="ignoreLines"" value="2, 3, 4"/>
+    <property name="ignoreLines" value="2, 3, 4"/>
 </module>
       

Package

@@ -171,8 +171,8 @@ line 6: /{71}
-

-Copyright © 2002 Oliver Burn. All rights Reserved. +

diff --git a/docs/config_import.html b/docs/config_import.html index 8c6592674..19d6f1d4c 100644 --- a/docs/config_import.html +++ b/docs/config_import.html @@ -195,8 +195,8 @@
-

-Copyright © 2002 Oliver Burn. All rights Reserved. +

diff --git a/docs/config_javadoc.html b/docs/config_javadoc.html index 030e5af20..eec91c875 100644 --- a/docs/config_javadoc.html +++ b/docs/config_javadoc.html @@ -364,8 +364,8 @@ convention of using a
-

- Copyright © 2002 Oliver Burn. All rights Reserved. +

diff --git a/docs/config_misc.html b/docs/config_misc.html index 987aa723c..a92a439c5 100644 --- a/docs/config_misc.html +++ b/docs/config_misc.html @@ -329,10 +329,10 @@ else

could be written as +

 return !valid();
       
-

The Idea for this Check has been shamelessly stolen from the equivalent PMD rule. @@ -411,7 +411,7 @@ return !valid();

Consider the following properties file in the same directory: - +

       #messages.properties
       hello=Hello
@@ -425,13 +425,13 @@ return !valid();
       The Translation check will find the typo in the german hello key, the
       missing ok key in the default resource file and the missing cancel key
       in the german resource file:
+      

       messages_de.properties: Key 'hello' missing.
       messages_de.properties: Key 'cancel' missing.
       messages.properties: Key 'hell' missing.
       messages.properties: Key 'ok' missing.
       
-

Properties

@@ -632,12 +632,12 @@ public class StringUtils // not final to allow subclassing

The exact rule is that nonprivate methods of classes that can be subclassed must either be +

-

Rationale: This API design style protects superclasses against beeing broken by @@ -791,8 +791,8 @@ public class StringUtils // not final to allow subclassing


-

-Copyright © 2002 Oliver Burn. All rights Reserved. +

diff --git a/docs/config_modifiers.html b/docs/config_modifiers.html index f62eb1385..36ea94a4a 100644 --- a/docs/config_modifiers.html +++ b/docs/config_modifiers.html @@ -240,8 +240,8 @@ Language specification, section 9.3).
-

-Copyright © 2002 Oliver Burn. All rights Reserved. +

diff --git a/docs/config_naming.html b/docs/config_naming.html index 3d7249e63..cfff8741e 100644 --- a/docs/config_naming.html +++ b/docs/config_naming.html @@ -126,8 +126,8 @@
-

-Copyright © 2002 Oliver Burn. All rights Reserved. +

diff --git a/docs/config_reporting.html b/docs/config_reporting.html index 57d658b3e..a9df24d4b 100644 --- a/docs/config_reporting.html +++ b/docs/config_reporting.html @@ -1,8 +1,11 @@ - - + + + Reporting Configuration - + @@ -48,8 +51,8 @@ reported as src\dir\subdir\File.java. The property type is string and defaults to an empty string.

-
-

Copyright © 2002 Oliver Burn. All rights Reserved.

+
+ - \ No newline at end of file + diff --git a/docs/config_sizes.html b/docs/config_sizes.html index fcdf11ce5..578a3674c 100644 --- a/docs/config_sizes.html +++ b/docs/config_sizes.html @@ -283,8 +283,8 @@
-

-Copyright © 2002 Oliver Burn. All rights Reserved. +

diff --git a/docs/config_whitespace.html b/docs/config_whitespace.html index a8016b764..f37324e2e 100644 --- a/docs/config_whitespace.html +++ b/docs/config_whitespace.html @@ -414,8 +414,8 @@
-

-Copyright © 2002 Oliver Burn. All rights Reserved. +

diff --git a/docs/property_types.html b/docs/property_types.html index cdb42f6ce..2a09f92d7 100644 --- a/docs/property_types.html +++ b/docs/property_types.html @@ -252,7 +252,7 @@ valid options:


-

Copyright © 2002 Oliver Burn. All rights Reserved.

+