Return-Path: X-Original-To: apmail-creadur-commits-archive@www.apache.org Delivered-To: apmail-creadur-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03A7BD548 for ; Tue, 20 Nov 2012 20:55:18 +0000 (UTC) Received: (qmail 31846 invoked by uid 500); 20 Nov 2012 20:55:17 -0000 Delivered-To: apmail-creadur-commits-archive@creadur.apache.org Received: (qmail 31817 invoked by uid 500); 20 Nov 2012 20:55:17 -0000 Mailing-List: contact commits-help@creadur.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@creadur.apache.org Delivered-To: mailing list commits@creadur.apache.org Received: (qmail 31763 invoked by uid 99); 20 Nov 2012 20:55:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2012 20:55:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2012 20:55:12 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 70DC32388C92 for ; Tue, 20 Nov 2012 20:53:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r838960 [26/39] - in /websites/staging/creadur/trunk/content: ./ rat/ rat/apache-rat-core/ rat/apache-rat-core/apidocs/ rat/apache-rat-core/apidocs/org/apache/rat/ rat/apache-rat-core/apidocs/org/apache/rat/analysis/ rat/apache-rat-core/api... Date: Tue, 20 Nov 2012 20:52:46 -0000 To: commits@creadur.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121120205353.70DC32388C92@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/FullTextMatchingLicense.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/FullTextMatchingLicense.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/FullTextMatchingLicense.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - FullTextMatchingLicense (Apache Rat 0.9-SNAPSHOT API) - @@ -93,7 +91,7 @@ org.apache.rat.analysis.license
Class FullTextMatchingLicense
-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.analysis.license.BaseLicense
       extended by org.apache.rat.analysis.license.FullTextMatchingLicense
 
@@ -147,8 +145,8 @@ Accumulates all letters and numbers cont protected FullTextMatchingLicense(MetaData.Datum licenseFamilyCategory, MetaData.Datum licenseFamilyName, - String notes, - String fullText) + String notes, + String fullText)
            @@ -175,15 +173,15 @@ Accumulates all letters and numbers cont  boolean match(Document subject, - String line) + String line)
          Matches the text accumulated to licenses. -protected  String -prune(String text) +protected  String +prune(String text)
            @@ -199,7 +197,7 @@ Accumulates all letters and numbers cont  void -setFullText(String text) +setFullText(String text)
            @@ -217,10 +215,10 @@ Accumulates all letters and numbers cont   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -249,8 +247,8 @@ FullTextMatchingLicense
 protected FullTextMatchingLicense(MetaData.Datum licenseFamilyCategory,
                                   MetaData.Datum licenseFamilyName,
-                                  String notes,
-                                  String fullText)
+ String notes, + String fullText)
@@ -267,7 +265,7 @@ protected FullTextMatchingLicense

setFullText

-public final void setFullText(String text)
+public final void setFullText(String text)
@@ -295,7 +293,7 @@ public final boolean hasFullText(

prune

-protected final String prune(String text)
+protected final String prune(String text)
@@ -310,7 +308,7 @@ protected final Document subject, - String line) + String line) throws RatHeaderAnalysisException
Description copied from interface: IHeaderMatcher
Modified: websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/GPL1License.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/GPL1License.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/GPL1License.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - GPL1License (Apache Rat 0.9-SNAPSHOT API) - @@ -93,7 +91,7 @@ org.apache.rat.analysis.license
Class GPL1License
-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.analysis.license.BaseLicense
       extended by org.apache.rat.analysis.license.FullTextMatchingLicense
           extended by org.apache.rat.analysis.license.GPL1License
@@ -124,7 +122,7 @@ Licence matches GPL1 or later.
 
 
 
-static String
+static String
 FIRST_LICENSE_LINE
 
 
@@ -178,10 +176,10 @@ Licence matches GPL1 or later.   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -200,7 +198,7 @@ Licence matches GPL1 or later.

FIRST_LICENSE_LINE

-public static final String FIRST_LICENSE_LINE
+public static final String FIRST_LICENSE_LINE
See Also:
Constant Field Values
Modified: websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/GPL2License.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/GPL2License.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/GPL2License.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - GPL2License (Apache Rat 0.9-SNAPSHOT API) - @@ -93,7 +91,7 @@ org.apache.rat.analysis.license
Class GPL2License
-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.analysis.license.BaseLicense
       extended by org.apache.rat.analysis.license.FullTextMatchingLicense
           extended by org.apache.rat.analysis.license.GPL2License
