### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java,v retrieving revision 1.137 diff -u -r1.137 MessageSend.java --- compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java 1 Oct 2008 22:27:55 -0000 1.137 +++ compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java 17 Dec 2008 02:39:54 -0000 @@ -140,11 +140,10 @@ codeStream.checkcast(this.actualReceiverType); } codeStream.recordPositionsFrom(pc, this.sourceStart); - } // generate arguments generateArguments(this.binding, this.arguments, currentScope, codeStream); - + pc = codeStream.position; // actual message invocation if (this.syntheticAccessor == null){ TypeBinding constantPoolDeclaringClass = CodeStream.getConstantPoolDeclaringClass(currentScope, codegenBinding, this.actualReceiverType, this.receiver.isImplicitThis());