You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2014/04/13 20:15:26 UTC

svn commit: r1587065 - in /commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp: ./ parser/

Author: sebb
Date: Sun Apr 13 18:15:26 2014
New Revision: 1587065

URL: http://svn.apache.org/r1587065
Log:
Remove unecessary test Javadoc
- may cause IDE Javadoc warnings
- more to maintain

Modified:
    commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java
    commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/ListingFunctionalTest.java
    commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/TestConnectTimeout.java
    commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/CompositeFTPParseTestFramework.java
    commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/FTPParseTestFramework.java
    commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParserTest.java
    commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/MacOsPeterFTPEntryParserTest.java
    commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/NTFTPEntryParserTest.java
    commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/NetwareFTPEntryParserTest.java
    commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/OS2FTPEntryParserTest.java
    commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/OS400FTPEntryParserAdditionalTest.java
    commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/UnixFTPEntryParserTest.java
    commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/VMSFTPEntryParserTest.java

Modified: commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java?rev=1587065&r1=1587064&r2=1587065&view=diff
==============================================================================
--- commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java (original)
+++ commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java Sun Apr 13 18:15:26 2014
@@ -89,9 +89,7 @@ public class FTPClientConfigFunctionalTe
         FTP.disconnect();
         super.tearDown();
     }
-    /**
-     * @param arg0
-     */
+
     public FTPClientConfigFunctionalTest(String arg0) {
         super(arg0);
     }

Modified: commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/ListingFunctionalTest.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/ListingFunctionalTest.java?rev=1587065&r1=1587064&r2=1587065&view=diff
==============================================================================
--- commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/ListingFunctionalTest.java (original)
+++ commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/ListingFunctionalTest.java Sun Apr 13 18:15:26 2014
@@ -106,11 +106,6 @@ public class ListingFunctionalTest exten
     private final String validPath;
     private final String pwdPath;
 
-    /**
-     * Constructor for FTPClientTest.
-     *
-     * @param arg0
-     */
     public ListingFunctionalTest(String arg0,
                                  String[] settings)
     {
@@ -124,12 +119,6 @@ public class ListingFunctionalTest exten
         hostName = settings[HOSTNAME];
     }
 
-    /**
-     * @param fileList
-     * @param string
-     *
-     * @return
-     */
     private boolean findByName(List<?> fileList,
                                String string)
     {

Modified: commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/TestConnectTimeout.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/TestConnectTimeout.java?rev=1587065&r1=1587064&r2=1587065&view=diff
==============================================================================
--- commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/TestConnectTimeout.java (original)
+++ commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/TestConnectTimeout.java Sun Apr 13 18:15:26 2014
@@ -25,7 +25,7 @@ import junit.framework.TestCase;
 
 /**
  * Test the socket connect timeout functionality
- * @author Rory <rw...@apache.org>
+ * @author Rory (rwinston@apache.org)
  *
  */
 public class TestConnectTimeout extends TestCase {

Modified: commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/CompositeFTPParseTestFramework.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/CompositeFTPParseTestFramework.java?rev=1587065&r1=1587064&r2=1587065&view=diff
==============================================================================
--- commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/CompositeFTPParseTestFramework.java (original)
+++ commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/CompositeFTPParseTestFramework.java Sun Apr 13 18:15:26 2014
@@ -25,17 +25,11 @@ import org.apache.commons.net.ftp.FTPFil
  */
 public abstract class CompositeFTPParseTestFramework extends FTPParseTestFramework
 {
-    /**
-     * @see junit.framework.TestCase#TestCase(String)
-     */
     public CompositeFTPParseTestFramework(String name)
     {
         super(name);
     }
 
-    /**
-     * @see FTPParseTestFramework#getGoodListing()
-     */
     @Override
     protected String[] getGoodListing()
     {
@@ -60,9 +54,6 @@ public abstract class CompositeFTPParseT
      */
     protected abstract String[][] getGoodListings();
 
-    /**
-     * @see FTPParseTestFramework#getBadListing()
-     */
     @Override
     protected String[] getBadListing()
     {

Modified: commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/FTPParseTestFramework.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/FTPParseTestFramework.java?rev=1587065&r1=1587064&r2=1587065&view=diff
==============================================================================
--- commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/FTPParseTestFramework.java (original)
+++ commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/FTPParseTestFramework.java Sun Apr 13 18:15:26 2014
@@ -39,11 +39,6 @@ public abstract class FTPParseTestFramew
         super(name);
     }
 
-    /**
-     * Method testBadListing.
-     * Tests that parser provided failures actually fail.
-     * @throws Exception
-     */
     public void testBadListing() throws Exception
     {
 
@@ -59,11 +54,6 @@ public abstract class FTPParseTestFramew
         }
     }
 
-    /**
-     * Method testGoodListing.
-     * Test that parser provided listings pass.
-     * @throws Exception
-     */
     public void testGoodListing() throws Exception
     {
 
@@ -72,8 +62,7 @@ public abstract class FTPParseTestFramew
         {
 
             FTPFile f = parser.parseFTPEntry(test);
-            assertNotNull("Failed to parse " + test,
-                          f);
+            assertNotNull("Failed to parse " + test, f);
 
             doAdditionalGoodTests(test, f);
         }
@@ -134,9 +123,6 @@ public abstract class FTPParseTestFramew
      */
     public abstract void testParseFieldsOnFile() throws Exception;
 
-    /**
-     * @see junit.framework.TestCase#setUp()
-     */
     @Override
     protected void setUp() throws Exception
     {

Modified: commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParserTest.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParserTest.java?rev=1587065&r1=1587064&r2=1587065&view=diff
==============================================================================
--- commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParserTest.java (original)
+++ commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParserTest.java Sun Apr 13 18:15:26 2014
@@ -23,13 +23,10 @@ import org.apache.commons.net.ftp.FTPFil
 import org.apache.commons.net.ftp.FTPFileEntryParser;
 
 /**
- * Changed on August 31, 2006<br/>
  * Test suite addapted to new MVSFTPEntryParser.java.
  * @author <a href="mailto:henrik.sorensen@balcab.ch">Henrik Sorensen</a>
  *
- * Created on Apr 6, 2005<br/>
  * @author <a href="mailto:wnoto@openfinance.com">William Noto</a>
- * @version $Id$
  */
 public class MVSFTPEntryParserTest extends FTPParseTestFramework {
 

Modified: commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/MacOsPeterFTPEntryParserTest.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/MacOsPeterFTPEntryParserTest.java?rev=1587065&r1=1587064&r2=1587065&view=diff
==============================================================================
--- commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/MacOsPeterFTPEntryParserTest.java (original)
+++ commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/MacOsPeterFTPEntryParserTest.java Sun Apr 13 18:15:26 2014
@@ -42,24 +42,15 @@ public class MacOsPeterFTPEntryParserTes
         "-rwx------        0       12713    12713 Jul  8  2009 Twitter_Avatar.png",
     };
 
-    /**
-     * @see junit.framework.TestCase#TestCase(String)
-     */
     public MacOsPeterFTPEntryParserTest(String name) {
         super(name);
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#getBadListing()
-     */
     @Override
     protected String[] getBadListing() {
         return (badsamples);
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#getGoodListing()
-     */
     @Override
     protected String[] getGoodListing() {
         return (goodsamples);

Modified: commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/NTFTPEntryParserTest.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/NTFTPEntryParserTest.java?rev=1587065&r1=1587064&r2=1587065&view=diff
==============================================================================
--- commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/NTFTPEntryParserTest.java (original)
+++ commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/NTFTPEntryParserTest.java Sun Apr 13 18:15:26 2014
@@ -219,12 +219,10 @@ public class NTFTPEntryParserTest extend
         }
     }
 
-    /**
-     * test condition reported as bug 20259 => NET-106.
+    /*
+     * test condition reported as bug 20259 - now NET-106.
      * directory with name beginning with a numeric character
      * was not parsing correctly
-     *
-     * @throws Exception
      */
     public void testDirectoryBeginningWithNumber() throws Exception
     {
@@ -241,7 +239,7 @@ public class NTFTPEntryParserTest extend
         assertEquals("name", "123 abc xyz", f.getName());
     }
 
-    /**
+    /*
      * Test that group names with embedded spaces can be handled correctly
      *
      */

Modified: commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/NetwareFTPEntryParserTest.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/NetwareFTPEntryParserTest.java?rev=1587065&r1=1587064&r2=1587065&view=diff
==============================================================================
--- commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/NetwareFTPEntryParserTest.java (original)
+++ commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/NetwareFTPEntryParserTest.java Sun Apr 13 18:15:26 2014
@@ -23,7 +23,6 @@ import org.apache.commons.net.ftp.FTPFil
 
 /**
  * @author <a href="mailto:rwinston@apache.org">Rory Winston</a>
- * @version $Id$
  */
 public class NetwareFTPEntryParserTest extends FTPParseTestFramework {
 
@@ -40,40 +39,25 @@ public class NetwareFTPEntryParserTest e
         "d [RWCEAFMS] rwinston                          512 Nov 24  2005 Favorites"
     };
 
-    /**
-     * @see junit.framework.TestCase#TestCase(String)
-     */
     public NetwareFTPEntryParserTest(String name) {
         super(name);
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#getBadListing()
-     */
     @Override
     protected String[] getBadListing() {
         return (badsamples);
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#getGoodListing()
-     */
     @Override
     protected String[] getGoodListing() {
         return (goodsamples);
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#getParser()
-     */
     @Override
     protected FTPFileEntryParser getParser() {
         return (new NetwareFTPEntryParser());
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#testParseFieldsOnDirectory()
-     */
     @Override
     public void testParseFieldsOnDirectory() throws Exception {
         String reply = "d [-W---F--] testUser                        512 Apr 13 23:12 testFile";
@@ -100,9 +84,6 @@ public class NetwareFTPEntryParserTest e
     }
 
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#testParseFieldsOnFile()
-     */
     @Override
     public void testParseFieldsOnFile() throws Exception {
         String reply = "- [R-CEAFMS] rwinston                        19968 Mar 12 15:20 Document name with spaces.doc";

Modified: commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/OS2FTPEntryParserTest.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/OS2FTPEntryParserTest.java?rev=1587065&r1=1587064&r2=1587065&view=diff
==============================================================================
--- commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/OS2FTPEntryParserTest.java (original)
+++ commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/OS2FTPEntryParserTest.java Sun Apr 13 18:15:26 2014
@@ -21,7 +21,6 @@ import org.apache.commons.net.ftp.FTPFil
 
 /**
  * @author <a href="mailto:scohen@apache.org">Steve Cohen</a>
- * @version $Id$
  */
 public class OS2FTPEntryParserTest extends FTPParseTestFramework
 {
@@ -53,17 +52,11 @@ public class OS2FTPEntryParserTest exten
         "     0           DIR   05-19-2000 12:56  local",
     };
 
-    /**
-     * @see junit.framework.TestCase#TestCase(String)
-     */
     public OS2FTPEntryParserTest(String name)
     {
         super(name);
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#testParseFieldsOnDirectory()
-     */
     @Override
     public void testParseFieldsOnDirectory() throws Exception
     {
@@ -77,9 +70,6 @@ public class OS2FTPEntryParserTest exten
                      df.format(dir.getTimestamp().getTime()));
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#testParseFieldsOnFile()
-     */
     @Override
     public void testParseFieldsOnFile() throws Exception
     {
@@ -93,9 +83,6 @@ public class OS2FTPEntryParserTest exten
                      df.format(file.getTimestamp().getTime()));
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#getBadListing()
-     */
     @Override
     protected String[] getBadListing()
     {
@@ -103,9 +90,6 @@ public class OS2FTPEntryParserTest exten
         return (badsamples);
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#getGoodListing()
-     */
     @Override
     protected String[] getGoodListing()
     {
@@ -113,9 +97,6 @@ public class OS2FTPEntryParserTest exten
         return (goodsamples);
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#getParser()
-     */
     @Override
     protected FTPFileEntryParser getParser()
     {

Modified: commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/OS400FTPEntryParserAdditionalTest.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/OS400FTPEntryParserAdditionalTest.java?rev=1587065&r1=1587064&r2=1587065&view=diff
==============================================================================
--- commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/OS400FTPEntryParserAdditionalTest.java (original)
+++ commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/OS400FTPEntryParserAdditionalTest.java Sun Apr 13 18:15:26 2014
@@ -52,35 +52,23 @@ public class OS400FTPEntryParserAddition
             }
     };
 
-    /**
-     * @see junit.framework.TestCase#TestCase(String)
-     */
     public OS400FTPEntryParserAdditionalTest(String name)
     {
         super(name);
     }
 
-    /**
-     * @see FTPParseTestFramework#getBadListing()
-     */
     @Override
     protected String[][] getBadListings()
     {
         return badsamples;
     }
 
-    /**
-     * @see FTPParseTestFramework#getGoodListing()
-     */
     @Override
     protected String[][] getGoodListings()
     {
         return goodsamples;
     }
 
-    /**
-     * @see FTPParseTestFramework#getParser()
-     */
     @Override
     protected FTPFileEntryParser getParser()
     {
@@ -91,9 +79,6 @@ public class OS400FTPEntryParserAddition
         });
     }
 
-    /**
-     * @see FTPParseTestFramework#testParseFieldsOnDirectory()
-     */
     @Override
     public void testParseFieldsOnDirectory() throws Exception
     {
@@ -132,9 +117,6 @@ public class OS400FTPEntryParserAddition
         }
     }
 
-    /**
-     * @see FTPParseTestFramework#testParseFieldsOnFile()
-     */
     @Override
     public void testParseFieldsOnFile() throws Exception
     {

Modified: commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/UnixFTPEntryParserTest.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/UnixFTPEntryParserTest.java?rev=1587065&r1=1587064&r2=1587065&view=diff
==============================================================================
--- commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/UnixFTPEntryParserTest.java (original)
+++ commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/UnixFTPEntryParserTest.java Sun Apr 13 18:15:26 2014
@@ -79,31 +79,20 @@ public class UnixFTPEntryParserTest exte
 
         };
 
-    /**
-     * @see junit.framework.TestCase#TestCase(String)
-     */
     public UnixFTPEntryParserTest(String name) {
         super(name);
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#getBadListing()
-     */
     @Override
     protected String[] getBadListing() {
         return (badsamples);
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#getGoodListing()
-     */
     @Override
     protected String[] getGoodListing() {
         return (goodsamples);
     }
 
-    /**
-     */
     public void testNumericDateFormat()
     {
         String testNumericDF =
@@ -136,10 +125,6 @@ public class UnixFTPEntryParserTest exte
 
     }
 
-
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#getParser()
-     */
     @Override
     protected FTPFileEntryParser getParser() {
         return (new UnixFTPEntryParser());
@@ -231,9 +216,6 @@ public class UnixFTPEntryParserTest exte
         assertEquals(f.getGroup(), "group");
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#testParseFieldsOnDirectory()
-     */
     @Override
     public void testParseFieldsOnDirectory() throws Exception {
         FTPFile f = getParser().parseFTPEntry("drwxr-xr-x   2 user     group         4096 Mar  2 15:13 zxbox");
@@ -265,11 +247,6 @@ public class UnixFTPEntryParserTest exte
     }
 
 
-    /**
-     * Method checkPermissions.
-     * Verify that the persmissions were properly set.
-     * @param f
-     */
     private void checkPermissions(FTPFile f) {
         assertTrue("Should have user read permission.", f.hasPermission(
                 FTPFile.USER_ACCESS, FTPFile.READ_PERMISSION));
@@ -291,9 +268,6 @@ public class UnixFTPEntryParserTest exte
                 FTPFile.WORLD_ACCESS, FTPFile.EXECUTE_PERMISSION));
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#testParseFieldsOnFile()
-     */
     @Override
     public void testParseFieldsOnFile() throws Exception {
         FTPFile f = getParser()
@@ -324,10 +298,6 @@ public class UnixFTPEntryParserTest exte
         assertEquals(df.format(cal.getTime()), df.format(f.getTimestamp().getTime()));
     }
 
-    /*
-     * @param test
-     * @param f
-     */
     @Override
     protected void doAdditionalGoodTests(String test, FTPFile f) {
         String link = f.getLink();

Modified: commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/VMSFTPEntryParserTest.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/VMSFTPEntryParserTest.java?rev=1587065&r1=1587064&r2=1587065&view=diff
==============================================================================
--- commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/VMSFTPEntryParserTest.java (original)
+++ commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/VMSFTPEntryParserTest.java Sun Apr 13 18:15:26 2014
@@ -81,10 +81,6 @@ public class VMSFTPEntryParserTest exten
         super(name);
     }
 
-    /**
-     * Test the parsing of the whole list.
-     * @throws IOException
-     */
     public void testWholeListParse() throws IOException
     {
         VMSFTPEntryParser parser = new VMSFTPEntryParser();
@@ -101,10 +97,6 @@ public class VMSFTPEntryParserTest exten
 
     }
 
-    /**
-     * Test the parsing of the whole list.
-     * @throws IOException
-     */
     public void testWholeListParseWithVersioning() throws IOException
     {
 
@@ -141,9 +133,6 @@ public class VMSFTPEntryParserTest exten
         }
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#testParseFieldsOnDirectory()
-     */
     @Override
     public void testParseFieldsOnDirectory() throws Exception
     {
@@ -180,9 +169,6 @@ public class VMSFTPEntryParserTest exten
         checkPermisions(dir, 0705);
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#testParseFieldsOnFile()
-     */
     @Override
     public void testParseFieldsOnFile() throws Exception
     {
@@ -218,9 +204,6 @@ public class VMSFTPEntryParserTest exten
         checkPermisions(file, 0400);
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#getBadListing()
-     */
     @Override
     protected String[] getBadListing()
     {
@@ -228,9 +211,6 @@ public class VMSFTPEntryParserTest exten
         return (badsamples);
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#getGoodListing()
-     */
     @Override
     protected String[] getGoodListing()
     {
@@ -238,9 +218,6 @@ public class VMSFTPEntryParserTest exten
         return (goodsamples);
     }
 
-    /**
-     * @see org.apache.commons.net.ftp.parser.FTPParseTestFramework#getParser()
-     */
     @Override
     protected FTPFileEntryParser getParser()
     {
@@ -249,6 +226,7 @@ public class VMSFTPEntryParserTest exten
         parser.configure(null);
         return parser;
     }
+
     protected FTPFileEntryParser getVersioningParser()
     {
         ConfigurableFTPFileEntryParserImpl parser =
@@ -257,10 +235,8 @@ public class VMSFTPEntryParserTest exten
         return parser;
     }
 
-    /**
-     * Method checkPermisions.
+    /*
      * Verify that the VMS parser does NOT  set the permissions.
-     * @param dir
      */
     private void checkPermisions(FTPFile dir, int octalPerm)
     {