@@ -124,7 +122,7 @@ Licence matches GPL2 or later.
 
 
 
-static String
+static String
 FIRST_LICENSE_LINE
 
 
@@ -178,10 +176,10 @@ Licence matches GPL2 or later.   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -200,7 +198,7 @@ Licence matches GPL2 or later.

FIRST_LICENSE_LINE

-public static final String FIRST_LICENSE_LINE
+public static final String FIRST_LICENSE_LINE
See Also:
Constant Field Values
Modified: websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/GPL3License.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/GPL3License.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/GPL3License.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - GPL3License (Apache Rat 0.9-SNAPSHOT API) - @@ -93,7 +91,7 @@ org.apache.rat.analysis.license
Class GPL3License
-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.analysis.license.BaseLicense
       extended by org.apache.rat.analysis.license.FullTextMatchingLicense
           extended by org.apache.rat.analysis.license.GPL3License
@@ -124,7 +122,7 @@ Licence matches GPL3 or later.
 
 
 
-static String
+static String
 FIRST_LICENSE_LINE
 
 
@@ -178,10 +176,10 @@ Licence matches GPL3 or later.   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -200,7 +198,7 @@ Licence matches GPL3 or later.

FIRST_LICENSE_LINE

-public static final String FIRST_LICENSE_LINE
+public static final String FIRST_LICENSE_LINE
See Also:
Constant Field Values
Modified: websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/MITLicense.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/MITLicense.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/MITLicense.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - MITLicense (Apache Rat 0.9-SNAPSHOT API) - @@ -93,7 +91,7 @@ org.apache.rat.analysis.license
Class MITLicense
-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.analysis.license.BaseLicense
       extended by org.apache.rat.analysis.license.FullTextMatchingLicense
           extended by org.apache.rat.analysis.license.MITLicense
@@ -124,7 +122,7 @@ Base MIT license (all 3 parts).
 
 
 
-static String
+static String
 AS_IS_LICENSE_LINE
 
 
@@ -132,7 +130,7 @@ Base MIT license (all 3 parts). -static String +static String FIRST_LICENSE_LINE
@@ -140,7 +138,7 @@ Base MIT license (all 3 parts). -static String +static String MIDDLE_LICENSE_LINE
@@ -194,10 +192,10 @@ Base MIT license (all 3 parts).   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -216,7 +214,7 @@ Base MIT license (all 3 parts).

FIRST_LICENSE_LINE

-public static final String FIRST_LICENSE_LINE
+public static final String FIRST_LICENSE_LINE
See Also:
Constant Field Values
@@ -226,7 +224,7 @@ public static final

MIDDLE_LICENSE_LINE

-public static final String MIDDLE_LICENSE_LINE
+public static final String MIDDLE_LICENSE_LINE
See Also:
Constant Field Values
@@ -236,7 +234,7 @@ public static final

AS_IS_LICENSE_LINE

-public static final String AS_IS_LICENSE_LINE
+public static final String AS_IS_LICENSE_LINE
See Also:
Constant Field Values
Modified: websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/OASISLicense.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/OASISLicense.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/OASISLicense.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - OASISLicense (Apache Rat 0.9-SNAPSHOT API) - @@ -93,7 +91,7 @@ org.apache.rat.analysis.license
Class OASISLicense
-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.analysis.license.BaseLicense
       extended by org.apache.rat.analysis.license.FullTextMatchingLicense
           extended by org.apache.rat.analysis.license.OASISLicense
@@ -144,7 +142,7 @@ Looks for documents contain the OASIS co
 
  boolean
 match(Document subject,
-      String line)
+      String line)
 
 
          Matches the text accumulated to licenses. @@ -179,10 +177,10 @@ Looks for documents contain the OASIS co   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -219,7 +217,7 @@ public OASISLicense()
match
 public boolean match(Document subject,
-                     String line)
+                     String line)
               throws RatHeaderAnalysisException
