removed unused private methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpeclipse / ui / text / rules / MultiViewPartitioner.java
index f7cfe37..5c8d6de 100644 (file)
@@ -520,26 +520,26 @@ public abstract class MultiViewPartitioner extends AbstractPartitioner {
                return (TypedRegion[]) list.toArray(new TypedRegion[list.size()]);
        }
 
-       private void showList(List list) {
-               try {
-                       throw new NullPointerException();
-               } catch (Exception e) {
-                       e.printStackTrace();
-               }
-               System.out.println(">>>>>List start");
-               TypedRegion temp;
-               for (int i = 0; i < list.size(); i++) {
-                       temp = (TypedRegion) list.get(i);
-                       System.out.print("Offset: ");
-                       System.out.print(temp.getOffset());
-                       System.out.print(", Length: ");
-                       System.out.print(temp.getLength());
-                       System.out.print(", Type: ");
-                       System.out.print(temp.getType());
-                       System.out.println("");
-               }
-               System.out.println("<<<<<List end");
-       }
+//     private void showList(List list) {
+//             try {
+//                     throw new NullPointerException();
+//             } catch (Exception e) {
+//                     e.printStackTrace();
+//             }
+//             System.out.println(">>>>>List start");
+//             TypedRegion temp;
+//             for (int i = 0; i < list.size(); i++) {
+//                     temp = (TypedRegion) list.get(i);
+//                     System.out.print("Offset: ");
+//                     System.out.print(temp.getOffset());
+//                     System.out.print(", Length: ");
+//                     System.out.print(temp.getLength());
+//                     System.out.print(", Type: ");
+//                     System.out.print(temp.getType());
+//                     System.out.println("");
+//             }
+//             System.out.println("<<<<<List end");
+//     }
 
        private void addOuterPartitions(List list, int offset, int length,
                        FlatNode prev, FlatNode next) {