Return-Path: Delivered-To: apmail-logging-general-archive@www.apache.org Received: (qmail 28586 invoked from network); 16 Nov 2010 02:14:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Nov 2010 02:14:06 -0000 Received: (qmail 61126 invoked by uid 500); 16 Nov 2010 02:14:38 -0000 Delivered-To: apmail-logging-general-archive@logging.apache.org Received: (qmail 61023 invoked by uid 500); 16 Nov 2010 02:14:38 -0000 Mailing-List: contact general-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Logging General" List-Id: Delivered-To: mailing list general@logging.apache.org Received: (qmail 61015 invoked by uid 99); 16 Nov 2010 02:14:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 02:14:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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, 16 Nov 2010 02:14:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CFB2F2388B9B; Tue, 16 Nov 2010 02:12:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1035516 [11/11] - in /logging/site/trunk/docs/log4j/companions/extras: ./ apidocs/ apidocs/org/apache/log4j/ apidocs/org/apache/log4j/class-use/ apidocs/org/apache/log4j/extras/ apidocs/org/apache/log4j/extras/class-use/ apidocs/org/apache... Date: Tue, 16 Nov 2010 02:12:18 -0000 To: general@logging.apache.org From: carnold@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101116021236.CFB2F2388B9B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/XSLTLayoutTest.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/XSLTLayoutTest.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/XSLTLayoutTest.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/XSLTLayoutTest.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + XSLTLayoutTest (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + @@ -93,7 +93,7 @@ org.apache.log4j.xml
Class XSLTLayoutTest
-java.lang.Object
+java.lang.Object
   extended by junit.framework.Assert
       extended by junit.framework.TestCase
           extended by org.apache.log4j.LayoutTest
@@ -125,7 +125,7 @@ Test for XSLTLayout.
 Constructor Summary
 
 
-XSLTLayoutTest(String testName)
+XSLTLayoutTest(java.lang.String testName)
 
 
          Construct new instance of XSLTLayoutTest. @@ -251,10 +251,10 @@ Test for XSLTLayout.   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  @@ -273,7 +273,7 @@ Test for XSLTLayout.

XSLTLayoutTest

-public XSLTLayoutTest(String testName)
+public XSLTLayoutTest(java.lang.String testName)
Construct new instance of XSLTLayoutTest.

@@ -313,7 +313,7 @@ protected Exception + throws java.lang.Exception

Tests formatted results.

@@ -323,7 +323,7 @@ public void testFormat()

Throws: -
Exception - if parser can not be constructed or source is not a valid XML document.
+
java.lang.Exception - if parser can not be constructed or source is not a valid XML document.

@@ -332,14 +332,14 @@ public void testFormat() testFormatWithException
 public void testFormatWithException()
-                             throws Exception
+ throws java.lang.Exception
Tests formatted results with an exception.

Throws: -
Exception - if parser can not be constructed or source is not a valid XML document.
+
java.lang.Exception - if parser can not be constructed or source is not a valid XML document.

@@ -348,14 +348,14 @@ public void testFormatWithException
 public void testFormatWithNDC()
-                       throws Exception
+ throws java.lang.Exception
Tests formatted results with an exception.

Throws: -
Exception - if parser can not be constructed or source is not a valid XML document.
+
java.lang.Exception - if parser can not be constructed or source is not a valid XML document.

@@ -390,14 +390,14 @@ public void testActivateOptions() testAtom
 public void testAtom()
-              throws Exception
+ throws java.lang.Exception
Tests XML configuration and atom layout.

Throws: -
Exception
+
java.lang.Exception

@@ -406,14 +406,14 @@ public void testAtom() testAtomNS
 public void testAtomNS()
-                throws Exception
+ throws java.lang.Exception
Tests XML configuration and atom layout.

Throws: -
Exception
+
java.lang.Exception

@@ -422,14 +422,14 @@ public void testAtomNS() testNDCWithCDATA
 public void testNDCWithCDATA()
-                      throws Exception
+ throws java.lang.Exception
Tests CDATA element within NDC content. See bug 37560.

Throws: -
Exception
+
java.lang.Exception

@@ -438,14 +438,14 @@ public void testNDCWithCDATA() testExceptionWithCDATA
 public void testExceptionWithCDATA()
-                            throws Exception
+ throws java.lang.Exception
Tests CDATA element within exception. See bug 37560.

