### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java,v retrieving revision 1.129 diff -u -r1.129 BinaryTypeBinding.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java 2 Nov 2010 16:10:54 -0000 1.129 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java 17 Nov 2010 16:33:05 -0000 @@ -570,8 +570,7 @@ int[] toSkip = null; if (iMethods != null) { total = initialTotal = iMethods.length; - boolean keepBridgeMethods = sourceLevel < ClassFileConstants.JDK1_5 - && this.environment.globalOptions.originalComplianceLevel >= ClassFileConstants.JDK1_5; + boolean keepBridgeMethods = sourceLevel < ClassFileConstants.JDK1_5; for (int i = total; --i >= 0;) { IBinaryMethod method = iMethods[i]; if ((method.getModifiers() & ClassFileConstants.AccSynthetic) != 0) {