Parser detects wrong include files now
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / builder / State.java
index 279abb0..1e0fe32 100644 (file)
@@ -160,7 +160,7 @@ public class State {
         return;
       case IResource.FILE :
         IPath typeLocatorPath = resource.getProjectRelativePath();
-//        if (Util.isJavaFileName(typeLocatorPath.lastSegment()))
+//        if (ProjectPrefUtil.isJavaFileName(typeLocatorPath.lastSegment()))
 //          removeLocator(typeLocatorPath.toString());
     }
   }