Parser detects wrong include files now
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / JavaProjectElementInfo.java
index 54c0ca4..98b96c3 100644 (file)
@@ -96,17 +96,17 @@ class JavaProjectElementInfo extends OpenableElementInfo {
                                                String resName = res.getName();
                                                
                                                // ignore a jar file on the classpath
-//                                             if (Util.isArchiveFileName(resName) && this.isClasspathEntryOrOutputLocation(resFullPath, classpath, projectOutput)) {
+//                                             if (ProjectPrefUtil.isArchiveFileName(resName) && this.isClasspathEntryOrOutputLocation(resFullPath, classpath, projectOutput)) {
 //                                                     break;
 //                                             }
                                                // ignore .java file if src == project
                                                if (srcIsProject 
-//                                                     && Util.isValidCompilationUnitName(resName)
+//                                                     && ProjectPrefUtil.isValidCompilationUnitName(resName)
                                                        && !Util.isExcluded(res, exclusionPatterns)) {
                                                        break;
                                                }
                                                // ignore .class file if bin == project
-//                                             if (binIsProject && Util.isValidClassFileName(resName)) {
+//                                             if (binIsProject && ProjectPrefUtil.isValidClassFileName(resName)) {
 //                                                     break;
 //                                             }
                                                // else add non java resource