Index: compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java,v --- compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java 10 Apr 2006 18:55:29 -0000 1.132 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java 20 Apr 2006 15:16:09 -0000 @@ -76,6 +76,7 @@ System.arraycopy(this.methods, 0, temp, 0, this.methods.length); temp[this.methods.length] = defaultAbstract; this.methods = temp; + ReferenceBinding.sortMethods(this.methods, 0, this.methods.length - 1); } public void addDefaultAbstractMethods() { if ((this.tagBits & TagBits.KnowsDefaultAbstractMethods) != 0) return;