Parser detects wrong include files now
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / internal / compiler / ast / Expression.java
index 9794ce1..6bc82a1 100644 (file)
@@ -244,7 +244,7 @@ public class Expression extends Statement {
 //                     codeStream.recordPositionsFrom(pc, this.sourceStart);
 //             } else {
 //                     // actual non-constant code generation
-//                     throw new ShouldNotImplement(Util.bind("ast.missingCode")); //$NON-NLS-1$
+//                     throw new ShouldNotImplement(ProjectPrefUtil.bind("ast.missingCode")); //$NON-NLS-1$
 //             }
 //     }