Throws: -
Exception
+
java.lang.Exception
Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/XSLTLayoutTestCase.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/XSLTLayoutTestCase.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/XSLTLayoutTestCase.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/XSLTLayoutTestCase.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + XSLTLayoutTestCase (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + @@ -93,7 +93,7 @@ org.apache.log4j.xml
Class XSLTLayoutTestCase
-java.lang.Object
+java.lang.Object
   extended by junit.framework.Assert
       extended by junit.framework.TestCase
           extended by org.apache.log4j.xml.XSLTLayoutTestCase
@@ -120,7 +120,7 @@ Class XSLTLayoutTestCase
 Constructor Summary
 
 
-XSLTLayoutTestCase(String name)
+XSLTLayoutTestCase(java.lang.String name)
 
 
            @@ -222,10 +222,10 @@ Class XSLTLayoutTestCase   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  @@ -244,7 +244,7 @@ Class XSLTLayoutTestCase

XSLTLayoutTestCase

-public XSLTLayoutTestCase(String name)
+public XSLTLayoutTestCase(java.lang.String name)
@@ -290,12 +290,12 @@ public void tearDown() testBasic
 public void testBasic()
-               throws Exception
+ throws java.lang.Exception
Throws: -
Exception
+
java.lang.Exception

@@ -304,12 +304,12 @@ public void testBasic() testLocationInfo
 public void testLocationInfo()
-                      throws Exception
+ throws java.lang.Exception
Throws: -
Exception
+
java.lang.Exception

@@ -318,12 +318,12 @@ public void testLocationInfo() testCDATA
 public void testCDATA()
-               throws Exception
+ throws java.lang.Exception
Throws: -
Exception
+
java.lang.Exception

@@ -332,12 +332,12 @@ public void testCDATA() testNull
 public void testNull()
-              throws Exception
+ throws java.lang.Exception
Throws: -
Exception
+
java.lang.Exception

@@ -346,7 +346,7 @@ public void testNull() testMDC
 public void testMDC()
-             throws Exception
+ throws java.lang.Exception
Tests the format of the MDC portion of the layout to ensure the KVP's we put in turn up in the output file. @@ -354,7 +354,7 @@ public void testMDC()
Throws: -
Exception
+
java.lang.Exception

@@ -363,12 +363,12 @@ public void testMDC() testMDCEscaped
 public void testMDCEscaped()
-                    throws Exception
+ throws java.lang.Exception
Throws: -
Exception
+
java.lang.Exception
Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/class-use/XSLTLayoutTest.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/class-use/XSLTLayoutTest.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/class-use/XSLTLayoutTest.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/class-use/XSLTLayoutTest.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.xml.XSLTLayoutTest (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/class-use/XSLTLayoutTestCase.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/class-use/XSLTLayoutTestCase.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/class-use/XSLTLayoutTestCase.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/class-use/XSLTLayoutTestCase.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.xml.XSLTLayoutTestCase (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/package-frame.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/package-frame.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/package-frame.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/package-frame.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + org.apache.log4j.xml (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/package-summary.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/package-summary.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/package-summary.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/package-summary.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + org.apache.log4j.xml (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/package-tree.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/package-tree.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/package-tree.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/package-tree.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + org.apache.log4j.xml Class Hierarchy (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + @@ -92,7 +92,7 @@ Hierarchy For Package org.apache.log4j.x Class Hierarchy
    -
  • java.lang.Object
      +
    • java.lang.Object
      • junit.framework.Assert
        • junit.framework.TestCase (implements junit.framework.Test)
            Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/package-use.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/package-use.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/package-use.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/xml/package-use.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Package org.apache.log4j.xml (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/overview-frame.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/overview-frame.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/overview-frame.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/overview-frame.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Overview List (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/overview-summary.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/overview-summary.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/overview-summary.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/overview-summary.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Overview (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/overview-tree.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/overview-tree.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/overview-tree.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/overview-tree.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Class Hierarchy (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + @@ -91,7 +91,7 @@ Hierarchy For All Packages Class Hierarchy
              -
            • java.lang.Object
                +
              • java.lang.Object
              • org.apache.log4j.util.RelativeTimeFilter (implements org.apache.log4j.util.Filter)
              • org.apache.log4j.util.SerializationTestHelper
              • org.apache.log4j.util.SunReflectFilter (implements org.apache.log4j.util.Filter) -
              • java.lang.Throwable (implements java.io.Serializable) +
              • java.lang.Throwable (implements java.io.Serializable)
                  -
                • java.lang.Exception
                • org.apache.log4j.util.Transformer
                • org.apache.log4j.util.XMLDateFilter (implements org.apache.log4j.util.Filter) Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/serialized-form.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/serialized-form.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/serialized-form.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/serialized-form.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Serialized Form (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + @@ -118,41 +118,41 @@ Serialized Form

                  readObject

                  -private void readObject(ObjectInputStream arg0)
                  -                 throws IOException,
                  -                        ClassNotFoundException
                  +private void readObject(java.io.ObjectInputStream arg0) + throws java.io.IOException, + java.lang.ClassNotFoundException
                  Throws: -
                  IOException -
                  ClassNotFoundException
                  +
                  java.io.IOException +
                  java.lang.ClassNotFoundException

                  writeObject

                  -private void writeObject(ObjectOutputStream arg0)
                  -                  throws IOException
                  +private void writeObject(java.io.ObjectOutputStream arg0) + throws java.io.IOException
                  Throws: -
                  IOException
                  +
                  java.io.IOException

                  readResolve

                  -private Object readResolve()
                  -                    throws ObjectStreamException
                  +private java.lang.Object readResolve() + throws java.io.ObjectStreamException
                  Throws: -
                  ObjectStreamException
                  +
                  java.io.ObjectStreamException

                  @@ -169,7 +169,7 @@ private -Class org.apache.log4j.pattern.CachedDateFormat extends DateFormat implements Serializable +Class org.apache.log4j.pattern.CachedDateFormat extends java.text.DateFormat implements Serializable @@ -188,7 +188,7 @@ private DateFormat formatter +java.text.DateFormat formatter
                  @@ -215,7 +215,7 @@ long slotBegin

                  cache

                  -StringBuffer cache
                  +java.lang.StringBuffer cache
                  @@ -242,7 +242,7 @@ long previousTime

                  tmpDate

                  -Date tmpDate
                  +java.util.Date tmpDate
                  @@ -253,7 +253,7 @@ tmpDate +Class org.apache.log4j.pattern.LogEvent extends java.lang.Object implements Serializable
                  -Class org.apache.log4j.pattern.LogEvent extends Object implements Serializable
                  @@ -273,28 +273,28 @@ tmpDate

                  readObject

                  -private void readObject(ObjectInputStream arg0)
                  -                 throws IOException,
                  -                        ClassNotFoundException
                  +private void readObject(java.io.ObjectInputStream arg0) + throws java.io.IOException, + java.lang.ClassNotFoundException
                  Throws: -
                  IOException -
                  ClassNotFoundException
                  +
                  java.io.IOException +
                  java.lang.ClassNotFoundException

                  writeObject

                  -private void writeObject(ObjectOutputStream arg0)
                  -                  throws IOException
                  +private void writeObject(java.io.ObjectOutputStream arg0) + throws java.io.IOException
                  Throws: -
                  IOException
                  +
                  java.io.IOException
                  @@ -308,7 +308,7 @@ private void writeObject( categoryName
                  -String categoryName
                  +java.lang.String categoryName
                  @@ -317,7 +317,7 @@ categoryName

                  ndc

                  -String ndc
                  +java.lang.String ndc
                  @@ -326,7 +326,7 @@ ndc

                  mdcCopy

                  -Hashtable<K,V> mdcCopy
                  +java.util.Hashtable<K,V> mdcCopy
                  @@ -353,7 +353,7 @@ boolean mdcCopyLookupRequired renderedMessage
                  -String renderedMessage
                  +java.lang.String renderedMessage
                  @@ -362,7 +362,7 @@ renderedMessage

                  threadName

                  -String threadName
                  +java.lang.String threadName
                  @@ -408,7 +408,7 @@ locationInfo +Class org.apache.log4j.rule.AbstractRule extends java.lang.Object implements Serializable
                  -Class org.apache.log4j.rule.AbstractRule extends Object implements Serializable
                  @@ -427,7 +427,7 @@ locationInfo

                  propertySupport

                  -PropertyChangeSupport propertySupport
                  +java.beans.PropertyChangeSupport propertySupport
                  @@ -505,7 +505,7 @@ rule

                  foregroundColor

                  -Color foregroundColor
                  +java.awt.Color foregroundColor
                  @@ -514,7 +514,7 @@ foregroundColor

                  backgroundColor

                  -Color backgroundColor
                  +java.awt.Color backgroundColor
                  @@ -523,7 +523,7 @@ backgroundColor

                  expression

                  -String expression
                  +java.lang.String expression
                  @@ -553,7 +553,7 @@ expression

                  value

                  -String value
                  +java.lang.String value
                  @@ -562,7 +562,7 @@ value

                  field

                  -String field
                  +java.lang.String field
                  @@ -592,7 +592,7 @@ field

                  field

                  -String field
                  +java.lang.String field
                  @@ -652,7 +652,7 @@ rule

                  field

                  -String field
                  +java.lang.String field
                  @@ -661,7 +661,7 @@ field

                  value

                  -String value
                  +java.lang.String value
                  @@ -670,7 +670,7 @@ value

                  inequalitySymbol

                  -String inequalitySymbol
                  +java.lang.String inequalitySymbol
                  @@ -701,26 +701,26 @@ inequalitySymbol

                  readObject

                  -private void readObject(ObjectInputStream arg0)
                  -                 throws IOException
                  +private void readObject(java.io.ObjectInputStream arg0) + throws java.io.IOException
                  Throws: -
                  IOException
                  +
                  java.io.IOException

                  writeObject

                  -private void writeObject(ObjectOutputStream arg0)
                  -                  throws IOException
                  +private void writeObject(java.io.ObjectOutputStream arg0) + throws java.io.IOException
                  Throws: -
                  IOException
                  +
                  java.io.IOException
                  @@ -749,28 +749,28 @@ private void writeObject(

                  readObject

                  -private void readObject(ObjectInputStream arg0)
                  -                 throws IOException,
                  -                        ClassNotFoundException
                  +private void readObject(java.io.ObjectInputStream arg0) + throws java.io.IOException, + java.lang.ClassNotFoundException
                  Throws: -
                  IOException -
                  ClassNotFoundException
                  +
                  java.io.IOException +
                  java.lang.ClassNotFoundException

                  writeObject

                  -private void writeObject(ObjectOutputStream arg0)
                  -                  throws IOException
                  +private void writeObject(java.io.ObjectOutputStream arg0) + throws java.io.IOException
                  Throws: -
                  IOException
                  +
                  java.io.IOException
                  @@ -798,7 +798,7 @@ private void writeObject( field
                  -String field
                  +java.lang.String field
                  @@ -807,7 +807,7 @@ field

                  value

                  -String value
                  +java.lang.String value
                  @@ -838,26 +838,26 @@ value

                  readObject

                  -private void readObject(ObjectInputStream arg0)
                  -                 throws IOException
                  +private void readObject(java.io.ObjectInputStream arg0) + throws java.io.IOException
                  Throws: -
                  IOException
                  +
                  java.io.IOException

                  writeObject

                  -private void writeObject(ObjectOutputStream arg0)
                  -                  throws IOException
                  +private void writeObject(java.io.ObjectOutputStream arg0) + throws java.io.IOException
                  Throws: -
                  IOException
                  +
                  java.io.IOException
                  @@ -954,7 +954,7 @@ rule2

                  field

                  -String field
                  +java.lang.String field
                  @@ -963,7 +963,7 @@ field

                  value

                  -String value
                  +java.lang.String value
                  @@ -994,28 +994,28 @@ value

                  readObject

                  -private void readObject(ObjectInputStream arg0)
                  -                 throws IOException,
                  -                        ClassNotFoundException
                  +private void readObject(java.io.ObjectInputStream arg0) + throws java.io.IOException, + java.lang.ClassNotFoundException
                  Throws: -
                  IOException -
                  ClassNotFoundException
                  +
                  java.io.IOException +
                  java.lang.ClassNotFoundException

                  writeObject

                  -private void writeObject(ObjectOutputStream arg0)
                  -                  throws IOException
                  +private void writeObject(java.io.ObjectOutputStream arg0) + throws java.io.IOException
                  Throws: -
                  IOException
                  +
                  java.io.IOException
                  @@ -1060,28 +1060,28 @@ long timeStamp

                  readObject

                  -private void readObject(ObjectInputStream arg0)
                  -                 throws IOException,
                  -                        ClassNotFoundException
                  +private void readObject(java.io.ObjectInputStream arg0) + throws java.io.IOException, + java.lang.ClassNotFoundException
                  Throws: -
                  IOException -
                  ClassNotFoundException
                  +
                  java.io.IOException +
                  java.lang.ClassNotFoundException

                  writeObject

                  -private void writeObject(ObjectOutputStream arg0)
                  -                  throws IOException
                  +private void writeObject(java.io.ObjectOutputStream arg0) + throws java.io.IOException
                  Throws: -
                  IOException
                  +
                  java.io.IOException
                  @@ -1114,7 +1114,7 @@ long timeStamp +Class org.apache.log4j.util.UnexpectedFormatException extends java.lang.Exception implements Serializable
                  -Class org.apache.log4j.util.UnexpectedFormatException extends Exception implements Serializable