Syntax highlighting is changeable.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / lookup / MethodScope.java
index 4fe05b4..2cae6de 100644 (file)
@@ -243,7 +243,7 @@ public class MethodScope extends BlockScope {
 //                     // do not report fake used variable
 //                     if (isReportingUnusedArgument
 //                                     && local.useFlag == LocalVariableBinding.UNUSED
-//                                     && ((local.declaration.bits & AstNode.IsLocalDeclarationReachableMASK) != 0)) { // declaration is reachable
+//                                     && ((local.declaration.bits & ASTNode.IsLocalDeclarationReachableMASK) != 0)) { // declaration is reachable
 //                             this.problemReporter().unusedArgument(local.declaration);
 //                     }
 //
@@ -276,7 +276,7 @@ public class MethodScope extends BlockScope {
 //                                     this.offset++;
 //                             }
 //                             if (this.offset > 0xFF) { // no more than 255 words of arguments
-//                                     this.problemReporter().noMoreAvailableSpaceForArgument(argument, (AstNode)this.referenceContext); 
+//                                     this.problemReporter().noMoreAvailableSpaceForArgument(argument, (ASTNode)this.referenceContext); 
 //                             }
 //                     }
 //             }