]> source.dussan.org Git - poi.git/commitdiff
removed '@version $Id:$' tags (all were in javadoc comments)
authorJosh Micich <josh@apache.org>
Mon, 1 Jun 2009 21:07:20 +0000 (21:07 +0000)
committerJosh Micich <josh@apache.org>
Mon, 1 Jun 2009 21:07:20 +0000 (21:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780832 13f79535-47bb-0310-9956-ffa450edef68

62 files changed:
src/contrib/src/org/apache/poi/contrib/poibrowser/Codec.java
src/contrib/src/org/apache/poi/contrib/poibrowser/DocumentDescriptor.java
src/contrib/src/org/apache/poi/contrib/poibrowser/DocumentDescriptorRenderer.java
src/contrib/src/org/apache/poi/contrib/poibrowser/ExtendableTreeCellRenderer.java
src/contrib/src/org/apache/poi/contrib/poibrowser/POIBrowser.java
src/contrib/src/org/apache/poi/contrib/poibrowser/PropertySetDescriptor.java
src/contrib/src/org/apache/poi/contrib/poibrowser/PropertySetDescriptorRenderer.java
src/contrib/src/org/apache/poi/contrib/poibrowser/TreeReaderListener.java
src/contrib/src/org/apache/poi/contrib/poibrowser/Util.java
src/examples/src/org/apache/poi/hpsf/examples/CopyCompare.java
src/examples/src/org/apache/poi/hpsf/examples/ModifyDocumentSummaryInformation.java
src/examples/src/org/apache/poi/hpsf/examples/ReadCustomPropertySets.java
src/examples/src/org/apache/poi/hpsf/examples/ReadTitle.java
src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java
src/examples/src/org/apache/poi/hpsf/examples/WriteTitle.java
src/java/org/apache/poi/ddf/EscherBitmapBlip.java
src/java/org/apache/poi/hpsf/ClassID.java
src/java/org/apache/poi/hpsf/Constants.java
src/java/org/apache/poi/hpsf/CustomProperties.java
src/java/org/apache/poi/hpsf/CustomProperty.java
src/java/org/apache/poi/hpsf/DocumentSummaryInformation.java
src/java/org/apache/poi/hpsf/HPSFException.java
src/java/org/apache/poi/hpsf/HPSFRuntimeException.java
src/java/org/apache/poi/hpsf/IllegalPropertySetDataException.java
src/java/org/apache/poi/hpsf/IllegalVariantTypeException.java
src/java/org/apache/poi/hpsf/MarkUnsupportedException.java
src/java/org/apache/poi/hpsf/MissingSectionException.java
src/java/org/apache/poi/hpsf/MutableProperty.java
src/java/org/apache/poi/hpsf/MutablePropertySet.java
src/java/org/apache/poi/hpsf/MutableSection.java
src/java/org/apache/poi/hpsf/NoFormatIDException.java
src/java/org/apache/poi/hpsf/NoPropertySetStreamException.java
src/java/org/apache/poi/hpsf/NoSingleSectionException.java
src/java/org/apache/poi/hpsf/Property.java
src/java/org/apache/poi/hpsf/PropertySet.java
src/java/org/apache/poi/hpsf/PropertySetFactory.java
src/java/org/apache/poi/hpsf/ReadingNotSupportedException.java
src/java/org/apache/poi/hpsf/Section.java
src/java/org/apache/poi/hpsf/SpecialPropertySet.java
src/java/org/apache/poi/hpsf/SummaryInformation.java
src/java/org/apache/poi/hpsf/Thumbnail.java
src/java/org/apache/poi/hpsf/TypeWriter.java
src/java/org/apache/poi/hpsf/UnexpectedPropertySetTypeException.java
src/java/org/apache/poi/hpsf/UnsupportedVariantTypeException.java
src/java/org/apache/poi/hpsf/Util.java
src/java/org/apache/poi/hpsf/Variant.java
src/java/org/apache/poi/hpsf/VariantSupport.java
src/java/org/apache/poi/hpsf/VariantTypeException.java
src/java/org/apache/poi/hpsf/WritingNotSupportedException.java
src/java/org/apache/poi/hpsf/wellknown/PropertyIDMap.java
src/java/org/apache/poi/hpsf/wellknown/SectionIDMap.java
src/java/org/apache/poi/util/ArrayUtil.java
src/testcases/org/apache/poi/hpsf/basic/AllDataFilesTester.java
src/testcases/org/apache/poi/hpsf/basic/POIFile.java
src/testcases/org/apache/poi/hpsf/basic/TestBasic.java
src/testcases/org/apache/poi/hpsf/basic/TestEmptyProperties.java
src/testcases/org/apache/poi/hpsf/basic/TestMetaDataIPI.java
src/testcases/org/apache/poi/hpsf/basic/TestReadAllFiles.java
src/testcases/org/apache/poi/hpsf/basic/TestUnicode.java
src/testcases/org/apache/poi/hpsf/basic/TestWrite.java
src/testcases/org/apache/poi/hpsf/basic/TestWriteWellKnown.java
src/testcases/org/apache/poi/hpsf/basic/Util.java

index 83973ab6c8b2f9f2145792afe3e28452d3d08d9a..213fbecac7d158143a0b62b80ade50fadb78eab8 100644 (file)
@@ -1,4 +1,3 @@
-
 /* ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +14,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
 
 package org.apache.poi.contrib.poibrowser;
 
@@ -32,8 +30,6 @@ import org.apache.poi.hpsf.ClassID;
  * data.</p>
  *
  * @author Rainer Klute (klute@rainer-klute.de) - with portions from Tomcat
- * @version $Id$
- * @since 2002-01-24
  */
 public class Codec
 {
index 2fbcebee0fd705f1aa74b06a84ae1d880ed19b18..4f33a59a07487a7ef49da22e647142b81f5aa22b 100644 (file)
@@ -1,4 +1,3 @@
-
 /* ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +14,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
 
 package org.apache.poi.contrib.poibrowser;
 
@@ -26,10 +24,6 @@ import org.apache.poi.poifs.filesystem.*;
  * <p>Describes the most important (whatever that is) features of a
  * {@link POIFSDocument}.</p>
  *
- * @author Rainer Klute (klute@rainer-klute.de)
- * @version $Id$
- * @since 2002-02-05
- * *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
index 74d0c54485fa50a43293ffc131a1450a5f9d0561..710d1bc0518bac42e4b5f1e7b0f590c098e097f0 100644 (file)
@@ -1,4 +1,3 @@
-
 /* ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +14,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
 
 package org.apache.poi.contrib.poibrowser;
 
@@ -30,8 +28,6 @@ import javax.swing.tree.*;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-02-05
  */
 public class DocumentDescriptorRenderer extends DefaultTreeCellRenderer
 {
index 04a5e3ce11e6558c7d858c4e08f4e6beb4cf90e9..fc739a9a87da60f3c1de79e6249cbf52e8f58e74 100644 (file)
@@ -1,4 +1,3 @@
-
 /* ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +14,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
 
 package org.apache.poi.contrib.poibrowser;
 
@@ -38,8 +36,6 @@ import java.util.*;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-01-22
  */
 public class ExtendableTreeCellRenderer implements TreeCellRenderer
 {
index 423606c496e42630e8f400b4b785377847ef233d..416f1350239d957ba0cea911843ef5d8a5d22e4a 100644 (file)
@@ -1,4 +1,3 @@
-
 /* ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +14,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
 
 package org.apache.poi.contrib.poibrowser;
 
@@ -42,8 +40,6 @@ import org.apache.poi.poifs.eventfilesystem.POIFSReader;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-01-19
  */
 public class POIBrowser extends JFrame
 {
index 9c5490d4f5f2b15a0cc547c5b4a24621baed70a2..96a43be106d0053bf1a869c97ad955e674cd0c75 100644 (file)
@@ -1,4 +1,3 @@
-
 /* ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +14,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
 
 package org.apache.poi.contrib.poibrowser;
 
@@ -34,8 +32,6 @@ import org.apache.poi.poifs.filesystem.POIFSDocumentPath;
  * stream containing a {@link PropertySet}.</p>
  *
  * @author Rainer Klute (klute@rainer-klute.de)
- * @version $Id$
- * @since 2002-02-05
  */
 public class PropertySetDescriptor extends DocumentDescriptor
 {
index 36dd94fb612fe116f37287a614dc0f533a5cfa53..f50a3334b0621741b62a7a9874d0a23cfed062f2 100644 (file)
@@ -1,4 +1,3 @@
-
 /* ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +14,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
 
 package org.apache.poi.contrib.poibrowser;
 
@@ -41,8 +39,6 @@ import org.apache.poi.hpsf.SummaryInformation;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-02-05
  */
 public class PropertySetDescriptorRenderer extends DocumentDescriptorRenderer
 {
index df9e996fbe9fdeb3aadad780d674385c794e7126..ec163b7bcf8309d72ab1ed3ff371755990d6e588 100644 (file)
@@ -56,8 +56,6 @@ import org.apache.poi.poifs.filesystem.POIFSDocumentPath;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-01-24
  */
 public class TreeReaderListener implements POIFSReaderListener
 {
index 04bdcae5e982a9e4655f88240eaa4d046f4b8b77..dcb1c51cce2174a15452c510d0c48bf5a0f5a674 100644 (file)
@@ -1,4 +1,3 @@
-
 /* ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +14,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
 
 package org.apache.poi.contrib.poibrowser;
 
@@ -28,24 +26,19 @@ import javax.swing.*;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-01-25
  */
-public class Util
-{
+public class Util {
 
     /**
      * <p>Makes a Swing component inverted by swapping its foreground
      * and background colors. Hint: Depending on your needs it might
      * also be a good idea to call <tt>c.setOpaque(true)</tt>.</p>
      */
-    public static void invert(final JComponent c)
-    {
-        final Color invBackground = c.getForeground();
-        final Color invForeground = c.getBackground();
+    public static void invert(JComponent c) {
+        Color invBackground = c.getForeground();
+        Color invForeground = c.getBackground();
         c.setBackground(invBackground);
         c.setForeground(invForeground);
     }
-
 }
 
index 79e4e24a9724de516a30a33db7fa7e9426893fe8..1fb9d48ef2ebe40296375295766073030c4eeadb 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf.examples;
 
 import java.io.ByteArrayInputStream;
@@ -72,8 +72,6 @@ import org.apache.poi.util.TempFile;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2003-09-19
  */
 public class CopyCompare
 {
index 43edebe26d834325006d8c57d5f9123d9c66c4e3..1636e9a8fc93e532c0a295e45b098e449f71d8e5 100644 (file)
@@ -14,7 +14,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
 
 package org.apache.poi.hpsf.examples;
 
@@ -41,8 +40,6 @@ import org.apache.poi.poifs.filesystem.DocumentEntry;
 import org.apache.poi.poifs.filesystem.DocumentInputStream;
 import org.apache.poi.poifs.filesystem.POIFSFileSystem;
 
-
-
 /**
  * <p>This is a sample application showing how to easily modify properties in
  * the summary information and in the document summary information. The
@@ -82,8 +79,6 @@ import org.apache.poi.poifs.filesystem.POIFSFileSystem;
  * 
  * @author Rainer Klute <a
  *         href="mailto:klute@rainer-klute.de">klute@rainer-klute.de</a>
- * @since 2006-02-09
- * @version $Id: TestWrite.java 353637 2005-04-13 16:33:22Z klute $
  */
 public class ModifyDocumentSummaryInformation
 {
index 021a5e9035715c7a676a33e3685b85d798cd6170..bf6bcd1f8f08ffd1ef68ae6dc340c634c29cf73e 100644 (file)
@@ -1,4 +1,3 @@
-
 /* ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf.examples;
 
 import java.io.FileInputStream;
@@ -41,8 +40,6 @@ import org.apache.poi.util.HexDump;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2003-02-01
  */
 public class ReadCustomPropertySets
 {
index 71233657d3db0fca45bf42614c5aee002a4e95bf..c036d222b6f81493001901e40d7b8ee3f2ef8eee 100644 (file)
@@ -1,4 +1,3 @@
-
 /* ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf.examples;
 
 import java.io.FileInputStream;
@@ -36,8 +35,6 @@ import org.apache.poi.poifs.eventfilesystem.POIFSReaderListener;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2003-02-01
  */
 public class ReadTitle
 {
index 39e5c5150f1f361f70ca56c86a4029bcc07df875..00749ab4d26aeef00c7c7de0711f65691f109927 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf.examples;
 
 import java.io.ByteArrayInputStream;
@@ -84,8 +84,6 @@ import org.apache.poi.poifs.filesystem.POIFSFileSystem;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2003-09-01
  */
 public class WriteAuthorAndTitle
 {
index 45a3dadba1202b281b7f5ea523bba1cd71d1dac1..22e1f69cdd84697ea961b2f0ba9934bbab38d8af 100644 (file)
@@ -1,4 +1,3 @@
-
 /* ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf.examples;
 
 import java.io.FileOutputStream;
@@ -38,8 +37,6 @@ import org.apache.poi.poifs.filesystem.POIFSFileSystem;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2003-09-12
  */
 public class WriteTitle
 {
index defbc9cb3b0882d59606f9b94e39ac8644a35725..57cdb3023afc35413567ad2a9c97d7c7c9e7156e 100644 (file)
@@ -1,19 +1,20 @@
-/*
-* 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.
-*/
+/* ====================================================================
+   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.
+==================================================================== */
+
 package org.apache.poi.ddf;
 
 import org.apache.poi.util.HexDump;
@@ -23,7 +24,6 @@ import java.io.ByteArrayOutputStream;
 
 /**
  * @author Glen Stampoultzis
- * @version $Id$
  */
 public class EscherBitmapBlip extends EscherBlipRecord {
     public static final short RECORD_ID_JPEG = (short) 0xF018 + 5;
index 7044aca0e8cc841e47b688ba97cefc27c10302d3..dd623b8b7731a1696cd2b16d633c20720ec810d8 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import org.apache.poi.util.HexDump;
@@ -27,8 +27,6 @@ import org.apache.poi.util.HexDump;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-02-09
  */
 public class ClassID
 {
index a2a2f7b36690f6bd5bc36f027c2c2780f080dd12..05bc2fd9a444518e60650d2fb7649eab1d50b1ce 100644 (file)
@@ -22,8 +22,6 @@ package org.apache.poi.hpsf;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @since 2004-06-20
- * @version $Id$
  */
 public class Constants
 {
index 420fc2f9bb991ed47657864b2e130609aac0861f..a4a9a7be09cd71a3e4c2f5ea43eaae31af9a3e15 100644 (file)
@@ -47,12 +47,10 @@ import org.apache.poi.hpsf.wellknown.PropertyIDMap;
  * unmodified) or whether one or more properties have been dropped.</p>
  * 
  * <p>This class is not thread-safe; concurrent access to instances of this
- * class must be syncronized.</p>
+ * class must be synchronized.</p>
  * 
  * @author Rainer Klute <a
  *         href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @since 2006-02-09
- * @version $Id$
  */
 public class CustomProperties extends HashMap
 {
index 4bd1f8e0f38ab81ec4dd418054800edf13479dd2..994adf7b6e49d290fea97def0fc254b81b7ca72e 100644 (file)
 package org.apache.poi.hpsf;
 
 /**
- * <p>This class represents custum properties in the document summary
+ * <p>This class represents custom properties in the document summary
  * information stream. The difference to normal properties is that custom
  * properties have an optional name. If the name is not <code>null</code> it
  * will be maintained in the section's dictionary.</p>
  * 
  * @author Rainer Klute <a
  *         href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @since 2006-02-09
- * @version $Id$
  */
 public class CustomProperty extends MutableProperty
 {
index 62c6127ee4f543a152a485414d43aa5133f783e6..016870a9e40dbd1ce86778012ba5ed48f362d700 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import java.util.Iterator;
@@ -32,8 +32,6 @@ import org.apache.poi.hpsf.wellknown.SectionIDMap;
  * @author Drew Varner (Drew.Varner closeTo sc.edu)
  * @author robert_flaherty@hyperion.com
  * @see SummaryInformation
- * @version $Id$
- * @since 2002-02-09
  */
 public class DocumentSummaryInformation extends SpecialPropertySet
 {
index e8a8a574a9540714e3283efb7684199b74d0736b..f0f12dbc6c12c81268bd0e5b86e7513d8616548c 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 /**
@@ -24,8 +24,6 @@ package org.apache.poi.hpsf;
  * 
  * @author Rainer Klute <a
  *         href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-02-09
  */
 public class HPSFException extends Exception
 {
index 3f2419f7efd47ed195d01e09faa8f55e3787c61f..79825ebf824d2af5d9fbc2ed5d7d44e8cb14be3e 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import java.io.PrintStream;
@@ -27,8 +27,6 @@ import java.io.PrintWriter;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-02-09
  */
 public class HPSFRuntimeException extends RuntimeException
 {
index 2f6dde39331057d8b35ae36719f4494563a51122..3217af9580a634d8339def8f0c8d6fb86200eb20 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 /**
@@ -26,8 +26,6 @@ package org.apache.poi.hpsf;
  * thrown.</p>
  *
  * @author Drew Varner(Drew.Varner atDomain sc.edu)
- * @version $Id$
- * @since 2002-05-26
  */
 public class IllegalPropertySetDataException extends HPSFRuntimeException
 {
index 0292510665f07da683b6d4ec4b751e4d06604f78..f72bb44b2e33cfb7a49e10443f1f30b366b75860 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import org.apache.poi.util.HexDump;
@@ -25,8 +25,6 @@ import org.apache.poi.util.HexDump;
  * 
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @since 2004-06-21
- * @version $Id$
  */
 public class IllegalVariantTypeException extends VariantTypeException
 {
index 1ff38f7566385add7cb65cd6db91887a831c890b..c1c5dc8592ad02dec493182ae3dd9295c7ed9243 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 /**
@@ -23,8 +23,6 @@ package org.apache.poi.hpsf;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-02-09
  */
 public class MarkUnsupportedException extends HPSFException
 {
index ccef805f0b1500531aa808800134d7e4ba8e81da..35df68622722bcb5b6e6e5480177344374bc0ffd 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 /**
@@ -26,8 +26,6 @@ package org.apache.poi.hpsf;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id: NoSingleSectionException.java 353545 2004-04-09 13:05:39Z glens $
- * @since 2006-02-08
  */
 public class MissingSectionException extends HPSFRuntimeException
 {
index 6128f618492cafa38e75af8c3659ed275cdaca54..401ac232c884fed9bea921063eaf24b92d003fda 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import java.io.IOException;
@@ -28,8 +28,6 @@ import java.io.OutputStream;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @since 2003-08-03
- * @version $Id$
  */
 public class MutableProperty extends Property
 {
index 5ecbfeee3d9a3181312ef10d6d26b13bff1e0224..37c7b32f8b8cf1b61099c04ee730f1736c90a6a8 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import java.io.ByteArrayInputStream;
@@ -33,8 +33,6 @@ import org.apache.poi.poifs.filesystem.Entry;
 import org.apache.poi.util.LittleEndian;
 import org.apache.poi.util.LittleEndianConsts;
 
-
-
 /**
  * <p>Adds writing support to the {@link PropertySet} class.</p>
  *
@@ -43,8 +41,6 @@ import org.apache.poi.util.LittleEndianConsts;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2003-02-19
  */
 public class MutablePropertySet extends PropertySet
 {
index 1ba4221e47b1d3c1f6fb9aa6bdae42e1d03ca1c4..084896ff64cfb8062efdf70ec039e49ef0b941ea 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import java.io.ByteArrayOutputStream;
@@ -37,9 +37,6 @@ import org.apache.poi.util.LittleEndian;
  *
  * <p>Please be aware that this class' functionality will be merged into the
  * {@link Section} class at a later time, so the API will change.</p>
- *
- * @version $Id$
- * @since 2002-02-20
  */
 public class MutableSection extends Section
 {
index 2e9f8f85b98f76db6d73607c89c2819d614086dc..507aab38a0104fc4300e7cad7a61577abf1c6f98 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 /**
@@ -25,8 +25,6 @@ package org.apache.poi.hpsf;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-09-03
  */
 public class NoFormatIDException extends HPSFRuntimeException
 {
index 4bf1f931e0f86f7d46fbf677ff3cc1af4929950d..cd580fa2879abc491ad02ddc78de6e8842c2fab9 100644 (file)
@@ -1,4 +1,3 @@
-
 /* ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 /**
@@ -27,8 +26,6 @@ package org.apache.poi.hpsf;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-02-09
  */
 public class NoPropertySetStreamException extends HPSFException
 {
index e2feb74f40dec9d78803f2bb4256958b29cc05cc..46aa332b190e61bc9584b7f55952db07c668e786 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 /**
@@ -28,8 +28,6 @@ package org.apache.poi.hpsf;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-02-09
  */
 public class NoSingleSectionException extends HPSFRuntimeException
 {
index 16b4f7e41bd587f2641834f26a85ab62a15fc4af..872f6931b89ac640027e7156a0215be25892f71b 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import java.io.UnsupportedEncodingException;
@@ -56,8 +56,6 @@ import org.apache.poi.util.POILogger;
  * @author Drew Varner (Drew.Varner InAndAround sc.edu)
  * @see Section
  * @see Variant
- * @version $Id$
- * @since 2002-02-09
  */
 public class Property
 {
index b39ba08bfa95caaa5cfe3f7d65bbe5d6a001e7ff..df918285ccfe3891c21da2ae14af617a86dc9c5b 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import java.io.IOException;
@@ -57,8 +57,6 @@ import org.apache.poi.util.LittleEndian;
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  * @author Drew Varner (Drew.Varner hanginIn sc.edu)
- * @version $Id$
- * @since 2002-02-09
  */
 public class PropertySet
 {
index 1cd3dcdaf7d654427e2bb093cbbd4c687cc2a4ca..3d2611e849c5126d3ff9764bcbf9c1b9bc782b62 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import java.io.InputStream;
@@ -30,8 +30,6 @@ import org.apache.poi.hpsf.wellknown.SectionIDMap;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-02-09
  */
 public class PropertySetFactory
 {
index f325543c01288e1be6961f6a5a58a429204dad26..a66dc7c4f4755a056d4a1fdefbe5bf94d8d1c2ca 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 /**
@@ -26,8 +26,6 @@ package org.apache.poi.hpsf;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @since 2003-08-08
- * @version $Id$
  */
 public class ReadingNotSupportedException
     extends UnsupportedVariantTypeException
index 76824e7b7eb0ad9cb191da7737df1dea11e530da..147f2af7eb67c1854b72f66572024dc18fa5dab0 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import java.io.UnsupportedEncodingException;
@@ -34,8 +34,6 @@ import org.apache.poi.util.LittleEndian;
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  * @author Drew Varner (Drew.Varner allUpIn sc.edu)
- * @version $Id$
- * @since 2002-02-09
  */
 public class Section
 {
index f415bd5d128862d5757fb1cb3a49c7cc31ac0c84..2d04ef6d8e26208fd1697a5a7d9df4cf756b9c7e 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import java.io.IOException;
@@ -53,8 +53,6 @@ import org.apache.poi.poifs.filesystem.DirectoryEntry;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-02-09
  */
 public abstract class SpecialPropertySet extends MutablePropertySet
 {
index a143e2bad0f12c712c77a82bed2d987d75e368d8..c0351a359b21b8e7555e5da4054d9e0b6ee7ee3a 100644 (file)
@@ -28,8 +28,6 @@ import org.apache.poi.hpsf.wellknown.PropertyIDMap;
  * @author Rainer Klute <a
  *         href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  * @see DocumentSummaryInformation
- * @version $Id$
- * @since 2002-02-09
  */
 public class SummaryInformation extends SpecialPropertySet
 {
index 9959a64f409f7d9faa4e8059ec8c2164c9910ded..cd2c36cd8aa3cc38e885b415a725faa3223f5b1c 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import org.apache.poi.util.LittleEndian;
@@ -24,8 +24,6 @@ import org.apache.poi.util.LittleEndian;
  *
  * @author Drew Varner (Drew.Varner inOrAround sc.edu)
  * @see SummaryInformation#getThumbnail()
- * @version $Id$
- * @since 2002-04-29
  */
 public class Thumbnail
 {
index bd7f346147b8801d473f64eed97b216876bc4de0..84269ab333719fef9556c6e5a97cf7bb2e3a2371 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import java.io.IOException;
@@ -27,8 +27,6 @@ import org.apache.poi.util.LittleEndian;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2003-02-20
  */
 public class TypeWriter
 {
index 2a56fdaaea790af557b421603279486f5a993c62..de635d61b34393ee8f982709e3b387655b386ec9 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 /**
@@ -27,8 +27,6 @@ package org.apache.poi.hpsf;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-02-09
  */
 public class UnexpectedPropertySetTypeException extends HPSFException
 {
index 49ca9145915133cfd3e8b8169021f8e64a467281..125f7046f232058b2a00838a5d1d17eef1838364 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import org.apache.poi.util.HexDump;
@@ -28,8 +28,6 @@ import org.apache.poi.util.HexDump;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @since 2003-08-05
- * @version $Id$
  */
 public abstract class UnsupportedVariantTypeException
 extends VariantTypeException
index 85ea0ea095fafbb62b2d203343e89c120d3a1460..93b394ad71632835f71fd7f5479de51c27dc83f2 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import java.io.IOException;
@@ -27,8 +27,6 @@ import java.util.Date;
  * <p>Provides various static utility methods.</p>
  *
  * @author Rainer Klute (klute@rainer-klute.de)
- * @version $Id$
- * @since 2002-02-09
  */
 public class Util
 {
index 43660043c11a9ff367a63910d3e07e38122bbad1..358924130a7f21dab5846ab445303084833eeb69 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 import java.util.Collections;
@@ -34,8 +34,6 @@ import java.util.Map;
  * <strong>[S]</strong> - may appear in a Safe Array.</p>
  *
  * @author Rainer Klute (klute@rainer-klute.de)
- * @version $Id$
- * @since 2002-02-09
  */
 public class Variant
 {
index 703e8abe8d707c139968019c7cf395d414ac4bf9..1b06e239aaf53bebea3fafd556fc641bc187f286 100644 (file)
@@ -45,8 +45,6 @@ import org.apache.poi.util.LittleEndianConsts;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @since 2003-08-08
- * @version $Id$
  */
 public class VariantSupport extends Variant
 {
index 0f35a887d5b3ae24e4171697e92bfef390ee17ca..58100bd074371977473ee50ce2fdca6da932a484 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 /**
@@ -23,8 +23,6 @@ package org.apache.poi.hpsf;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @since 2004-06-21
- * @version $Id$
  */
 public abstract class VariantTypeException extends HPSFException
 {
index 91fcbf16efdbef83eaf131e5d9e1025804a551f5..e602478ab8ec1da7009740779695e9e71a6ef5bc 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf;
 
 /**
@@ -26,8 +26,6 @@ package org.apache.poi.hpsf;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @since 2003-08-08
- * @version $Id$
  */
 public class WritingNotSupportedException
     extends UnsupportedVariantTypeException
index 33df5bb97d6da42a13bf251405c1928c6fd45661..9c8fe488b952a6267162a3bfb3a5cef63dd2ce9b 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf.wellknown;
 
 import java.util.Collections;
@@ -33,11 +33,8 @@ import java.util.Map;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @version $Id$
- * @since 2002-02-09
  */
-public class PropertyIDMap extends HashMap
-{
+public class PropertyIDMap extends HashMap {
 
     /*
      * The following definitions are for property IDs in the first
index 97cc38900f92793b3e76a5b453341d47194b4174..0b30604ad1a11afbead2ec5025565137d57992a9 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf.wellknown;
 
 import java.util.HashMap;
@@ -35,11 +35,8 @@ import java.util.HashMap;
  * property IDs in sections with the specified section format ID.</p>
  *
  * @author Rainer Klute (klute@rainer-klute.de)
- * @version $Id$
- * @since 2002-02-09
  */
-public class SectionIDMap extends HashMap
-{
+public class SectionIDMap extends HashMap {
 
     /**
      * <p>The SummaryInformation's section's format ID.</p>
index a4000d29ec8c37c438ba1ffbaf923284b36cc98a..be2b49999dfd6c2d4de096178aec37874f8cb035 100644 (file)
@@ -21,7 +21,6 @@ package org.apache.poi.util;
  * Utility classes for dealing with arrays.
  *
  * @author Glen Stampoultzis
- * @version $Id$
  */
 public class ArrayUtil
 {
index 52d451769d0f49f995b021ff63b872ad8ecd3c20..ba7c650b37176147a312d4e744fc3586a8476601 100644 (file)
@@ -28,19 +28,14 @@ import java.util.logging.Logger;
  * 
  * @author Rainer Klute <a
  *         href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @since 2006-02-11
- * @version $Id$
  */
-public class AllDataFilesTester
-{
+public class AllDataFilesTester {
 
     /**
      * <p>Interface specifying how to run a test on a single file.</p>
      *
      * @author Rainer Klute <a
      * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
-     * @since 2006-02-11
-     * @version $Id$
      */
     public interface TestTask
     {
index 2043c8067704643a2c6eb0e1542fa6fa1127fd12..ae05ffff1ad9dcec6e97060abd443ee48b939b51 100644 (file)
@@ -1,4 +1,3 @@
-
 /* ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
 
 package org.apache.poi.hpsf.basic;
 
 import org.apache.poi.poifs.filesystem.POIFSDocumentPath;
 
-
-
 /**
  * <p>A POI file just for testing.</p>
  *
  * @author Rainer Klute (klute@rainer-klute.de)
- * @since 2002-07-20
- * @version $Id$
  */
 public class POIFile
 {
index 1932f0f11b9f78a4b7c767ed5aab6223050d3e61..bb28bc7c9e5b374894be55112499fb80c6dead3d 100644 (file)
@@ -14,7 +14,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
 
 package org.apache.poi.hpsf.basic;
 
@@ -39,14 +38,10 @@ import org.apache.poi.hpsf.Section;
 import org.apache.poi.hpsf.SummaryInformation;
 import org.apache.poi.hpsf.wellknown.SectionIDMap;
 
-
-
 /**
  * <p>Tests the basic HPSF functionality.</p>
  *
  * @author Rainer Klute (klute@rainer-klute.de)
- * @since 2002-07-20
- * @version $Id$
  */
 public class TestBasic extends TestCase
 {
index 08de63d08d4ed9e7a592c80678cab264f119c272..1c400904f6eb67c184b1c43fcdb87a48f579a24c 100644 (file)
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
+
 package org.apache.poi.hpsf.basic;
 
 import java.io.ByteArrayInputStream;
@@ -42,8 +42,6 @@ import org.apache.poi.hpsf.Variant;
  *
  * @author Rainer Klute <a
  * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
- * @since 2003-07-25
- * @version $Id$
  */
 public class TestEmptyProperties extends TestCase
 {
index 111561bcc1680bd8427b260d02dd110f2be7f293..8d94d2df6e00b30d91a97b330b1cf4a08460ad14 100644 (file)
@@ -45,8 +45,6 @@ import org.apache.poi.poifs.filesystem.POIFSFileSystem;
  * This class tests reading and writing of meta data. No actual document is created. All information
  * is stored in a virtal document in a ByteArrayOutputStream
  * @author Matthias G\u00fcnter
- * @since 2006-03-03
- * @version $Id: TestEmptyProperties.java 353563 2004-06-22 16:16:33Z klute $
  */
 public class TestMetaDataIPI extends TestCase{
 
@@ -56,13 +54,7 @@ public class TestMetaDataIPI extends TestCase{
  DocumentSummaryInformation dsi=null;
  SummaryInformation si=null;
  
- /**
-  * Standard constructor
-  * @param s
-  */
- public TestMetaDataIPI(String s ){
-        super(s);
- }
+
 
  /**
   * Setup is used to get the document ready. Gets the DocumentSummaryInformation and the 
index f68b4c3cc91d4444444f8b945ad17f246af85f26..9916dbc9951b6b9e9ef7a16d12359656bf359b30 100644 (file)
@@ -14,7 +14,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
 
 package org.apache.poi.hpsf.basic;
 
@@ -27,31 +26,14 @@ import junit.framework.TestCase;
 
 import org.apache.poi.hpsf.PropertySetFactory;
 
-
-
 /**
  * <p>Tests some HPSF functionality by reading all property sets from all files
  * in the "data" directory. If you want to ensure HPSF can deal with a certain
  * OLE2 file, just add it to the "data" directory and run this test case.</p>
  * 
  * @author Rainer Klute (klute@rainer-klute.de)
- * @since 2008-02-08
- * @version $Id: TestBasic.java 489730 2006-12-22 19:18:16Z bayard $
  */
-public class TestReadAllFiles extends TestCase
-{
-
-    /**
-     * <p>Test case constructor.</p>
-     * 
-     * @param name The test case's name.
-     */
-    public TestReadAllFiles(final String name)
-    {
-        super(name);
-    }
-
-
+public class TestReadAllFiles extends TestCase {
 
     /**
      * <p>This test methods reads all property set streams from all POI
@@ -90,21 +72,4 @@ public class TestReadAllFiles extends TestCase
             fail(s);
         }
     }
-
-
-
-    /**
-     * <p>Runs the test cases stand-alone.</p>
-     * 
-     * @param args Command-line arguments (ignored)
-     * 
-     * @exception Throwable if any sort of exception or error occurs
-     */
-    public static void main(final String[] args) throws Throwable
-    {
-        System.setProperty("HPSF.testdata.path",
-                           "./src/testcases/org/apache/poi/hpsf/data");
-        junit.textui.TestRunner.run(TestReadAllFiles.class);
-    }
-
 }
index 95c50e33e6de638e53dc5efd653608d41d6e5c3b..f9cf2b0dcd8be06a5ca258bbbf44cf4e997ee3b6 100644 (file)
@@ -14,7 +14,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
 
 package org.apache.poi.hpsf.basic;
 
@@ -34,18 +33,13 @@ import org.apache.poi.hpsf.PropertySetFactory;
 import org.apache.poi.hpsf.Section;
 import org.apache.poi.hpsf.SummaryInformation;
 
-
-
 /**
  * <p>Tests whether Unicode string can be read from a
  * DocumentSummaryInformation.</p>
  *
  * @author Rainer Klute (klute@rainer-klute.de)
- * @since 2002-12-09
- * @version $Id$
  */
-public class TestUnicode extends TestCase
-{
+public class TestUnicode extends TestCase {
 
     static final String POI_FS = "TestUnicode.xls";
     static final String[] POI_FILES = new String[]
@@ -56,27 +50,13 @@ public class TestUnicode extends TestCase
     POIFile[] poiFiles;
 
 
-
-    /**
-     * <p>Constructor</p>
-     * 
-     * @param name the test case's name
-     */
-    public TestUnicode(final String name)
-    {
-        super(name);
-    }
-
-
-
     /**
      * <p>Read a the test file from the "data" directory.</p>
      * 
      * @exception FileNotFoundException if the file to be read does not exist.
      * @exception IOException if any other I/O exception occurs
      */
-    protected void setUp() throws FileNotFoundException, IOException
-    {
+    protected void setUp() {
         final File dataDir =
             new File(System.getProperty("HPSF.testdata.path"));
         data = new File(dataDir, POI_FS);
@@ -112,19 +92,4 @@ public class TestUnicode extends TestCase
         Assert.assertEquals(s.getProperty(5),
                             "Petrovitsch, Wilhelm");
     }
-
-
-
-    /**
-     * <p>Runs the test cases stand-alone.</p>
-     * 
-     * @param args Command-line arguments.
-     */
-    public static void main(final String[] args)
-    {
-        System.setProperty("HPSF.testdata.path",
-                           "./src/testcases/org/apache/poi/hpsf/data");
-        junit.textui.TestRunner.run(TestUnicode.class);
-    }
-
 }
index 004d63c00b37f68e891fe5fb83bd023dd287cd36..92238acc397ff6c34dd3853d3424dd860d971759 100644 (file)
@@ -64,14 +64,10 @@ import org.apache.poi.poifs.filesystem.POIFSFileSystem;
 import org.apache.poi.util.LittleEndian;
 import org.apache.poi.util.TempFile;
 
-
-
 /**
  * <p>Tests HPSF's writing functionality.</p>
  *
  * @author Rainer Klute (klute@rainer-klute.de)
- * @since 2003-02-07
- * @version $Id$
  */
 public class TestWrite extends TestCase
 {
@@ -96,19 +92,6 @@ public class TestWrite extends TestCase
     POIFile[] poiFiles;
 
 
-
-    /**
-     * <p>Constructor</p>
-     * 
-     * @param name the test case's name
-     */
-    public TestWrite(final String name)
-    {
-        super(name);
-    }
-
-
-
     /**
      * @see TestCase#setUp()
      */
@@ -923,20 +906,4 @@ public class TestWrite extends TestCase
         final Charset charSet = Charset.forName(charSetName);
         return charSet.newEncoder().canEncode('\u00e4');
     }
-
-
-
-    /**
-     * <p>Runs the test cases stand-alone.</p>
-     * 
-     * @param args The command-line parameters.
-     * @throws Throwable if anything goes wrong.
-     */
-    public static void main(final String[] args) throws Throwable
-    {
-        System.setProperty("HPSF.testdata.path",
-                           "./src/testcases/org/apache/poi/hpsf/data");
-        junit.textui.TestRunner.run(TestWrite.class);
-    }
-
 }
index 375cc904efb4baa8d14dc2e53e430d5f156b6b78..d570b029b34c47a6a3452c1fd3cc44f1de599e5d 100644 (file)
@@ -54,33 +54,17 @@ import org.apache.poi.poifs.filesystem.DocumentEntry;
 import org.apache.poi.poifs.filesystem.DocumentInputStream;
 import org.apache.poi.poifs.filesystem.POIFSFileSystem;
 
-
-
 /**
  * <p>Tests HPSF's high-level writing functionality for the well-known property
  * set "SummaryInformation" and "DocumentSummaryInformation".</p>
  * 
  * @author Rainer Klute
  *     <a href="mailto:klute@rainer-klute.de">klute@rainer-klute.de</a>
- * @since 2006-02-01
- * @version $Id$
  */
-public class TestWriteWellKnown extends TestCase
-{
+public class TestWriteWellKnown extends TestCase {
 
     private static final String POI_FS = "TestWriteWellKnown.doc";
 
-    /**
-     * <p>Constructor</p>
-     * 
-     * @param name the test case's name
-     */
-    public TestWriteWellKnown(final String name)
-    {
-        super(name);
-    }
-
-
 
     /**
      * @see TestCase#setUp()
@@ -744,20 +728,4 @@ public class TestWriteWellKnown extends TestCase
         assertEquals(1, cps.size());
         assertFalse(cps.isPure());
     }
-
-
-
-    /**
-     * <p>Runs the test cases stand-alone.</p>
-     * 
-     * @param args The command-line parameters.
-     * @throws Throwable if anything goes wrong.
-     */
-    public static void main(final String[] args) throws Throwable
-    {
-        System.setProperty("HPSF.testdata.path",
-                           "./src/testcases/org/apache/poi/hpsf/data");
-        junit.textui.TestRunner.run(TestWriteWellKnown.class);
-    }
-
 }
index e109cdd4ee7b82d23a5b0a052b4458e0437038a0..1262c750d83ae19ac4efd90da0231707233d68ca 100644 (file)
@@ -15,7 +15,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
 
 package org.apache.poi.hpsf.basic;
 
@@ -45,11 +44,8 @@ import org.apache.poi.poifs.eventfilesystem.POIFSReaderListener;
  * <p>Static utility methods needed by the HPSF test cases.</p>
  *
  * @author Rainer Klute (klute@rainer-klute.de)
- * @since 2002-07-20
- * @version $Id$
  */
-public class Util
-{
+final class Util {
 
     /**
      * <p>Reads bytes from an input stream and writes them to an
@@ -261,7 +257,4 @@ public class Util
         System.out.println("Current directory: " +
                            System.getProperty("user.dir"));
     }
-
-
-
 }