1) Moved net.sourceforge.phpeclipse.ui\src\net\sourceforge\phpdt back to net.sourcefo...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ui / OverrideIndicatorLabelDecorator.java
index 1cf420e..f35947f 100644 (file)
@@ -50,10 +50,10 @@ public class OverrideIndicatorLabelDecorator implements ILabelDecorator,
         * Creates a decorator. The decorator creates an own image registry to cache
         * images.
         */
-       public OverrideIndicatorLabelDecorator() {
-               this(null);
-               fUseNewRegistry = true;
-       }
+//     public OverrideIndicatorLabelDecorator() {
+//             this(null);
+//             fUseNewRegistry = true;
+//     }
 
        /*
         * Creates decorator with a shared image registry.
@@ -141,7 +141,7 @@ public class OverrideIndicatorLabelDecorator implements ILabelDecorator,
         */
        protected int getOverrideIndicators(IMethod method)
                        throws JavaModelException {
-               IType type = method.getDeclaringType();
+               //IType type = method.getDeclaringType();
                // ITypeHierarchy hierarchy=
                // SuperTypeHierarchyCache.getTypeHierarchy(type);
                // if (hierarchy != null) {