You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2009/10/12 00:00:56 UTC

svn commit: r824184 [16/34] - in /harmony/enhanced/classlib/branches/java6: ./ depends/build/ doc/ doc/security/ make/ modules/accessibility/src/main/java/javax/accessibility/ modules/accessibility/src/test/api/java/common/javax/accessibility/ modules/...

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/spi/RegisterableService.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/spi/RegisterableService.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/spi/RegisterableService.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/spi/RegisterableService.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Rustem V. Rafikov
- * @version $Revision: 1.3 $
  */
 package javax.imageio.spi;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/spi/ServiceRegistry.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/spi/ServiceRegistry.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/spi/ServiceRegistry.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/spi/ServiceRegistry.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Rustem V. Rafikov
- * @version $Revision: 1.3 $
  */
 package javax.imageio.spi;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/FileImageOutputStream.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/FileImageOutputStream.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/FileImageOutputStream.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/FileImageOutputStream.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Rustem V. Rafikov
- * @version $Revision: 1.3 $
  */
 package javax.imageio.stream;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/IIOByteBuffer.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/IIOByteBuffer.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/IIOByteBuffer.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/IIOByteBuffer.java Sun Oct 11 21:59:47 2009
@@ -16,13 +16,11 @@
  */
 /**
  * @author Sergey I. Salishev
- * @version $Revision: 1.2 $
  */
 package javax.imageio.stream;
 
 /**
  * @author Sergey I. Salishev
- * @version $Revision: 1.2 $
  */
 public class IIOByteBuffer {
     

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/ImageInputStream.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/ImageInputStream.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/ImageInputStream.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/ImageInputStream.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Rustem V. Rafikov
- * @version $Revision: 1.2 $
  */
 package javax.imageio.stream;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/ImageOutputStream.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/ImageOutputStream.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/ImageOutputStream.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/ImageOutputStream.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Rustem V. Rafikov
- * @version $Revision: 1.2 $
  */
 package javax.imageio.stream;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/ImageOutputStreamImpl.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/ImageOutputStreamImpl.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/ImageOutputStreamImpl.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/javax/imageio/stream/ImageOutputStreamImpl.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Rustem V. Rafikov
- * @version $Revision: 1.3 $
  */
 package javax.imageio.stream;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGConsts.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGConsts.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGConsts.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGConsts.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Rustem V. Rafikov
- * @version $Revision: 1.2 $
  */
 package org.apache.harmony.x.imageio.plugins.jpeg;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGImageReaderSpi.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGImageReaderSpi.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGImageReaderSpi.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGImageReaderSpi.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Rustem V. Rafikov
- * @version $Revision: 1.3 $
  */
 package org.apache.harmony.x.imageio.plugins.jpeg;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGImageWriter.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGImageWriter.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGImageWriter.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGImageWriter.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Rustem V. Rafikov
- * @version $Revision: 1.3 $
  */
 package org.apache.harmony.x.imageio.plugins.jpeg;
 
@@ -38,7 +37,6 @@
 
 /**
  * @author Rustem V. Rafikov
- * @version $Revision: 1.3 $
  */
 public class JPEGImageWriter extends ImageWriter {
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGImageWriterSpi.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGImageWriterSpi.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGImageWriterSpi.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGImageWriterSpi.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Rustem V. Rafikov
- * @version $Revision: 1.3 $
  */
 package org.apache.harmony.x.imageio.plugins.jpeg;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGSpiConsts.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGSpiConsts.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGSpiConsts.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/jpeg/JPEGSpiConsts.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Rustem V. Rafikov
- * @version $Revision: 1.2 $
  */
 package org.apache.harmony.x.imageio.plugins.jpeg;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/png/PNGImageWriter.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/png/PNGImageWriter.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/png/PNGImageWriter.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/png/PNGImageWriter.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Viskov Nikolay
- * @version $Revision$
  */
 package org.apache.harmony.x.imageio.plugins.png;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/png/PNGImageWriterParam.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/png/PNGImageWriterParam.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/png/PNGImageWriterParam.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/png/PNGImageWriterParam.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Viskov Nikolay
- * @version $Revision$
  */
 package org.apache.harmony.x.imageio.plugins.png;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/png/PNGImageWriterSpi.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/png/PNGImageWriterSpi.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/png/PNGImageWriterSpi.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/plugins/png/PNGImageWriterSpi.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Viskov Nikolay
- * @version $Revision$
  */
 package org.apache.harmony.x.imageio.plugins.png;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/spi/FileIISSpi.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/spi/FileIISSpi.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/spi/FileIISSpi.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/spi/FileIISSpi.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Rustem V. Rafikov
- * @version $Revision: 1.2 $
  */
 package org.apache.harmony.x.imageio.spi;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/spi/FileIOSSpi.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/spi/FileIOSSpi.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/spi/FileIOSSpi.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/spi/FileIOSSpi.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Rustem V. Rafikov
- * @version $Revision: 1.2 $
  */
 package org.apache.harmony.x.imageio.spi;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/spi/RAFIISSpi.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/spi/RAFIISSpi.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/spi/RAFIISSpi.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/spi/RAFIISSpi.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Rustem V. Rafikov
- * @version $Revision: 1.2 $
  */
 package org.apache.harmony.x.imageio.spi;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/spi/RAFIOSSpi.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/spi/RAFIOSSpi.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/spi/RAFIOSSpi.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/java/org/apache/harmony/x/imageio/spi/RAFIOSSpi.java Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Rustem V. Rafikov
- * @version $Revision: 1.2 $
  */
 package org.apache.harmony.x.imageio.spi;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/jpegencoder/shared/JpegEncoder.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/jpegencoder/shared/JpegEncoder.c?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/jpegencoder/shared/JpegEncoder.c (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/jpegencoder/shared/JpegEncoder.c Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /*
  * @author Rustem Rafikov
- * @version $Revision$
  */
 
 #include <string.h>

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/jpegencoder/shared/include/org_apache_harmony_x_imageio_plugins_jpeg_JPEGImageWriter.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/jpegencoder/shared/include/org_apache_harmony_x_imageio_plugins_jpeg_JPEGImageWriter.h?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/jpegencoder/shared/include/org_apache_harmony_x_imageio_plugins_jpeg_JPEGImageWriter.h (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/jpegencoder/shared/include/org_apache_harmony_x_imageio_plugins_jpeg_JPEGImageWriter.h Sun Oct 11 21:59:47 2009
@@ -21,7 +21,6 @@
  */
 /**
  * @author Alexey A. Petrenko
- * @version $Revision: 1.4 $
  * 
  */
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/pngencoder/shared/include/org_apache_harmony_x_imageio_plugins_png_PNGImageWriter.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/pngencoder/shared/include/org_apache_harmony_x_imageio_plugins_png_PNGImageWriter.h?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/pngencoder/shared/include/org_apache_harmony_x_imageio_plugins_png_PNGImageWriter.h (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/pngencoder/shared/include/org_apache_harmony_x_imageio_plugins_png_PNGImageWriter.h Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
 /**
  * @author Viskov Nikolay
- * @version $Revision$
  */
 /*
  * THE FILE HAS BEEN AUTOGENERATED BY INTEL IJH TOOL.

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/pngencoder/shared/include/pngencoder.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/pngencoder/shared/include/pngencoder.h?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/pngencoder/shared/include/pngencoder.h (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/pngencoder/shared/include/pngencoder.h Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
  /**
   * @author Viskov Nikolay
-  * @version $Revision$
   *
   */
 

Modified: harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/pngencoder/shared/pngencoder.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/pngencoder/shared/pngencoder.c?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/pngencoder/shared/pngencoder.c (original)
+++ harmony/enhanced/classlib/branches/java6/modules/imageio/src/main/native/pngencoder/shared/pngencoder.c Sun Oct 11 21:59:47 2009
@@ -16,7 +16,6 @@
  */
  /**
   * @author Viskov Nikolay
-  * @version $Revision$
   *
   */
 

Propchange: harmony/enhanced/classlib/branches/java6/modules/jmx/META-INF/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Oct 11 21:59:47 2009
@@ -1 +1 @@
-/harmony/enhanced/classlib/trunk/modules/jmx/META-INF:768152-822279
+/harmony/enhanced/classlib/trunk/modules/jmx/META-INF:768152-824035

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLContext.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLContext.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLContext.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLContext.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author  Vasily Zakharov
- * @version $Revision: 1.1.2.3 $
  */
 
 package org.apache.harmony.jndi.provider;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLContextFactory.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLContextFactory.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLContextFactory.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLContextFactory.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author  Vasily Zakharov
- * @version $Revision: 1.1.2.3 $
  */
 package org.apache.harmony.jndi.provider;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/BasicNamingEnumerator.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/BasicNamingEnumerator.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/BasicNamingEnumerator.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/BasicNamingEnumerator.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 package org.apache.harmony.jndi.provider.dns;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSContext.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSContext.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSContext.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSContext.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.5 $
  */
 package org.apache.harmony.jndi.provider.dns;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSContextFactory.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSContextFactory.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSContextFactory.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSContextFactory.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSName.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSName.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSName.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSName.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSNameParser.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSNameParser.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSNameParser.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSNameParser.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSPseudoURL.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSPseudoURL.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSPseudoURL.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSPseudoURL.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DomainProtocolException.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DomainProtocolException.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DomainProtocolException.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DomainProtocolException.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Message.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Message.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Message.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Message.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ProviderConstants.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ProviderConstants.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ProviderConstants.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ProviderConstants.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ProviderMgr.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ProviderMgr.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ProviderMgr.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ProviderMgr.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/QuestionRecord.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/QuestionRecord.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/QuestionRecord.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/QuestionRecord.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Resolver.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Resolver.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Resolver.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Resolver.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.5 $
  */
 
 package org.apache.harmony.jndi.provider.dns;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResolverCache.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResolverCache.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResolverCache.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResolverCache.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResourceRecord.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResourceRecord.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResourceRecord.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResourceRecord.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/TransportMgr.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/TransportMgr.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/TransportMgr.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/TransportMgr.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/dnsURLContext.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/dnsURLContext.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/dnsURLContext.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/dnsURLContext.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/dnsURLContextFactory.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/dnsURLContextFactory.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/dnsURLContextFactory.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/dnsURLContextFactory.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/package.html
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/package.html?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/package.html (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/package.html Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 -->
 <!--
 Author:  Vasily Zakharov
-Version: $Revision: 1.1.2.2 $
 -->
 <body>
 Root package for JNDI service providers.

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/package.html
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/package.html?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/package.html (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/package.html Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 -->
 <!--
 Author:  Vasily Zakharov
-Version: $Revision: 1.1.2.2 $
 -->
 <body>
 URL context classes for RMI Registry Service Provider for JNDI.

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/AtomicNameParser.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/AtomicNameParser.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/AtomicNameParser.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/AtomicNameParser.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author  Vasily Zakharov
- * @version $Revision: 1.1.2.3 $
  */
 
 package org.apache.harmony.jndi.provider.rmi.registry;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/BindingEnumeration.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/BindingEnumeration.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/BindingEnumeration.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/BindingEnumeration.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author  Vasily Zakharov
- * @version $Revision: 1.1.2.2 $
  */
 
 package org.apache.harmony.jndi.provider.rmi.registry;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/NameClassPairEnumeration.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/NameClassPairEnumeration.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/NameClassPairEnumeration.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/NameClassPairEnumeration.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author  Vasily Zakharov
- * @version $Revision: 1.1.2.2 $
  */
 
 package org.apache.harmony.jndi.provider.rmi.registry;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RegistryContext.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RegistryContext.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RegistryContext.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RegistryContext.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author  Vasily Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.rmi.registry;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RegistryContextFactory.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RegistryContextFactory.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RegistryContextFactory.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RegistryContextFactory.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author  Vasily Zakharov
- * @version $Revision: 1.1.2.3 $
  */
 
 package org.apache.harmony.jndi.provider.rmi.registry;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReference.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReference.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReference.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReference.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author  Vasily Zakharov
- * @version $Revision: 1.1.2.2 $
  */
 
 package org.apache.harmony.jndi.provider.rmi.registry;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReferenceWrapper.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReferenceWrapper.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReferenceWrapper.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReferenceWrapper.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author  Vasily Zakharov
- * @version $Revision: 1.1.2.2 $
  */
 
 package org.apache.harmony.jndi.provider.rmi.registry;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/package.html
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/package.html?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/package.html (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/package.html Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 -->
 <!--
 Author:  Vasily Zakharov
-Version: $Revision: 1.1.2.2 $
 -->
 <body>
 RMI Registry Service Provider for JNDI.

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/rmiURLContext.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/rmiURLContext.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/rmiURLContext.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/rmiURLContext.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author  Vasily Zakharov
- * @version $Revision: 1.1.2.3 $
  */
 
 package org.apache.harmony.jndi.provider.rmi;

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/rmiURLContextFactory.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/rmiURLContextFactory.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/rmiURLContextFactory.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/rmiURLContextFactory.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author  Vasily Zakharov
- * @version $Revision: 1.1.2.2 $
  */
 package org.apache.harmony.jndi.provider.rmi;
 

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/DNSContextTest.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/DNSContextTest.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/DNSContextTest.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/DNSContextTest.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.5 $
  */
 package org.apache.harmony.jndi.provider.dns;
 
@@ -36,7 +35,6 @@
 /**
  * <code>org.apache.harmony.jndi.provider.dns.DNSContext</class> class unit test. 
  * @author Alexei Zakharov
- * @version $Revision: 1.1.2.5 $
  */
 public class DNSContextTest extends TestCase {
 

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/DNSNameParserTest.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/DNSNameParserTest.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/DNSNameParserTest.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/DNSNameParserTest.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;
@@ -35,7 +34,6 @@
  * Test class to test 
  * <code>org.apache.harmony.jndi.provider.dns.DNSNameParser</code> class. 
  * @author Alexei Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 public class DNSNameParserTest extends TestCase {
 

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/DNSPseudoURLTest.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/DNSPseudoURLTest.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/DNSPseudoURLTest.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/DNSPseudoURLTest.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.5 $
  */
 
 package org.apache.harmony.jndi.provider.dns;
@@ -28,7 +27,6 @@
 /**
  * <code>org.apache.harmony.jndi.provider.dns.DNSPseudoURL</code> unit test.
  * @author Alexei Zakharov
- * @version $Revision: 1.1.2.5 $
  */
 public class DNSPseudoURLTest extends TestCase {
 

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/NSLookup.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/NSLookup.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/NSLookup.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/NSLookup.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;
@@ -36,7 +35,6 @@
 /**
  * Simple NS lookup utility.
  * @author Alexei Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 public class NSLookup {
     

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/ResourceRecordTest.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/ResourceRecordTest.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/ResourceRecordTest.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/ResourceRecordTest.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.5 $
  */
 
 package org.apache.harmony.jndi.provider.dns;
@@ -29,7 +28,6 @@
  * Unit test for testing
  * <code>org.apache.harmony.jndi.provider.dns.ResourceRecord</code> class.
  * @author Alexei Zakharov
- * @version $Revision: 1.1.2.5 $
  * 
  * TODO add testcase(s)
  */

Modified: harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/TestMgr.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/TestMgr.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/TestMgr.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/jndi/src/test/java/org/apache/harmony/jndi/provider/dns/TestMgr.java Sun Oct 11 21:59:47 2009
@@ -18,7 +18,6 @@
 
 /**
  * @author Alexei Y. Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 
 package org.apache.harmony.jndi.provider.dns;
@@ -29,7 +28,6 @@
 /**
  * Contains several utility methods. Is used from unit tests.
  * @author Alexei Zakharov
- * @version $Revision: 1.1.2.4 $
  */
 public class TestMgr {
     

Propchange: harmony/enhanced/classlib/branches/java6/modules/lang-management/src/test/api/java/org/apache/harmony/lang/management/tests/java/util/logging/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Oct 11 21:59:47 2009
@@ -1 +1 @@
-/harmony/enhanced/classlib/trunk/modules/lang-management/src/test/api/java/org/apache/harmony/lang/management/tests/java/util/logging:768152-822279
+/harmony/enhanced/classlib/trunk/modules/lang-management/src/test/api/java/org/apache/harmony/lang/management/tests/java/util/logging:768152-824035

Modified: harmony/enhanced/classlib/branches/java6/modules/luni/make/findbugs-exclude-filter.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/luni/make/findbugs-exclude-filter.xml?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/luni/make/findbugs-exclude-filter.xml (original)
+++ harmony/enhanced/classlib/branches/java6/modules/luni/make/findbugs-exclude-filter.xml Sun Oct 11 21:59:47 2009
@@ -1,320 +1,325 @@
 <?xml version="1.0" encoding="UTF-8"?>
-	<!--
-		Licensed to the Apache Software Foundation (ASF) under one or more
-		contributor license agreements. See the NOTICE file distributed with
-		this work for additional information regarding copyright ownership.
-		The ASF licenses this file to You under the Apache License, Version
-		2.0 (the "License"); you may not use this file except in compliance
-		with the License. You may obtain a copy of the License at
-
-		http://www.apache.org/licenses/LICENSE-2.0 Unless required by
-		applicable law or agreed to in writing, software distributed under the
-		License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
-		CONDITIONS OF ANY KIND, either express or implied. See the License for
-		the specific language governing permissions and limitations under the
-		License.
-	-->
-
-	<!-- Exclusion filter for running FindBugs against Apache Harmony -->
-
-	<!--
-		Format and code information is available here
-		http://findbugs.sourceforge.net/manual/filter.html
-	-->
+    <!--
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements. See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to You under the Apache License, Version
+        2.0 (the "License"); you may not use this file except in compliance
+        with the License. You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+        applicable law or agreed to in writing, software distributed under the
+        License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+        CONDITIONS OF ANY KIND, either express or implied. See the License for
+        the specific language governing permissions and limitations under the
+        License.
+    -->
+
+    <!-- Exclusion filter for running FindBugs against Apache Harmony -->
+
+    <!--
+        Format and code information is available here
+        http://findbugs.sourceforge.net/manual/filter.html
+    -->
 
 <FindBugsFilter>
-
-	<!-- Number classes should be able to call Number constructors -->
-	<Match>
-		<Or>
-			<Class name="java.lang.Byte" />
-			<Class name="java.lang.Character" />
-			<Class name="java.lang.Integer" />
-			<Class name="java.lang.Long" />
-			<Class name="java.lang.Short" />
-		</Or>
-		<Bug pattern="DM_NUMBER_CTOR" />
-	</Match>
-
-	<!--
-		OK to use signed right shift instead of unsigned because numbers used
-		are positive
-	-->
-	<Match>
-		<Class name="java.lang.Character$UnicodeBlock" />
-		<Method name="of" />
-		<Bug code="IM" />
-	</Match>
-
-	<!--
-		Javadoc specifies that ByteArrayInputStream's constructors are
-		designed to take a mutable byte array as an argument and not copy it
-	-->
-	<Match>
-		<Class name="java.io.ByteArrayInputStream" />
-		<Bug pattern="EI_EXPOSE_REP2" />
-	</Match>
-
-	<!--
-		Javadoc specifies that CharArrayReader's constructors are designed to
-		take a mutable char array as an argument and not copy it
-	-->
-	<Match>
-		<Class name="java.io.CharArrayReader" />
-		<Bug pattern="EI_EXPOSE_REP2" />
-	</Match>
-
-	<!-- Fallthrough in switch statement is meant to be there -->
-	<Match>
-		<Class name="java.io.LineNumberInputStream" />
-		<Method name="read" />
-		<Bug code="SF" />
-	</Match>
-
-	<!-- Fallthrough in switch statement is meant to be there -->
-	<Match>
-		<Class name="java.io.LineNumberReader" />
-		<Method name="read" />
-		<Bug pattern="SF_SWITCH_FALLTHROUGH" />
-	</Match>
-
-	<!--
-		OK to compare Strings using using == or != in the String class itself
-	-->
-	<Match>
-		<Class name="java.lang.String" />
-		<Bug pattern="ES_COMPARING_STRINGS_WITH_EQ" />
-	</Match>
-	<Match>
-		<Class name="java.lang.String" />
-		<Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ" />
-	</Match>
-
-	<!-- Ignore this unused private method -->
-	<Match>
-		<Class name="java.lang.String" />
-		<Method name="indexOf" />
-		<Bug pattern="UPM_UNCALLED_PRIVATE_METHOD" />
-	</Match>
-
-	<!--
-		Field h is required to be non-transient as part of the serialized form
-		specification for Proxy
-	-->
-	<Match>
-		<Class name="java.lang.reflect.Proxy" />
-		<Field name="h" />
-		<Bug code="Se" />
-	</Match>
-
-	<!--
-		Exceptions have to be ignored because method doesn't throw an
-		Exception in the spec
-	-->
-	<Match>
-		<Class name="java.lang.SecurityManager" />
-		<Method name="checkTopLevelWindow" />
-		<Bug pattern="DE_MIGHT_IGNORE" />
-	</Match>
-
-	<!-- OK to use mutable Objects for DatagramPacket -->
-	<Match>
-		<Class name="java.net.DatagramPacket" />
-		<Or>
-			<Method name="setData" />
-			<Method name="getData" />
-		</Or>
-		<Bug code="EI2, EI" />
-	</Match>
-
-	<!-- Spec requires that InetAddress readResolve is private -->
-	<Match>
-		<Class name="java.net.InetAddress" />
-		<Method name="readResolve" />
-		<Bug pattern="SE_PRIVATE_READ_RESOLVE_NOT_INHERITED" />
-	</Match>
-
-	<!-- Method is not static in the spec, so can't change it -->
-	<Match>
-		<Class name="java.net.URLConnection" />
-		<Method name="setDefaultUseCaches" />
-		<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
-	</Match>
-
-	<!-- Exceptions are supposed to be ignored -->
-	<Match>
-		<Class name="java.net.URLConnection" />
-		<Method name="getContentHandler" />
-		<Bug pattern="DE_MIGHT_IGNORE" />
-	</Match>
-
-	<!-- Exceptions are supposed to be ignored -->
-	<Match>
-		<Class name="java.net.URL" />
-		<Method name="setupStreamHandler" />
-		<Bug pattern="DE_MIGHT_IGNORE" />
-	</Match>
-
-	<!-- URLClassLoader needs to use URL.equals() method -->
-	<Match>
-		<Class name="java.net.URLClassLoader" />
-		<Bug pattern="DMI_BLOCKING_METHODS_ON_URL" />
-	</Match>
-
-	<!-- URLClassLoader deals with collections of URLs -->
-	<Match>
-		<Class name="java.net.URLClassLoader" />
-		<Bug pattern="DMI_COLLECTION_OF_URLS" />
-	</Match>
-	
-	<!-- OK for URLClassLoader to ignore the exception here -->
-	<Match>
-		<Class name="java.net.URLClassLoader" />
-		<Method name="findResources"/>
-		<Bug pattern="DE_MIGHT_IGNORE" />
-	</Match>
-
-	<!-- Ignoring exceptions in this method is ok -->
-	<Match>
-		<Class name="java.net.URL" />
-		<Method name="setupStreamHandler" />
-		<Bug pattern="DE_MIGHT_IGNORE" />
-	</Match>
-
-	<!--
-		It does make sense for AbstractList to have a transient field because
-		it has serializable subclasses
-	-->
-	<Match>
-		<Class name="java.util.AbstractList" />
-		<Bug code="Se" />
-	</Match>
-
-	<!-- False positive caused by compiler -->
-	<Match>
-		<Class name="java.util.AbstractList" />
-		<Method name="addAll" />
-		<Bug code="DLS" />
-	</Match>
-
-	<!--
-		GregorianCalendar.equals does not need to check for null because it
-		delegates to its superclass, which does
-	-->
-	<Match>
-		<Class name="java.util.GregorianCalendar" />
-		<Method name="equals" />
-		<Bug code="NP" />
-	</Match>
-
-	<!--
-		The comparator field is part of the serialized form specification for
-		both TreeMap and PriorityQueue
-	-->
-	<Match>
-		<Or>
-			<Class name="java.util.TreeMap" />
-			<Class name="java.util.PriorityQueue" />
-		</Or>
-		<Field name="comparator" />
-		<Bug code="Se" />
-	</Match>
-
-	<!-- Ignore this unread field -->
-	<Match>
-		<Class name="java.util.Timer" />
-		<Field name="finalizer" />
-		<Bug pattern="URF_UNREAD_FIELD" />
-	</Match>
-
-	<!-- Exception is ignored on purpose -->
-	<Match>
-		<Class name="java.util.Timer$TimerImpl" />
-		<Method name="run" />
-		<Bug pattern="DE_MIGHT_IGNORE" />
-	</Match>
-
-	<!--
-		Initialization of Locale.availableLocales doesn't need to be
-		synchronized as it won't matter if it is initialized twice
-	-->
-	<Match>
-		<Class name="java.util.Locale" />
-		<Method name="getAvailableLocales" />
-		<Bug code="LI" />
-	</Match>
-
-	<!--
-		OK to use signed right shift instead of unsigned because all numbers
-		are positive
-	-->
-	<Match>
-		<Class name="java.util.Arrays" />
-		<Bug code="IM" />
-	</Match>
-
-	<!--
-		OK to use unsynchronized access in Hashtable.HashIterator and
-		Hashtable.HashEnumerator
-	-->
-	<!--
-		NOTE - it would be good to be able to make this exclusion a bit more
-		specific
-	-->
-	<Match>
-		<Class name="java.util.Hashtable" />
-		<Bug code="IS" />
-	</Match>
-
-	<!--
-		Comparators are generally Serializable so it's OK for this field not
-		to be transient
-	-->
-	<Match>
-		<Class name="java.util.Collections$ReverseComparatorWithComparator" />
-		<Bug code="Se" />
-	</Match>
-
-	<!-- Fall through in switch statements are meant to be there -->
-	<Match>
-		<Class name="org.apache.harmony.luni.util.FloatingPointParser" />
-		<Or>
-			<Method name="parseDblName" />
-			<Method name="parseFltName" />
-		</Or>
-		<Bug pattern="SF_SWITCH_FALLTHROUGH" />
-	</Match>
-
-	<!-- OK to throw a NullPointerException if one key is null -->
-	<Match>
-		<Class name="org.apache.harmony.luni.util.TwoKeyHashMap" />
-		<Bug code="NP" />
-	</Match>
-
-	<!-- Unread fields are used by native code -->
-	<Match>
-		<Class name="org.apache.harmony.luni.net.GenericIPMreq" />
-		<Or>
-			<Field name="interfaceAddr" />
-			<Field name="isIPV6Address" />
-			<Field name="interfaceIdx" />
-		</Or>
-		<Bug pattern="URF_UNREAD_FIELD" />
-	</Match>
-
-	<!-- Invocation of inherited method is intended -->
-	<Match>
-		<Class
-			name="org.apache.harmony.luni.internal.net.www.protocol.https.HttpsURLConnection$HttpsEngine" />
-		<Bug code="IA" />
-	</Match>
-
-	<!-- JarURLConnectionImpl needs to handle URLs -->
-	<Match>
-		<Class
-			name="org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnectionImpl" />
-		<Bug pattern="DMI_COLLECTION_OF_URLS" />
-	</Match>
+    <!-- Public semaphore in ReferenceQueue is okay -->
+    <Match>
+        <Class name="java.lang.ref.ReferenceQueue"></Class>
+        <Bug pattern="PS_PUBLIC_SEMAPHORES"></Bug>
+    </Match>
+
+    <!-- Number classes should be able to call Number constructors -->
+    <Match>
+        <Or>
+            <Class name="java.lang.Byte" />
+            <Class name="java.lang.Character" />
+            <Class name="java.lang.Integer" />
+            <Class name="java.lang.Long" />
+            <Class name="java.lang.Short" />
+        </Or>
+        <Bug pattern="DM_NUMBER_CTOR" />
+    </Match>
+
+    <!--
+        OK to use signed right shift instead of unsigned because numbers used
+        are positive
+    -->
+    <Match>
+        <Class name="java.lang.Character$UnicodeBlock" />
+        <Method name="of" />
+        <Bug code="IM" />
+    </Match>
+
+    <!--
+        Javadoc specifies that ByteArrayInputStream's constructors are
+        designed to take a mutable byte array as an argument and not copy it
+    -->
+    <Match>
+        <Class name="java.io.ByteArrayInputStream" />
+        <Bug pattern="EI_EXPOSE_REP2" />
+    </Match>
+
+    <!--
+        Javadoc specifies that CharArrayReader's constructors are designed to
+        take a mutable char array as an argument and not copy it
+    -->
+    <Match>
+        <Class name="java.io.CharArrayReader" />
+        <Bug pattern="EI_EXPOSE_REP2" />
+    </Match>
+
+    <!-- Fallthrough in switch statement is meant to be there -->
+    <Match>
+        <Class name="java.io.LineNumberInputStream" />
+        <Method name="read" />
+        <Bug code="SF" />
+    </Match>
+
+    <!-- Fallthrough in switch statement is meant to be there -->
+    <Match>
+        <Class name="java.io.LineNumberReader" />
+        <Method name="read" />
+        <Bug pattern="SF_SWITCH_FALLTHROUGH" />
+    </Match>
+
+    <!--
+        OK to compare Strings using using == or != in the String class itself
+    -->
+    <Match>
+        <Class name="java.lang.String" />
+        <Bug pattern="ES_COMPARING_STRINGS_WITH_EQ" />
+    </Match>
+    <Match>
+        <Class name="java.lang.String" />
+        <Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ" />
+    </Match>
+
+    <!-- Ignore this unused private method -->
+    <Match>
+        <Class name="java.lang.String" />
+        <Method name="indexOf" />
+        <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD" />
+    </Match>
+
+    <!--
+        Field h is required to be non-transient as part of the serialized form
+        specification for Proxy
+    -->
+    <Match>
+        <Class name="java.lang.reflect.Proxy" />
+        <Field name="h" />
+        <Bug code="Se" />
+    </Match>
+
+    <!--
+        Exceptions have to be ignored because method doesn't throw an
+        Exception in the spec
+    -->
+    <Match>
+        <Class name="java.lang.SecurityManager" />
+        <Method name="checkTopLevelWindow" />
+        <Bug pattern="DE_MIGHT_IGNORE" />
+    </Match>
+
+    <!-- OK to use mutable Objects for DatagramPacket -->
+    <Match>
+        <Class name="java.net.DatagramPacket" />
+        <Or>
+            <Method name="setData" />
+            <Method name="getData" />
+        </Or>
+        <Bug code="EI2, EI" />
+    </Match>
+
+    <!-- Spec requires that InetAddress readResolve is private -->
+    <Match>
+        <Class name="java.net.InetAddress" />
+        <Method name="readResolve" />
+        <Bug pattern="SE_PRIVATE_READ_RESOLVE_NOT_INHERITED" />
+    </Match>
+
+    <!-- Method is not static in the spec, so can't change it -->
+    <Match>
+        <Class name="java.net.URLConnection" />
+        <Method name="setDefaultUseCaches" />
+        <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
+    </Match>
+
+    <!-- Exceptions are supposed to be ignored -->
+    <Match>
+        <Class name="java.net.URLConnection" />
+        <Method name="getContentHandler" />
+        <Bug pattern="DE_MIGHT_IGNORE" />
+    </Match>
+
+    <!-- Exceptions are supposed to be ignored -->
+    <Match>
+        <Class name="java.net.URL" />
+        <Method name="setupStreamHandler" />
+        <Bug pattern="DE_MIGHT_IGNORE" />
+    </Match>
+
+    <!-- URLClassLoader needs to use URL.equals() method -->
+    <Match>
+        <Class name="java.net.URLClassLoader" />
+        <Bug pattern="DMI_BLOCKING_METHODS_ON_URL" />
+    </Match>
+
+    <!-- URLClassLoader deals with collections of URLs -->
+    <Match>
+        <Class name="java.net.URLClassLoader" />
+        <Bug pattern="DMI_COLLECTION_OF_URLS" />
+    </Match>
+    
+    <!-- OK for URLClassLoader to ignore the exception here -->
+    <Match>
+        <Class name="java.net.URLClassLoader" />
+        <Method name="findResources"/>
+        <Bug pattern="DE_MIGHT_IGNORE" />
+    </Match>
+
+    <!-- Ignoring exceptions in this method is ok -->
+    <Match>
+        <Class name="java.net.URL" />
+        <Method name="setupStreamHandler" />
+        <Bug pattern="DE_MIGHT_IGNORE" />
+    </Match>
+
+    <!--
+        It does make sense for AbstractList to have a transient field because
+        it has serializable subclasses
+    -->
+    <Match>
+        <Class name="java.util.AbstractList" />
+        <Bug code="Se" />
+    </Match>
+
+    <!-- False positive caused by compiler -->
+    <Match>
+        <Class name="java.util.AbstractList" />
+        <Method name="addAll" />
+        <Bug code="DLS" />
+    </Match>
+
+    <!--
+        GregorianCalendar.equals does not need to check for null because it
+        delegates to its superclass, which does
+    -->
+    <Match>
+        <Class name="java.util.GregorianCalendar" />
+        <Method name="equals" />
+        <Bug code="NP" />
+    </Match>
+
+    <!--
+        The comparator field is part of the serialized form specification for
+        both TreeMap and PriorityQueue
+    -->
+    <Match>
+        <Or>
+            <Class name="java.util.TreeMap" />
+            <Class name="java.util.PriorityQueue" />
+        </Or>
+        <Field name="comparator" />
+        <Bug code="Se" />
+    </Match>
+
+    <!-- Ignore this unread field -->
+    <Match>
+        <Class name="java.util.Timer" />
+        <Field name="finalizer" />
+        <Bug pattern="URF_UNREAD_FIELD" />
+    </Match>
+
+    <!-- Exception is ignored on purpose -->
+    <Match>
+        <Class name="java.util.Timer$TimerImpl" />
+        <Method name="run" />
+        <Bug pattern="DE_MIGHT_IGNORE" />
+    </Match>
+
+    <!--
+        Initialization of Locale.availableLocales doesn't need to be
+        synchronized as it won't matter if it is initialized twice
+    -->
+    <Match>
+        <Class name="java.util.Locale" />
+        <Method name="getAvailableLocales" />
+        <Bug code="LI" />
+    </Match>
+
+    <!--
+        OK to use signed right shift instead of unsigned because all numbers
+        are positive
+    -->
+    <Match>
+        <Class name="java.util.Arrays" />
+        <Bug code="IM" />
+    </Match>
+
+    <!--
+        OK to use unsynchronized access in Hashtable.HashIterator and
+        Hashtable.HashEnumerator
+    -->
+    <!--
+        NOTE - it would be good to be able to make this exclusion a bit more
+        specific
+    -->
+    <Match>
+        <Class name="java.util.Hashtable" />
+        <Bug code="IS" />
+    </Match>
+
+    <!--
+        Comparators are generally Serializable so it's OK for this field not
+        to be transient
+    -->
+    <Match>
+        <Class name="java.util.Collections$ReverseComparatorWithComparator" />
+        <Bug code="Se" />
+    </Match>
+
+    <!-- Fall through in switch statements are meant to be there -->
+    <Match>
+        <Class name="org.apache.harmony.luni.util.FloatingPointParser" />
+        <Or>
+            <Method name="parseDblName" />
+            <Method name="parseFltName" />
+        </Or>
+        <Bug pattern="SF_SWITCH_FALLTHROUGH" />
+    </Match>
+
+    <!-- OK to throw a NullPointerException if one key is null -->
+    <Match>
+        <Class name="org.apache.harmony.luni.util.TwoKeyHashMap" />
+        <Bug code="NP" />
+    </Match>
+
+    <!-- Unread fields are used by native code -->
+    <Match>
+        <Class name="org.apache.harmony.luni.net.GenericIPMreq" />
+        <Or>
+            <Field name="interfaceAddr" />
+            <Field name="isIPV6Address" />
+            <Field name="interfaceIdx" />
+        </Or>
+        <Bug pattern="URF_UNREAD_FIELD" />
+    </Match>
+
+    <!-- Invocation of inherited method is intended -->
+    <Match>
+        <Class
+            name="org.apache.harmony.luni.internal.net.www.protocol.https.HttpsURLConnection$HttpsEngine" />
+        <Bug code="IA" />
+    </Match>
+
+    <!-- JarURLConnectionImpl needs to handle URLs -->
+    <Match>
+        <Class
+            name="org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnectionImpl" />
+        <Bug pattern="DMI_COLLECTION_OF_URLS" />
+    </Match>
 
 </FindBugsFilter>
 

Modified: harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/lang/ref/ReferenceQueue.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/lang/ref/ReferenceQueue.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/lang/ref/ReferenceQueue.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/lang/ref/ReferenceQueue.java Sun Oct 11 21:59:47 2009
@@ -30,11 +30,11 @@
     
     private Reference<? extends T>[] references;
 
-	private int head;
+    private int head;
     
     private int tail;
 
-	private boolean empty;
+    private boolean empty;
     
     /**
      * Constructs a new instance of this class.
@@ -52,33 +52,33 @@
         return new Reference[size];
     }
 
-	/**
+    /**
      * Returns the next available reference from the queue, removing it in the
      * process. Does not wait for a reference to become available.
      *
      * @return the next available reference, or {@code null} if no reference is
      *         immediately available
-	 */
-	public Reference<? extends T> poll() {
-		Reference<? extends T> ref;
-
-		synchronized (this) {
-			if (empty) {
-				return null;
-			}
-			ref = references[head++];
-			ref.dequeue();
-			if (head == references.length) {
-				head = 0;
-			}
-			if (head == tail) {
-				empty = true;
-			}
-		}
-		return ref;
-	}
+     */
+    public Reference<? extends T> poll() {
+        Reference<? extends T> ref;
+
+        synchronized (this) {
+            if (empty) {
+                return null;
+            }
+            ref = references[head++];
+            ref.dequeue();
+            if (head == references.length) {
+                head = 0;
+            }
+            if (head == tail) {
+                empty = true;
+            }
+        }
+        return ref;
+    }
 
-	/**
+    /**
      * Returns the next available reference from the queue, removing it in the
      * process. Waits indefinitely for a reference to become available.
      *
@@ -86,12 +86,12 @@
      *
      * @throws InterruptedException
      *             if the blocking call was interrupted for some reason
-	 */
-	public Reference<? extends T> remove() throws InterruptedException {
-		return remove(0L);
-	}
+     */
+    public Reference<? extends T> remove() throws InterruptedException {
+        return remove(0L);
+    }
 
-	/**
+    /**
      * Returns the next available reference from the queue, removing it in the
      * process. Waits for a reference to become available or the given timeout
      * period to elapse, whichever happens first.
@@ -106,45 +106,45 @@
      *             if the wait period is negative.
      * @throws InterruptedException
      *             if the blocking call was interrupted for some reason
-	 */
-	public Reference<? extends T> remove(long timeout) throws IllegalArgumentException,
-			InterruptedException {
-		if (timeout < 0) {
-			throw new IllegalArgumentException();
-		}
-
-		Reference<? extends T> ref;
-		synchronized (this) {
-			if (empty) {
-				wait(timeout);
-				if (empty) {
-					return null;
-				}
-			}
-			ref = references[head++];
-			ref.dequeue();
-			if (head == references.length) {
-				head = 0;
-			}
-			if (head == tail) {
-				empty = true;
-			} else {
-				notifyAll();
-			}
-		}
-		return ref;
-	}
-
-	/**
-	 * Enqueue the reference object on the receiver.
-	 *
-	 * @param reference
-	 *            reference object to be enqueued.
-	 * @return boolean true if reference is enqueued. false if reference failed
-	 *         to enqueue.
-	 */
+     */
+    public Reference<? extends T> remove(long timeout) throws IllegalArgumentException,
+            InterruptedException {
+        if (timeout < 0) {
+            throw new IllegalArgumentException();
+        }
+
+        Reference<? extends T> ref;
+        synchronized (this) {
+            if (empty) {
+                wait(timeout);
+                if (empty) {
+                    return null;
+                }
+            }
+            ref = references[head++];
+            ref.dequeue();
+            if (head == references.length) {
+                head = 0;
+            }
+            if (head == tail) {
+                empty = true;
+            } else {
+                notifyAll();
+            }
+        }
+        return ref;
+    }
+
+    /**
+     * Enqueue the reference object on the receiver.
+     *
+     * @param reference
+     *            reference object to be enqueued.
+     * @return boolean true if reference is enqueued. false if reference failed
+     *         to enqueue.
+     */
     boolean enqueue(Reference<? extends T> reference) {
-		synchronized (this) {
+        synchronized (this) {
             if (!empty && head == tail) {
                 /* Queue is full - grow */
                 int newQueueSize = (int) (references.length * 1.10);
@@ -165,5 +165,5 @@
             notifyAll();
         }
         return true;
-	}
+    }
 }

Modified: harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/DatagramPacket.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/DatagramPacket.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/DatagramPacket.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/DatagramPacket.java Sun Oct 11 21:59:47 2009
@@ -215,6 +215,15 @@
     }
 
     /**
+     * Gets the current capacity value.
+     * 
+     * @return the current capacity value
+     */
+    synchronized int getCapacity() {
+        return capacity;
+    }
+
+    /**
      * Sets the length of the datagram packet. This length plus the offset must
      * be lesser than or equal to the buffer size.
      * 
@@ -230,6 +239,19 @@
     }
 
     /**
+     * An alternative to {@link #setLength(int)}, that doesn't reset the {@link #capacity}
+     * field.
+     * 
+     * @param len the length of this datagram packet
+     */
+    synchronized void setLengthOnly(int len) {
+        if (0 > len || offset + len > data.length) {
+            throw new IllegalArgumentException(Msg.getString("K002f")); //$NON-NLS-1$
+        }
+        length = len;
+    }
+
+    /**
      * Sets the port number of the target host of this datagram packet.
      * 
      * @param aPort

Modified: harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/DatagramSocket.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/DatagramSocket.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/DatagramSocket.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/DatagramSocket.java Sun Oct 11 21:59:47 2009
@@ -361,8 +361,8 @@
                     if (e.getMessage().equals(
                             "The socket does not support the operation")) { //$NON-NLS-1$
                         // receive packet to temporary buffer
-                        tempPack = new DatagramPacket(new byte[pack.capacity],
-                                pack.capacity);
+                        tempPack = new DatagramPacket(new byte[pack.getCapacity()],
+                                pack.getCapacity());
                         impl.receive(tempPack);
                         // tempPack's length field is now updated, capacity is unchanged 
                         // let's extract address & port
@@ -404,11 +404,11 @@
                     .getOffset(), tempPack.getLength());
             // we shouldn't update the pack's capacity field in order to be
             // compatible with RI
-            pack.length = tempPack.length;
+            pack.setLengthOnly(tempPack.getLength());
             pack.setAddress(tempPack.getAddress());
             pack.setPort(tempPack.getPort());
         } else {
-            pack.setLength(pack.capacity);
+            pack.setLength(pack.getCapacity());
             impl.receive(pack);
             // pack's length field is now updated by native code call;
             // pack's capacity field is unchanged 
@@ -442,7 +442,7 @@
         } else {
             // not connected so the target address is not allowed to be null
             if (packAddr == null) {
-                if (pack.port == -1) {
+                if (pack.getPort() == -1) {
                     // KA019 Destination address is null
                     throw new NullPointerException(Msg.getString("KA019")); //$NON-NLS-1$
                 }

Modified: harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/Inet4Address.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/Inet4Address.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/Inet4Address.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/Inet4Address.java Sun Oct 11 21:59:47 2009
@@ -218,14 +218,14 @@
      */
     @Override
     public String getHostAddress() {
-        String hostAddress = ""; //$NON-NLS-1$
+        final StringBuilder hostAddress = new StringBuilder();
         for (int i = 0; i < 4; i++) {
-            hostAddress += ipaddress[i] & 255;
+            hostAddress.append(ipaddress[i] & 255);
             if (i != 3) {
-                hostAddress += "."; //$NON-NLS-1$
+                hostAddress.append('.');
             }
         }
-        return hostAddress;
+        return hostAddress.toString();
     }
 
     /**

Modified: harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/URLConnection.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/URLConnection.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/URLConnection.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/URLConnection.java Sun Oct 11 21:59:47 2009
@@ -232,9 +232,6 @@
 
         if (contentHandlerFactory != null) {
             cHandler = contentHandlerFactory.createContentHandler(type);
-            if (!(cHandler instanceof ContentHandler)) {
-                throw new UnknownServiceException();
-            }
             contentHandlers.put(type, cHandler);
             return (ContentHandler) cHandler;
         }
@@ -399,10 +396,12 @@
         // Must use lazy initialization or there is a bootstrap problem
         // trying to load the MimeTable resource from a .jar before
         // JarURLConnection has finished initialization.
-        if (fileNameMap == null) {
-            fileNameMap = new MimeTable();
+        synchronized (URLConnection.class) {
+            if (fileNameMap == null) {
+                fileNameMap = new MimeTable();
+            }
+            return fileNameMap;
         }
-        return fileNameMap;
     }
 
     /**
@@ -905,7 +904,9 @@
         if (manager != null) {
             manager.checkSetFactory();
         }
-        fileNameMap = map;
+        synchronized (URLConnection.class) {
+            fileNameMap = map;
+        }
     }
 
     /**

Modified: harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/URLStreamHandler.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/URLStreamHandler.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/URLStreamHandler.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/net/URLStreamHandler.java Sun Oct 11 21:59:47 2009
@@ -403,7 +403,7 @@
      */
     protected boolean hostsEqual(URL url1, URL url2) {
         String host1 = getHost(url1), host2 = getHost(url2);
-        if (host1 == host2 || (host1 != null && host1.equalsIgnoreCase(host2))) {
+        if (host1 != null && host1.equalsIgnoreCase(host2)) {
             return true;
         }
         // Compare host address if the host name is not equal.

Modified: harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/util/Formatter.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/util/Formatter.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/util/Formatter.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/util/Formatter.java Sun Oct 11 21:59:47 2009
@@ -2090,18 +2090,15 @@
 
             } else {
                 l = b.movePointRight(4).longValue();
-                b.movePointLeft(4);
                 if (d >= Math.pow(10, -4) && d < 1) {
                     requireScientificRepresentation = false;
                     precision += 4 - String.valueOf(l).length();
                     l = b.movePointRight(precision + 1).longValue();
-                    b.movePointLeft(precision + 1);
                     if (String.valueOf(l).length() <= formatToken
                             .getPrecision()) {
                         precision++;
                     }
                     l = b.movePointRight(precision).longValue();
-                    b.movePointLeft(precision);
                     if (l >= Math.pow(10, precision - 4)) {
                         formatToken.setPrecision(precision);
                     }

Modified: harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/util/Stack.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/util/Stack.java?rev=824184&r1=824183&r2=824184&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/util/Stack.java (original)
+++ harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/util/Stack.java Sun Oct 11 21:59:47 2009
@@ -39,7 +39,7 @@
      * @return {@code true} if the stack is empty, {@code false} otherwise.
      */
     public boolean empty() {
-        return elementCount == 0;
+        return isEmpty();
     }
 
     /**