1) Fixed stackoverflow when clicking on entry in PHPeclipse Error Log: OverrideIndica...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ui / OverrideIndicatorLabelDecorator.java
index 1cf420e..8b63eb9 100644 (file)
@@ -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) {