Parser detects wrong include files now
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / JavaCore.java
index 64872e2..e16da97 100644 (file)
@@ -1899,7 +1899,7 @@ public class JavaCore {
        // causing some grief
        //                              Platform.run(new ISafeRunnable() {
        //                                      public void handleException(Throwable exception) {
-       //                                              Util.log(exception, "Exception occurred in classpath container
+       //                                              ProjectPrefUtil.log(exception, "Exception occurred in classpath container
        // initializer: "+initializer); //$NON-NLS-1$
        //                                      }
        //                                      public void run() throws Exception {
@@ -2048,7 +2048,7 @@ public class JavaCore {
                // be causing some grief
                //                      Platform.run(new ISafeRunnable() {
                //                              public void handleException(Throwable exception) {
-               //                                      Util.log(exception, "Exception occurred in classpath variable
+               //                                      ProjectPrefUtil.log(exception, "Exception occurred in classpath variable
                // initializer: "+initializer+" while initializing variable:
                // "+variableName); //$NON-NLS-1$ //$NON-NLS-2$
                //                              }
@@ -2778,7 +2778,7 @@ public class JavaCore {
                                                        .isExported());
 
                                case IResource.FILE:
-                                       //                                      if (Util.isArchiveFileName(resolvedResource.getName())) {
+                                       //                                      if (ProjectPrefUtil.isArchiveFileName(resolvedResource.getName())) {
                                        //                                              // internal binary archive
                                        //                                              return JavaCore.newLibraryEntry(
                                        //                                                              resolvedPath,
@@ -3971,14 +3971,14 @@ public class JavaCore {
   //   if (JavaModelManager.CP_RESOLVE_VERBOSE){
   //           System.out.println("CPContainer SET - setting container:
   // ["+containerPath+"] for projects: {" //$NON-NLS-1$ //$NON-NLS-2$
-  //                   + (Util.toString(affectedProjects,
-  //                                   new Util.Displayable(){
+  //                   + (ProjectPrefUtil.toString(affectedProjects,
+  //                                   new ProjectPrefUtil.Displayable(){
   //                                           public String displayString(Object o) { return ((IJavaProject)
   // o).getElementName(); }
   //                                   }))
   //                   + "} with values: " //$NON-NLS-1$
-  //                   + (Util.toString(respectiveContainers,
-  //                                   new Util.Displayable(){
+  //                   + (ProjectPrefUtil.toString(respectiveContainers,
+  //                                   new ProjectPrefUtil.Displayable(){
   //                                           public String displayString(Object o) { return ((IClasspathContainer)
   // o).getDescription(); }
   //                                   }))
@@ -4331,8 +4331,8 @@ public class JavaCore {
   //           
   //   if (JavaModelManager.CP_RESOLVE_VERBOSE){
   //           System.out.println("CPVariable SET - setting variables: {" +
-  // Util.toString(variableNames) //$NON-NLS-1$
-  //                   + "} with values: " + Util.toString(variablePaths)); //$NON-NLS-1$
+  // ProjectPrefUtil.toString(variableNames) //$NON-NLS-1$
+  //                   + "} with values: " + ProjectPrefUtil.toString(variablePaths)); //$NON-NLS-1$
   //   }
   //
   //   int varLength = variableNames.length;
@@ -4445,7 +4445,7 @@ public class JavaCore {
   //                                                   if (JavaModelManager.CP_RESOLVE_VERBOSE){
   //                                                           System.out.println("CPVariable SET - updating affected project:
   // ["+project.getElementName()+"] due to setting variables: "+
-  // Util.toString(dbgVariableNames)); //$NON-NLS-1$ //$NON-NLS-2$
+  // ProjectPrefUtil.toString(dbgVariableNames)); //$NON-NLS-1$ //$NON-NLS-2$
   //                                                   }
   //                                                           
   //                                                   project
@@ -4465,7 +4465,7 @@ public class JavaCore {
   //           } catch (CoreException e) {
   //                   if (JavaModelManager.CP_RESOLVE_VERBOSE){
   //                           System.out.println("CPVariable SET - FAILED DUE TO EXCEPTION:
-  // "+Util.toString(dbgVariableNames)); //$NON-NLS-1$
+  // "+ProjectPrefUtil.toString(dbgVariableNames)); //$NON-NLS-1$
   //                           e.printStackTrace();
   //                   }
   //                   if (e instanceof JavaModelException) {
@@ -4514,7 +4514,7 @@ public class JavaCore {
   //           // process deltas since last activated in indexer thread so that indexes
   // are up-to-date.
   //           // see https://bugs.eclipse.org/bugs/show_bug.cgi?id=38658
-  //           Job processSavedState = new Job(Util.bind("savedState.jobName")) {
+  //           Job processSavedState = new Job(ProjectPrefUtil.bind("savedState.jobName")) {
   // //$NON-NLS-1$
   //                   protected IStatus run(IProgressMonitor monitor) {
   //                           try {