Description copied from interface: IHeaderMatcher
Modified: websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/SimplePatternBasedLicense.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/SimplePatternBasedLicense.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/SimplePatternBasedLicense.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - SimplePatternBasedLicense (Apache Rat 0.9-SNAPSHOT API) - @@ -93,7 +91,7 @@ org.apache.rat.analysis.license
Class SimplePatternBasedLicense
-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.analysis.license.BaseLicense
       extended by org.apache.rat.analysis.license.SimplePatternBasedLicense
 
@@ -138,8 +136,8 @@ Class SimplePatternBasedLicense protected SimplePatternBasedLicense(MetaData.Datum pLicenseFamilyCategory, MetaData.Datum pLicenseFamilyName, - String pNotes, - String[] pPatterns) + String pNotes, + String[] pPatterns)
            @@ -156,7 +154,7 @@ Class SimplePatternBasedLicense - String[] + String[] getPatterns()
@@ -166,7 +164,7 @@ Class SimplePatternBasedLicense  boolean match(Document pSubject, - String pLine) + String pLine)
          Matches the text accumulated to licenses. @@ -174,7 +172,7 @@ Class SimplePatternBasedLicense protected  boolean -matches(String pLine) +matches(String pLine)
            @@ -190,7 +188,7 @@ Class SimplePatternBasedLicense  void -setPatterns(String[] pPatterns) +setPatterns(String[] pPatterns)
            @@ -208,10 +206,10 @@ Class SimplePatternBasedLicense   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -240,8 +238,8 @@ SimplePatternBasedLicense
 protected SimplePatternBasedLicense(MetaData.Datum pLicenseFamilyCategory,
                                     MetaData.Datum pLicenseFamilyName,
-                                    String pNotes,
-                                    String[] pPatterns)
+ String pNotes, + String[] pPatterns)
@@ -258,7 +256,7 @@ protected SimplePatternBasedLicense

getPatterns

-public String[] getPatterns()
+public String[] getPatterns()
@@ -272,7 +270,7 @@ public

setPatterns

-public void setPatterns(String[] pPatterns)
+public void setPatterns(String[] pPatterns)
@@ -286,7 +284,7 @@ public void setPatterns(

matches

-protected boolean matches(String pLine)
+protected boolean matches(String pLine)
@@ -319,7 +317,7 @@ public void reset() match
 public boolean match(Document pSubject,
-                     String pLine)
+                     String pLine)
               throws RatHeaderAnalysisException
Description copied from interface: IHeaderMatcher
Modified: websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/TMF854LicenseHeader.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/TMF854LicenseHeader.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/TMF854LicenseHeader.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - TMF854LicenseHeader (Apache Rat 0.9-SNAPSHOT API) - @@ -93,7 +91,7 @@ org.apache.rat.analysis.license
Class TMF854LicenseHeader
-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.analysis.license.BaseLicense
       extended by org.apache.rat.analysis.license.SimplePatternBasedLicense
           extended by org.apache.rat.analysis.license.TMF854LicenseHeader
@@ -157,10 +155,10 @@ Class TMF854LicenseHeader
  
 
-
+
-
+
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  Modified: websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/W3CDocLicense.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/W3CDocLicense.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/W3CDocLicense.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - W3CDocLicense (Apache Rat 0.9-SNAPSHOT API) - @@ -93,7 +91,7 @@ org.apache.rat.analysis.license
Class W3CDocLicense
-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.analysis.license.BaseLicense
       extended by org.apache.rat.analysis.license.SimplePatternBasedLicense
           extended by org.apache.rat.analysis.license.W3CDocLicense
@@ -157,10 +155,10 @@ Class W3CDocLicense
  
 
-
+
-
+
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  Modified: websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/W3CLicense.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/W3CLicense.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/license/W3CLicense.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - W3CLicense (Apache Rat 0.9-SNAPSHOT API) - @@ -93,7 +91,7 @@ org.apache.rat.analysis.license
Class W3CLicense
-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.analysis.license.BaseLicense
       extended by org.apache.rat.analysis.license.SimplePatternBasedLicense
           extended by org.apache.rat.analysis.license.W3CLicense
@@ -157,10 +155,10 @@ Class W3CLicense
  
 
-
+
-
+
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait