Refactory
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / corext / codemanipulation / StubUtility.java
index 3459e75..e7731df 100644 (file)
@@ -4,9 +4,9 @@
  */
 package net.sourceforge.phpdt.internal.corext.codemanipulation;
 
-import java.util.Arrays;
+//import java.util.Arrays;
 //import java.util.Comparator;
-import java.util.List;
+//import java.util.List;
 import java.util.StringTokenizer;
 
 import net.sourceforge.phpdt.core.Flags;
@@ -62,7 +62,7 @@ public class StubUtility {
 
        }
 
-       private static final String[] EMPTY = new String[0];
+       //private static final String[] EMPTY = new String[0];
 
        /**
         * Generates a method stub including the method comment. Given a template
@@ -1351,9 +1351,9 @@ public class StubUtility {
                                + baseName.substring(1);
        }
 */
-       private static final List BASE_TYPES = Arrays
-                       .asList(new String[] {
-                                       "boolean", "byte", "char", "double", "float", "int", "long", "short" }); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ //$NON-NLS-8$
+//     private static final List BASE_TYPES = Arrays
+//                     .asList(new String[] {
+//                                     "boolean", "byte", "char", "double", "float", "int", "long", "short" }); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ //$NON-NLS-8$
 
        public static String suggestArgumentName(IJavaProject project,
                        String baseName, String[] excluded) {