improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / ReconcileWorkingCopyOperation.java
index be6bb19..64e55bf 100644 (file)
@@ -28,7 +28,7 @@ public class ReconcileWorkingCopyOperation extends JavaModelOperation {
        int astLevel;
        boolean forceProblemDetection;
        WorkingCopyOwner workingCopyOwner;
-//     org.eclipse.jdt.core.dom.CompilationUnit ast;
+//     net.sourceforge.phpdt.core.dom.CompilationUnit ast;
        
        public ReconcileWorkingCopyOperation(IJavaElement workingCopy, boolean forceProblemDetection) {
                super(new IJavaElement[] {workingCopy});
@@ -124,7 +124,6 @@ public class ReconcileWorkingCopyOperation extends JavaModelOperation {
                                        problemRequestor.beginReporting();
                                        char[] contents = workingCopy.getContents();
                                        unit = CompilationUnitProblemFinder.process(workingCopy, contents, this.workingCopyOwner, problemRequestor, false/*don't cleanup cu*/, this.progressMonitor);
-                                       
                                        CompilationUnitProblemFinder.process(workingCopy, problemRequestor, progressMonitor);
                                        problemRequestor.endReporting();
                                }