class org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 extends org.eclipse.jdt.internal.compiler.lookup.MethodVerifier
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15
  super_class: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier
{
  void <init>(org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
         0: .line 57
            aload 0 /* this */
            aload 1 /* environment */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
         1: .line 58
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0    2     1  environment  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
    MethodParameters:
             Name  Flags
      environment  

  protected boolean canOverridingMethodDifferInErasure(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding overridingMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
         0: .line 63
            aload 1 /* overridingMethod */
            aload 2 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.areParameterErasuresEqual:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 2
         1: .line 64
            iconst_0
            ireturn
         2: .line 65
      StackMap locals:
      StackMap stack:
            aload 1 /* overridingMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isRawType:()Z
            ifeq 4
         3: .line 66
            iconst_0
            ireturn
         4: .line 67
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding overridingMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0    5     1  overridingMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    5     2   inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
                  Name  Flags
      overridingMethod  
      inheritedMethod   

  boolean canSkipInheritedMethods();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
         0: .line 71
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.superclass:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnull 3
         1: .line 72
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.superclass:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isAbstract:()Z
            ifne 2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.superclass:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isParameterizedType:()Z
            ifeq 3
         2: .line 73
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         3: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.superInterfaces:()[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_SUPERINTERFACES:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            if_acmpne 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;

  boolean canSkipInheritedMethods(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding one
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding two
         0: .line 78
            aload 2 /* two */
            ifnull 3
         1: .line 79
            aload 1 /* one */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 2 /* two */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 2
            aload 1 /* one */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isParameterizedType:()Z
            ifeq 3
         2: .line 78
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding two
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding one
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0    4     1   one  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    4     2   two  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
      Name  Flags
      one   
      two   

  void checkConcreteInheritedMethod(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
    flags: (0x0000) 
    Code:
      stack=10, locals=11, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding concreteMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] abstractMethods
         0: .line 83
            aload 0 /* this */
            aload 1 /* concreteMethod */
            aload 2 /* abstractMethods */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.checkConcreteInheritedMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
         1: .line 84
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.isAnnotationBasedNullAnalysisEnabled:Z
            istore 3 /* analyseNullAnnotations */
        start local 3 // boolean analyseNullAnnotations
         2: .line 86
            aconst_null
            astore 4 /* srcMethod */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration srcMethod
         3: .line 87
            iload 3 /* analyseNullAnnotations */
            ifeq 5
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 1 /* concreteMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 88
            aload 1 /* concreteMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.sourceMethod:()Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            astore 4 /* srcMethod */
         5: .line 89
      StackMap locals: int org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
      StackMap stack:
            iload 3 /* analyseNullAnnotations */
            ifeq 6
            aload 1 /* concreteMethod */
            aload 4 /* srcMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.hasNonNullDefaultForReturnType:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;)Z
            ifeq 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 5 /* hasReturnNonNullDefault */
        start local 5 // boolean hasReturnNonNullDefault
         8: .line 90
            iload 3 /* analyseNullAnnotations */
            ifeq 9
            aload 1 /* concreteMethod */
            aload 4 /* srcMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.hasNonNullDefaultForParameter:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;
            goto 10
      StackMap locals: int
      StackMap stack:
         9: getstatic org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider.FALSE_PROVIDER:Lorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider
        10: astore 6 /* hasParameterNonNullDefault */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider hasParameterNonNullDefault
        11: .line 92
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        12: aload 2 /* abstractMethods */
            arraylength
            istore 8 /* l */
        start local 8 // int l
        13: goto 28
        14: .line 93
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider int int
      StackMap stack:
            aload 2 /* abstractMethods */
            iload 7 /* i */
            aaload
            astore 9 /* abstractMethod */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding abstractMethod
        15: .line 94
            aload 1 /* concreteMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isVarargs:()Z
            aload 9 /* abstractMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isVarargs:()Z
            if_icmpeq 17
        16: .line 95
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* concreteMethod */
            aload 9 /* abstractMethod */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.varargsConflict:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;)V
        17: .line 98
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 9 /* abstractMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 10 /* originalInherited */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalInherited
        18: .line 99
            aload 10 /* originalInherited */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* concreteMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 21
        19: .line 100
            aload 0 /* this */
            aload 1 /* concreteMethod */
            aload 9 /* abstractMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isAcceptableReturnTypeOverride:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifne 21
        20: .line 101
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* concreteMethod */
            aload 10 /* originalInherited */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unsafeReturnTypeOverride:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;)V
        21: .line 107
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 10 /* originalInherited */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isInterface:()Z
            ifeq 25
        22: .line 108
            aload 1 /* concreteMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.superclass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 23
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.superclass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isParameterizedType:()Z
            ifeq 23
            aload 0 /* this */
            aload 1 /* concreteMethod */
            aload 10 /* originalInherited */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.areMethodsCompatible:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 24
        23: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.superclass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 10 /* originalInherited */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.findSuperTypeOriginatingFrom:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnonnull 25
        24: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 10 /* originalInherited */
            aload 1 /* concreteMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.addSyntheticBridgeMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding;
            pop
        25: .line 112
      StackMap locals:
      StackMap stack:
            iload 3 /* analyseNullAnnotations */
            ifeq 27
            aload 1 /* concreteMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifne 27
            aload 9 /* abstractMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifne 27
        26: .line 113
            aload 0 /* this */
            aload 1 /* concreteMethod */
            aload 4 /* srcMethod */
            iload 5 /* hasReturnNonNullDefault */
            aload 6 /* hasParameterNonNullDefault */
            iconst_1
            aload 9 /* abstractMethod */
            aload 2 /* abstractMethods */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.checkNullSpecInheritance:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;ZLorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;ZLorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;[Lorg/eclipse/jdt/internal/compiler/lookup/ImplicitNullAnnotationVerifier$InheritedNonNullnessInfo;)V
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalInherited
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding abstractMethod
        27: .line 92
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 7 /* i */
            iload 8 /* l */
            if_icmplt 14
        end local 8 // int l
        end local 7 // int i
        29: .line 116
            return
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider hasParameterNonNullDefault
        end local 5 // boolean hasReturnNonNullDefault
        end local 4 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration srcMethod
        end local 3 // boolean analyseNullAnnotations
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] abstractMethods
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding concreteMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   30     0                        this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0   30     1              concreteMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   30     2             abstractMethods  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            2   30     3      analyseNullAnnotations  Z
            3   30     4                   srcMethod  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            8   30     5     hasReturnNonNullDefault  Z
           11   30     6  hasParameterNonNullDefault  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;
           12   29     7                           i  I
           13   29     8                           l  I
           15   27     9              abstractMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           18   27    10           originalInherited  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
                 Name  Flags
      concreteMethod   
      abstractMethods  

  void checkForBridgeMethod(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] allInheritedMethods
         0: .line 119
            aload 1 /* currentMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isVarargs:()Z
            aload 2 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isVarargs:()Z
            if_icmpeq 2
         1: .line 120
            aload 0 /* this */
            aload 1 /* currentMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.problemReporter:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* currentMethod */
            aload 2 /* inheritedMethod */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.varargsConflict:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;)V
         2: .line 123
      StackMap locals:
      StackMap stack:
            aload 2 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 4 /* originalInherited */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalInherited
         3: .line 124
            aload 4 /* originalInherited */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 6
         4: .line 125
            aload 0 /* this */
            aload 1 /* currentMethod */
            aload 2 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isAcceptableReturnTypeOverride:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifne 6
         5: .line 126
            aload 0 /* this */
            aload 1 /* currentMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.problemReporter:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* currentMethod */
            aload 4 /* originalInherited */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unsafeReturnTypeOverride:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;)V
         6: .line 128
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 4 /* originalInherited */
            aload 1 /* currentMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.addSyntheticBridgeMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding;
            astore 5 /* bridge */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding bridge
         7: .line 129
            aload 5 /* bridge */
            ifnull 28
         8: .line 130
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         9: aload 3 /* allInheritedMethods */
            ifnonnull 10
            iconst_0
            goto 11
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding int
      StackMap stack:
        10: aload 3 /* allInheritedMethods */
            arraylength
      StackMap locals:
      StackMap stack: int
        11: istore 7 /* l */
        start local 7 // int l
        12: goto 16
        13: .line 131
      StackMap locals: int
      StackMap stack:
            aload 3 /* allInheritedMethods */
            iload 6 /* i */
            aaload
            ifnull 15
            aload 0 /* this */
            aload 4 /* originalInherited */
            aload 3 /* allInheritedMethods */
            iload 6 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.detectInheritedNameClash:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 15
        14: .line 132
            return
        15: .line 130
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 6 /* i */
            iload 7 /* l */
            if_icmplt 13
        end local 7 // int l
        end local 6 // int i
        17: .line 138
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.currentMethods:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfObject;
            aload 5 /* bridge */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            invokevirtual org.eclipse.jdt.internal.compiler.util.HashtableOfObject.get:([C)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.MethodBinding[]
            astore 6 /* current */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] current
        18: .line 139
            aload 6 /* current */
            arraylength
            iconst_1
            isub
            istore 7 /* i */
        start local 7 // int i
        19: goto 27
        20: .line 140
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int
      StackMap stack:
            aload 6 /* current */
            iload 7 /* i */
            aaload
            astore 8 /* thisMethod */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding thisMethod
        21: .line 141
            aload 8 /* thisMethod */
            aload 5 /* bridge */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.areParameterErasuresEqual:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 26
            aload 8 /* thisMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 5 /* bridge */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 26
        22: .line 143
            aload 0 /* this */
            aload 8 /* thisMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.problemReporter:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 8 /* thisMethod */
            aload 2 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isRawType:()Z
            ifeq 23
            aload 2 /* inheritedMethod */
            goto 24
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.ProblemReporter org.eclipse.jdt.internal.compiler.lookup.MethodBinding
        23: aload 2 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.ProblemReporter org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
        24: iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.methodNameClash:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;I)V
        25: .line 144
            return
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding thisMethod
        26: .line 139
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ -1
      StackMap locals:
      StackMap stack:
        27: iload 7 /* i */
            ifge 20
        end local 7 // int i
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] current
        28: .line 148
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding bridge
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalInherited
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] allInheritedMethods
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   29     0                 this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0   29     1        currentMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   29     2      inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   29     3  allInheritedMethods  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            3   29     4    originalInherited  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            7   29     5               bridge  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            9   17     6                    i  I
           12   17     7                    l  I
           18   28     6              current  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           19   28     7                    i  I
           21   26     8           thisMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
                     Name  Flags
      currentMethod        
      inheritedMethod      
      allInheritedMethods  

  void checkForNameClash(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=16, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
         0: .line 182
            aload 2 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifne 1
            aload 1 /* currentMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifeq 7
         1: .line 183
      StackMap locals:
      StackMap stack:
            aload 2 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 3 /* original */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding original
         2: .line 184
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.complianceLevel:J
            ldc 3342336
            lcmp
            iflt 6
            aload 1 /* currentMethod */
            aload 3 /* original */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.areParameterErasuresEqual:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 6
         3: .line 185
            aload 0 /* this */
            aload 1 /* currentMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.problemReporter:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* currentMethod */
            aload 2 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isRawType:()Z
            ifeq 4
            aload 2 /* inheritedMethod */
            goto 5
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.ProblemReporter org.eclipse.jdt.internal.compiler.lookup.MethodBinding
         4: aload 3 /* original */
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.ProblemReporter org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
         5: invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.methodNameClashHidden:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
         6: .line 187
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding original
         7: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* currentMethod */
            aload 2 /* inheritedMethod */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.detectNameClash:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Z)Z
            ifne 88
         8: .line 191
            aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* currentParams */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] currentParams
         9: .line 192
            aload 2 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 4 /* inheritedParams */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] inheritedParams
        10: .line 193
            aload 3 /* currentParams */
            arraylength
            istore 5 /* length */
        start local 5 // int length
        11: .line 194
            iload 5 /* length */
            aload 4 /* inheritedParams */
            arraylength
            if_icmpeq 12
            return
        12: .line 196
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        13: goto 18
        14: .line 197
      StackMap locals: int
      StackMap stack:
            aload 3 /* currentParams */
            iload 6 /* i */
            aaload
            aload 4 /* inheritedParams */
            iload 6 /* i */
            aaload
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 17
        15: .line 198
            aload 3 /* currentParams */
            iload 6 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            aload 4 /* inheritedParams */
            iload 6 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            if_icmpne 16
            aload 4 /* inheritedParams */
            iload 6 /* i */
            aaload
            aload 3 /* currentParams */
            iload 6 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 17
        16: .line 199
      StackMap locals:
      StackMap stack:
            return
        17: .line 196
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 6 /* i */
            iload 5 /* length */
            if_icmplt 14
        end local 6 // int i
        19: .line 201
            aconst_null
            astore 6 /* interfacesToVisit */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] interfacesToVisit
        20: .line 202
            iconst_0
            istore 7 /* nextPosition */
        start local 7 // int nextPosition
        21: .line 203
            aload 2 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 8 /* superType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superType
        22: .line 204
            aload 8 /* superType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.superInterfaces:()[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 9 /* itsInterfaces */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] itsInterfaces
        23: .line 205
            aload 9 /* itsInterfaces */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_SUPERINTERFACES:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            if_acmpeq 26
        24: .line 206
            aload 9 /* itsInterfaces */
            arraylength
            istore 7 /* nextPosition */
        25: .line 207
            aload 9 /* itsInterfaces */
            astore 6 /* interfacesToVisit */
        26: .line 209
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[]
      StackMap stack:
            aload 8 /* superType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.superclass:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 8 /* superType */
        27: .line 210
            goto 57
        28: .line 211
      StackMap locals:
      StackMap stack:
            aload 8 /* superType */
            aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.getMethods:([C)[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 10 /* methods */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
        29: .line 212
            iconst_0
            istore 11 /* m */
        start local 11 // int m
        30: aload 10 /* methods */
            arraylength
            istore 12 /* n */
        start local 12 // int n
        31: goto 36
        32: .line 213
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int int
      StackMap stack:
            aload 0 /* this */
            aload 10 /* methods */
            iload 11 /* m */
            aaload
            aload 1 /* currentMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.computeSubstituteMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 13 /* substitute */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding substitute
        33: .line 214
            aload 13 /* substitute */
            ifnull 35
            aload 0 /* this */
            aload 1 /* currentMethod */
            aload 13 /* substitute */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isSubstituteParameterSubsignature:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifne 35
            aload 0 /* this */
            aload 1 /* currentMethod */
            aload 13 /* substitute */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.detectNameClash:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Z)Z
            ifeq 35
        34: .line 215
            return
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding substitute
        35: .line 212
      StackMap locals:
      StackMap stack:
            iinc 11 /* m */ 1
      StackMap locals:
      StackMap stack:
        36: iload 11 /* m */
            iload 12 /* n */
            if_icmplt 32
        end local 12 // int n
        end local 11 // int m
        37: .line 217
            aload 8 /* superType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.superInterfaces:()[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 9 /* itsInterfaces */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_SUPERINTERFACES:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            if_acmpeq 56
        38: .line 218
            aload 6 /* interfacesToVisit */
            ifnonnull 42
        39: .line 219
            aload 9 /* itsInterfaces */
            astore 6 /* interfacesToVisit */
        40: .line 220
            aload 6 /* interfacesToVisit */
            arraylength
            istore 7 /* nextPosition */
        41: .line 221
            goto 56
        42: .line 222
      StackMap locals:
      StackMap stack:
            aload 9 /* itsInterfaces */
            arraylength
            istore 11 /* itsLength */
        start local 11 // int itsLength
        43: .line 223
            iload 7 /* nextPosition */
            iload 11 /* itsLength */
            iadd
            aload 6 /* interfacesToVisit */
            arraylength
            if_icmplt 45
        44: .line 224
            aload 6 /* interfacesToVisit */
            iconst_0
            iload 7 /* nextPosition */
            iload 11 /* itsLength */
            iadd
            iconst_5
            iadd
            anewarray org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            dup
            astore 6 /* interfacesToVisit */
            iconst_0
            iload 7 /* nextPosition */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        45: .line 225
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 12 /* a */
        start local 12 // int a
        46: goto 55
        47: .line 226
      StackMap locals: int
      StackMap stack:
            aload 9 /* itsInterfaces */
            iload 12 /* a */
            aaload
            astore 13 /* next */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding next
        48: .line 227
            iconst_0
            istore 14 /* b */
        start local 14 // int b
        49: goto 52
        50: .line 228
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int
      StackMap stack:
            aload 13 /* next */
            aload 6 /* interfacesToVisit */
            iload 14 /* b */
            aaload
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 51
            goto 54
        51: .line 227
      StackMap locals:
      StackMap stack:
            iinc 14 /* b */ 1
      StackMap locals:
      StackMap stack:
        52: iload 14 /* b */
            iload 7 /* nextPosition */
            if_icmplt 50
        end local 14 // int b
        53: .line 229
            aload 6 /* interfacesToVisit */
            iload 7 /* nextPosition */
            iinc 7 /* nextPosition */ 1
            aload 13 /* next */
            aastore
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding next
        54: .line 225
      StackMap locals:
      StackMap stack:
            iinc 12 /* a */ 1
      StackMap locals:
      StackMap stack:
        55: iload 12 /* a */
            iload 11 /* itsLength */
            if_icmplt 47
        end local 12 // int a
        end local 11 // int itsLength
        56: .line 233
      StackMap locals:
      StackMap stack:
            aload 8 /* superType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.superclass:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 8 /* superType */
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
        57: .line 210
      StackMap locals:
      StackMap stack:
            aload 8 /* superType */
            ifnull 58
            aload 8 /* superType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isValidBinding:()Z
            ifne 28
        58: .line 236
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        59: goto 87
        60: .line 237
      StackMap locals: int
      StackMap stack:
            aload 6 /* interfacesToVisit */
            iload 10 /* i */
            aaload
            astore 8 /* superType */
        61: .line 238
            aload 8 /* superType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isValidBinding:()Z
            ifeq 86
        62: .line 239
            aload 8 /* superType */
            aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.getMethods:([C)[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 11 /* methods */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
        63: .line 240
            iconst_0
            istore 12 /* m */
        start local 12 // int m
        64: aload 11 /* methods */
            arraylength
            istore 13 /* n */
        start local 13 // int n
        65: goto 70
        66: .line 241
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int int
      StackMap stack:
            aload 0 /* this */
            aload 11 /* methods */
            iload 12 /* m */
            aaload
            aload 1 /* currentMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.computeSubstituteMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 14 /* substitute */
        start local 14 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding substitute
        67: .line 242
            aload 14 /* substitute */
            ifnull 69
            aload 0 /* this */
            aload 1 /* currentMethod */
            aload 14 /* substitute */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isSubstituteParameterSubsignature:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifne 69
            aload 0 /* this */
            aload 1 /* currentMethod */
            aload 14 /* substitute */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.detectNameClash:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Z)Z
            ifeq 69
        68: .line 243
            return
        end local 14 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding substitute
        69: .line 240
      StackMap locals:
      StackMap stack:
            iinc 12 /* m */ 1
      StackMap locals:
      StackMap stack:
        70: iload 12 /* m */
            iload 13 /* n */
            if_icmplt 66
        end local 13 // int n
        end local 12 // int m
        71: .line 245
            aload 8 /* superType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.superInterfaces:()[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 9 /* itsInterfaces */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_SUPERINTERFACES:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            if_acmpeq 86
        72: .line 246
            aload 9 /* itsInterfaces */
            arraylength
            istore 12 /* itsLength */
        start local 12 // int itsLength
        73: .line 247
            iload 7 /* nextPosition */
            iload 12 /* itsLength */
            iadd
            aload 6 /* interfacesToVisit */
            arraylength
            if_icmplt 75
        74: .line 248
            aload 6 /* interfacesToVisit */
            iconst_0
            iload 7 /* nextPosition */
            iload 12 /* itsLength */
            iadd
            iconst_5
            iadd
            anewarray org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            dup
            astore 6 /* interfacesToVisit */
            iconst_0
            iload 7 /* nextPosition */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        75: .line 249
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 13 /* a */
        start local 13 // int a
        76: goto 85
        77: .line 250
      StackMap locals: int
      StackMap stack:
            aload 9 /* itsInterfaces */
            iload 13 /* a */
            aaload
            astore 14 /* next */
        start local 14 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding next
        78: .line 251
            iconst_0
            istore 15 /* b */
        start local 15 // int b
        79: goto 82
        80: .line 252
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int
      StackMap stack:
            aload 14 /* next */
            aload 6 /* interfacesToVisit */
            iload 15 /* b */
            aaload
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 81
            goto 84
        81: .line 251
      StackMap locals:
      StackMap stack:
            iinc 15 /* b */ 1
      StackMap locals:
      StackMap stack:
        82: iload 15 /* b */
            iload 7 /* nextPosition */
            if_icmplt 80
        end local 15 // int b
        83: .line 253
            aload 6 /* interfacesToVisit */
            iload 7 /* nextPosition */
            iinc 7 /* nextPosition */ 1
            aload 14 /* next */
            aastore
        end local 14 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding next
        84: .line 249
      StackMap locals:
      StackMap stack:
            iinc 13 /* a */ 1
      StackMap locals:
      StackMap stack:
        85: iload 13 /* a */
            iload 12 /* itsLength */
            if_icmplt 77
        end local 13 // int a
        end local 12 // int itsLength
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
        86: .line 236
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        87: iload 10 /* i */
            iload 7 /* nextPosition */
            if_icmplt 60
        end local 10 // int i
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] itsInterfaces
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superType
        end local 7 // int nextPosition
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] interfacesToVisit
        end local 5 // int length
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] inheritedParams
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] currentParams
        88: .line 259
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   89     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0   89     1      currentMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   89     2    inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            2    7     3           original  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            9   88     3      currentParams  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           10   88     4    inheritedParams  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           11   88     5             length  I
           13   19     6                  i  I
           20   88     6  interfacesToVisit  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           21   88     7       nextPosition  I
           22   88     8          superType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           23   88     9      itsInterfaces  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           29   57    10            methods  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           30   37    11                  m  I
           31   37    12                  n  I
           33   35    13         substitute  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           43   56    11          itsLength  I
           46   56    12                  a  I
           48   54    13               next  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           49   53    14                  b  I
           59   88    10                  i  I
           63   86    11            methods  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           64   71    12                  m  I
           65   71    13                  n  I
           67   69    14         substitute  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           73   86    12          itsLength  I
           76   86    13                  a  I
           78   84    14               next  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           79   83    15                  b  I
    MethodParameters:
                 Name  Flags
      currentMethod    
      inheritedMethod  

  void checkInheritedMethods(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding otherInheritedMethod
         0: .line 272
            aload 1 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifeq 1
            return
         1: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.complianceLevel:J
            ldc 3342336
            lcmp
            ifge 3
            aload 1 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isInterface:()Z
            ifeq 3
         2: .line 274
            return
         3: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 2 /* otherInheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.detectInheritedNameClash:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            pop
         4: .line 277
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding otherInheritedMethod
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0    5     1       inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    5     2  otherInheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
                      Name  Flags
      inheritedMethod       
      otherInheritedMethod  

  void checkInheritedMethods(org.eclipse.jdt.internal.compiler.lookup.MethodBinding[], int, boolean[], boolean[]);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;I[Z[Z)V
    flags: (0x0000) 
    Code:
      stack=8, locals=10, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
        start local 2 // int length
        start local 3 // boolean[] isOverridden
        start local 4 // boolean[] isInherited
         0: .line 281
            iconst_1
            istore 5 /* continueInvestigation */
        start local 5 // boolean continueInvestigation
         1: .line 282
            aconst_null
            astore 6 /* concreteMethod */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding concreteMethod
         2: .line 283
            aconst_null
            astore 7 /* abstractSuperClassMethod */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding abstractSuperClassMethod
         3: .line 284
            iconst_0
            istore 8 /* playingTrump */
        start local 8 // boolean playingTrump
         4: .line 285
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         5: goto 12
         6: .line 286
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int boolean[] boolean[] int org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding int int
      StackMap stack:
            aload 1 /* methods */
            iload 9 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isInterface:()Z
            ifne 11
         7: .line 287
            aload 1 /* methods */
            iload 9 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 11
         8: .line 288
            aload 1 /* methods */
            iload 9 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isAbstract:()Z
            ifeq 11
         9: .line 290
            aload 1 /* methods */
            iload 9 /* i */
            aaload
            astore 7 /* abstractSuperClassMethod */
        10: .line 291
            goto 13
        11: .line 285
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 9 /* i */
            iload 2 /* length */
            if_icmplt 6
        end local 9 // int i
        13: .line 294
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        14: goto 41
        15: .line 297
      StackMap locals: int
      StackMap stack:
            aload 4 /* isInherited */
            iload 9 /* i */
            baload
            ifeq 40
            aload 1 /* methods */
            iload 9 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isAbstract:()Z
            ifne 40
        16: .line 301
            aload 1 /* methods */
            iload 9 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isDefaultMethod:()Z
            ifeq 22
        17: .line 302
            aload 7 /* abstractSuperClassMethod */
            ifnull 22
        18: .line 303
            aload 7 /* abstractSuperClassMethod */
            aload 1 /* methods */
            iload 9 /* i */
            aaload
            invokestatic org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.areParametersEqual:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 22
        19: .line 304
            aload 6 /* concreteMethod */
            ifnonnull 22
        20: .line 306
            iconst_1
            istore 8 /* playingTrump */
        21: .line 307
            goto 40
        22: .line 308
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* playingTrump */
        23: .line 309
            aload 6 /* concreteMethod */
            ifnull 39
        24: .line 311
            aload 3 /* isOverridden */
            iload 9 /* i */
            baload
            ifeq 26
            aload 0 /* this */
            aload 6 /* concreteMethod */
            aload 1 /* methods */
            iload 9 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.areMethodsCompatible:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 26
        25: .line 312
            goto 40
        26: .line 320
      StackMap locals:
      StackMap stack:
            aload 6 /* concreteMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 1 /* methods */
            iload 9 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 34
        27: .line 321
            aload 6 /* concreteMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            arraylength
            aload 1 /* methods */
            iload 9 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            arraylength
            if_icmpeq 34
        28: .line 323
            aload 6 /* concreteMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPE_VARIABLES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            if_acmpne 31
        29: .line 324
            aload 6 /* concreteMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 1 /* methods */
            iload 9 /* i */
            aaload
            if_acmpne 31
        30: .line 325
            goto 40
        31: .line 326
      StackMap locals:
      StackMap stack:
            aload 1 /* methods */
            iload 9 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPE_VARIABLES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            if_acmpne 34
        32: .line 327
            aload 1 /* methods */
            iload 9 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 6 /* concreteMethod */
            if_acmpne 34
        33: .line 328
            goto 40
        34: .line 331
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 6 /* concreteMethod */
            aload 1 /* methods */
            iload 9 /* i */
            aaload
        35: .line 332
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3407872
            lcmp
            iflt 36
            iconst_1
            goto 37
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int boolean[] boolean[] int org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding int int
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.ProblemReporter org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
        36: iconst_0
        37: .line 331
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int boolean[] boolean[] int org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding int int
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.ProblemReporter org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding int
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.duplicateInheritedMethods:(Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Z)V
        38: .line 333
            iconst_0
            istore 5 /* continueInvestigation */
        39: .line 335
      StackMap locals:
      StackMap stack:
            aload 1 /* methods */
            iload 9 /* i */
            aaload
            astore 6 /* concreteMethod */
        40: .line 294
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        41: iload 9 /* i */
            iload 2 /* length */
            if_icmplt 15
        end local 9 // int i
        42: .line 339
            iload 5 /* continueInvestigation */
            ifeq 52
        43: .line 340
            iload 8 /* playingTrump */
            ifeq 47
        44: .line 342
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isAbstract:()Z
            ifne 51
        45: .line 343
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 7 /* abstractSuperClassMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.abstractMethodMustBeImplemented:(Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
        46: .line 344
            return
        47: .line 347
      StackMap locals:
      StackMap stack:
            aload 6 /* concreteMethod */
            ifnull 51
            aload 6 /* concreteMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isDefaultMethod:()Z
            ifeq 51
        48: .line 348
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.complianceLevel:J
            ldc 3407872
            lcmp
            iflt 51
        49: .line 349
            aload 0 /* this */
            aload 1 /* methods */
            aload 3 /* isOverridden */
            iload 2 /* length */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.checkInheritedDefaultMethods:([Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[ZI)Z
            ifne 51
        50: .line 350
            return
        51: .line 354
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methods */
            iload 2 /* length */
            aload 3 /* isOverridden */
            aload 4 /* isInherited */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.checkInheritedMethods:([Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;I[Z[Z)V
        52: .line 356
      StackMap locals:
      StackMap stack:
            return
        end local 8 // boolean playingTrump
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding abstractSuperClassMethod
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding concreteMethod
        end local 5 // boolean continueInvestigation
        end local 4 // boolean[] isInherited
        end local 3 // boolean[] isOverridden
        end local 2 // int length
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   53     0                      this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0   53     1                   methods  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   53     2                    length  I
            0   53     3              isOverridden  [Z
            0   53     4               isInherited  [Z
            1   53     5     continueInvestigation  Z
            2   53     6            concreteMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            3   53     7  abstractSuperClassMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            4   53     8              playingTrump  Z
            5   13     9                         i  I
           14   42     9                         i  I
    MethodParameters:
              Name  Flags
      methods       
      length        
      isOverridden  
      isInherited   

  boolean checkInheritedDefaultMethods(org.eclipse.jdt.internal.compiler.lookup.MethodBinding[], boolean[], int);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[ZI)Z
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
        start local 2 // boolean[] isOverridden
        start local 3 // int length
         0: .line 360
            iload 3 /* length */
            iconst_2
            if_icmpge 1
            iconst_1
            ireturn
         1: .line 361
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* ok */
        start local 4 // boolean ok
         2: .line 362
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 16
         4: .line 363
      StackMap locals: int int
      StackMap stack:
            aload 1 /* methods */
            iload 5 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isDefaultMethod:()Z
            ifeq 15
            aload 2 /* isOverridden */
            iload 5 /* i */
            baload
            ifne 15
         5: .line 364
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         6: goto 14
         7: .line 365
      StackMap locals: int
      StackMap stack:
            iload 6 /* j */
            iload 5 /* i */
            if_icmpeq 13
            aload 2 /* isOverridden */
            iload 6 /* j */
            baload
            ifeq 8
            goto 13
         8: .line 366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methods */
            iload 5 /* i */
            aaload
            aload 1 /* methods */
            iload 6 /* j */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isMethodSubsignature:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 13
         9: .line 367
            aload 0 /* this */
            aload 1 /* methods */
            iload 5 /* i */
            aaload
            aload 1 /* methods */
            iload 6 /* j */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.doesMethodOverride:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifne 13
            aload 0 /* this */
            aload 1 /* methods */
            iload 6 /* j */
            aaload
            aload 1 /* methods */
            iload 5 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.doesMethodOverride:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifne 13
        10: .line 368
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 1 /* methods */
            iload 5 /* i */
            aaload
            aload 1 /* methods */
            iload 6 /* j */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.inheritedDefaultMethodConflictsWithOtherInherited:(Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
        11: .line 369
            iconst_0
            istore 4 /* ok */
        12: .line 370
            goto 15
        13: .line 364
      StackMap locals:
      StackMap stack:
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* j */
            iload 3 /* length */
            if_icmplt 7
        end local 6 // int j
        15: .line 362
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 5 /* i */
            iload 3 /* length */
            if_icmplt 4
        end local 5 // int i
        17: .line 376
            iload 4 /* ok */
            ireturn
        end local 4 // boolean ok
        end local 3 // int length
        end local 2 // boolean[] isOverridden
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   18     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0   18     1       methods  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   18     2  isOverridden  [Z
            0   18     3        length  I
            2   18     4            ok  Z
            3   17     5             i  I
            6   15     6             j  I
    MethodParameters:
              Name  Flags
      methods       
      isOverridden  
      length        

  boolean checkInheritedReturnTypes(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding otherMethod
         0: .line 380
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* otherMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.areReturnTypesCompatible:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 1
            iconst_1
            ireturn
         1: .line 389
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* otherMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isUnsafeReturnTypeOverride:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 5
         2: .line 390
            aload 1 /* method */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 2 /* otherMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.implementsInterface:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Z)Z
            ifne 4
         3: .line 391
            aload 0 /* this */
            aload 1 /* method */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.problemReporter:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* method */
            aload 2 /* otherMethod */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unsafeReturnTypeOverride:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;)V
         4: .line 392
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         5: .line 395
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding otherMethod
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0    6     1       method  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    6     2  otherMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
             Name  Flags
      method       
      otherMethod  

  void checkAgainstInheritedMethods(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding[], int, org.eclipse.jdt.internal.compiler.lookup.MethodBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
    flags: (0x0000) 
    Code:
      stack=10, locals=10, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
        start local 3 // int length
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] allInheritedMethods
         0: .line 400
            aload 0 /* this */
            aload 1 /* currentMethod */
            aload 2 /* methods */
            iload 3 /* length */
            aload 4 /* allInheritedMethods */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.checkAgainstInheritedMethods:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
         1: .line 401
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            astore 5 /* options */
        start local 5 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions options
         2: .line 402
            aload 5 /* options */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.isAnnotationBasedNullAnalysisEnabled:Z
            ifeq 14
         3: .line 403
            aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 4096
            land
            lconst_0
            lcmp
            ifne 14
         4: .line 406
            aconst_null
            astore 6 /* srcMethod */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration srcMethod
         5: .line 407
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 408
            aload 1 /* currentMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.sourceMethod:()Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            astore 6 /* srcMethod */
         7: .line 409
      StackMap locals: org.eclipse.jdt.internal.compiler.impl.CompilerOptions org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
      StackMap stack:
            aload 1 /* currentMethod */
            aload 6 /* srcMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.hasNonNullDefaultForReturnType:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;)Z
            istore 7 /* hasReturnNonNullDefault */
        start local 7 // boolean hasReturnNonNullDefault
         8: .line 410
            aload 1 /* currentMethod */
            aload 6 /* srcMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.hasNonNullDefaultForParameter:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;
            astore 8 /* hasParameterNonNullDefault */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider hasParameterNonNullDefault
         9: .line 411
            iload 3 /* length */
            istore 9 /* i */
        start local 9 // int i
        10: goto 13
        11: .line 412
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider int
      StackMap stack:
            aload 1 /* currentMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifne 13
            aload 2 /* methods */
            iload 9 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifne 13
        12: .line 413
            aload 0 /* this */
            aload 1 /* currentMethod */
            aload 6 /* srcMethod */
            iload 7 /* hasReturnNonNullDefault */
            aload 8 /* hasParameterNonNullDefault */
            iconst_1
            aload 2 /* methods */
            iload 9 /* i */
            aaload
            aload 2 /* methods */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.checkNullSpecInheritance:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;ZLorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;ZLorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;[Lorg/eclipse/jdt/internal/compiler/lookup/ImplicitNullAnnotationVerifier$InheritedNonNullnessInfo;)V
        13: .line 411
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ -1
            iload 9 /* i */
            ifge 11
        end local 9 // int i
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider hasParameterNonNullDefault
        end local 7 // boolean hasReturnNonNullDefault
        end local 6 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration srcMethod
        14: .line 415
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] org.eclipse.jdt.internal.compiler.impl.CompilerOptions
      StackMap stack:
            return
        end local 5 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions options
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] allInheritedMethods
        end local 3 // int length
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   15     0                        this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0   15     1               currentMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   15     2                     methods  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   15     3                      length  I
            0   15     4         allInheritedMethods  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            2   15     5                     options  Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            5   14     6                   srcMethod  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            8   14     7     hasReturnNonNullDefault  Z
            9   14     8  hasParameterNonNullDefault  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;
           10   14     9                           i  I
    MethodParameters:
                     Name  Flags
      currentMethod        
      methods              
      length               
      allInheritedMethods  

  void checkNullSpecInheritance(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration, boolean, org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider, boolean, org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding[], org.eclipse.jdt.internal.compiler.lookup.Scope, org.eclipse.jdt.internal.compiler.lookup.ImplicitNullAnnotationVerifier$InheritedNonNullnessInfo[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;ZLorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;ZLorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;[Lorg/eclipse/jdt/internal/compiler/lookup/ImplicitNullAnnotationVerifier$InheritedNonNullnessInfo;)V
    flags: (0x0000) 
    Code:
      stack=10, locals=10, args_size=10
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        start local 2 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration srcMethod
        start local 3 // boolean hasReturnNonNullDefault
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider hasParameterNonNullDefault
        start local 5 // boolean complain
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] allInherited
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.ImplicitNullAnnotationVerifier$InheritedNonNullnessInfo[] inheritedNonNullnessInfos
         0: .line 421
            iload 5 /* complain */
            aload 1 /* currentMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isConstructor:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack: int
         1: iconst_1
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration int org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider int org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] org.eclipse.jdt.internal.compiler.lookup.Scope org.eclipse.jdt.internal.compiler.lookup.ImplicitNullAnnotationVerifier$InheritedNonNullnessInfo[]
      StackMap stack: int int
         2: iand
            istore 5 /* complain */
         3: .line 422
            iload 3 /* hasReturnNonNullDefault */
            ifne 6
            aload 4 /* hasParameterNonNullDefault */
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider.hasAnyNonNullDefault:()Z
            ifne 6
            iload 5 /* complain */
            ifne 6
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.inheritNullAnnotations:Z
            ifne 6
         4: .line 424
            aload 1 /* currentMethod */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 4096
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
         5: .line 425
            return
         6: .line 428
      StackMap locals:
      StackMap stack:
            aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 9
         7: .line 429
            aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 4096
            land
            lconst_0
            lcmp
            ifne 9
         8: .line 431
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.buddyImplicitNullAnnotationsVerifier:Lorg/eclipse/jdt/internal/compiler/lookup/ImplicitNullAnnotationVerifier;
            aload 1 /* currentMethod */
            aload 2 /* srcMethod */
            iload 5 /* complain */
            aload 8 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ImplicitNullAnnotationVerifier.checkImplicitNullAnnotations:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;ZLorg/eclipse/jdt/internal/compiler/lookup/Scope;)V
         9: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* currentMethod */
            aload 2 /* srcMethod */
            iload 3 /* hasReturnNonNullDefault */
            aload 4 /* hasParameterNonNullDefault */
            iload 5 /* complain */
            aload 6 /* inheritedMethod */
            aload 7 /* allInherited */
            aload 8 /* scope */
            aload 9 /* inheritedNonNullnessInfos */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.checkNullSpecInheritance:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;ZLorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;ZLorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;[Lorg/eclipse/jdt/internal/compiler/lookup/ImplicitNullAnnotationVerifier$InheritedNonNullnessInfo;)V
        10: .line 434
            return
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.ImplicitNullAnnotationVerifier$InheritedNonNullnessInfo[] inheritedNonNullnessInfos
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] allInherited
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        end local 5 // boolean complain
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ParameterNonNullDefaultProvider hasParameterNonNullDefault
        end local 3 // boolean hasReturnNonNullDefault
        end local 2 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration srcMethod
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   11     0                        this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0   11     1               currentMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   11     2                   srcMethod  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            0   11     3     hasReturnNonNullDefault  Z
            0   11     4  hasParameterNonNullDefault  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider;
            0   11     5                    complain  Z
            0   11     6             inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   11     7                allInherited  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   11     8                       scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            0   11     9   inheritedNonNullnessInfos  [Lorg/eclipse/jdt/internal/compiler/lookup/ImplicitNullAnnotationVerifier$InheritedNonNullnessInfo;
    MethodParameters:
                            Name  Flags
      currentMethod               
      srcMethod                   
      hasReturnNonNullDefault     
      hasParameterNonNullDefault  
      complain                    
      inheritedMethod             
      allInherited                
      scope                       
      inheritedNonNullnessInfos   

  void reportRawReferences();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=15, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
         0: .line 437
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            astore 1 /* compilerOptions */
        start local 1 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions
         1: .line 438
            aload 1 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3211264
            lcmp
            iflt 3
         2: .line 439
            aload 1 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.reportUnavoidableGenericTypeProblems:Z
            ifeq 4
         3: .line 440
      StackMap locals: org.eclipse.jdt.internal.compiler.impl.CompilerOptions
      StackMap stack:
            return
         4: .line 445
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.currentMethods:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfObject;
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfObject.valueTable:[Ljava/lang/Object;
            astore 2 /* methodArray */
        start local 2 // java.lang.Object[] methodArray
         5: .line 446
            aload 2 /* methodArray */
            arraylength
            istore 3 /* s */
        start local 3 // int s
         6: goto 39
         7: .line 447
      StackMap locals: java.lang.Object[] int
      StackMap stack:
            aload 2 /* methodArray */
            iload 3 /* s */
            aaload
            ifnonnull 8
            goto 39
         8: .line 448
      StackMap locals:
      StackMap stack:
            aload 2 /* methodArray */
            iload 3 /* s */
            aaload
            checkcast org.eclipse.jdt.internal.compiler.lookup.MethodBinding[]
            astore 4 /* current */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] current
         9: .line 449
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        10: aload 4 /* current */
            arraylength
            istore 6 /* length */
        start local 6 // int length
        11: goto 38
        12: .line 450
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int int
      StackMap stack:
            aload 4 /* current */
            iload 5 /* i */
            aaload
            astore 7 /* currentMethod */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        13: .line 451
            aload 7 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 805306368
            iand
            ifne 37
        14: .line 452
            aload 7 /* currentMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.sourceMethod:()Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            astore 8 /* methodDecl */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDecl
        15: .line 453
            aload 8 /* methodDecl */
            ifnonnull 16
            return
        16: .line 454
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
      StackMap stack:
            aload 7 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 9 /* parameterTypes */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameterTypes
        17: .line 455
            aload 8 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            astore 10 /* arguments */
        start local 10 // org.eclipse.jdt.internal.compiler.ast.Argument[] arguments
        18: .line 456
            iconst_0
            istore 11 /* j */
        start local 11 // int j
        19: aload 7 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 12 /* size */
        start local 12 // int size
        20: goto 28
        21: .line 457
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.impl.CompilerOptions java.lang.Object[] int org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int int org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.ast.Argument[] int int
      StackMap stack:
            aload 9 /* parameterTypes */
            iload 11 /* j */
            aaload
            astore 13 /* parameterType */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding parameterType
        22: .line 458
            aload 10 /* arguments */
            iload 11 /* j */
            aaload
            astore 14 /* arg */
        start local 14 // org.eclipse.jdt.internal.compiler.ast.Argument arg
        23: .line 459
            aload 13 /* parameterType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isRawType:()Z
            ifeq 27
        24: .line 460
            aload 1 /* compilerOptions */
            ldc 536936448
            invokevirtual org.eclipse.jdt.internal.compiler.impl.CompilerOptions.getSeverity:(I)I
            sipush 256
            if_icmpeq 27
        25: .line 461
            aload 14 /* arg */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.bits:I
            ldc 1073741824
            iand
            ifne 27
        26: .line 462
            aload 8 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 14 /* arg */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 13 /* parameterType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.rawTypeReference:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        end local 14 // org.eclipse.jdt.internal.compiler.ast.Argument arg
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding parameterType
        27: .line 456
      StackMap locals:
      StackMap stack:
            iinc 11 /* j */ 1
      StackMap locals:
      StackMap stack:
        28: iload 11 /* j */
            iload 12 /* size */
            if_icmplt 21
        end local 12 // int size
        end local 11 // int j
        29: .line 465
            aload 8 /* methodDecl */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.isConstructor:()Z
            ifne 37
            aload 8 /* methodDecl */
            instanceof org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
            ifeq 37
        30: .line 466
            aload 8 /* methodDecl */
            checkcast org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
            getfield org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.returnType:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            astore 11 /* returnType */
        start local 11 // org.eclipse.jdt.internal.compiler.ast.TypeReference returnType
        31: .line 467
            aload 7 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 12 /* methodType */
        start local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding methodType
        32: .line 468
            aload 11 /* returnType */
            ifnull 37
        33: .line 469
            aload 12 /* methodType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isRawType:()Z
            ifeq 37
        34: .line 470
            aload 1 /* compilerOptions */
            ldc 536936448
            invokevirtual org.eclipse.jdt.internal.compiler.impl.CompilerOptions.getSeverity:(I)I
            sipush 256
            if_icmpeq 37
        35: .line 471
            aload 11 /* returnType */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.bits:I
            ldc 1073741824
            iand
            ifne 37
        36: .line 472
            aload 8 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 11 /* returnType */
            aload 12 /* methodType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.rawTypeReference:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        end local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding methodType
        end local 11 // org.eclipse.jdt.internal.compiler.ast.TypeReference returnType
        end local 10 // org.eclipse.jdt.internal.compiler.ast.Argument[] arguments
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameterTypes
        end local 8 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDecl
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        37: .line 449
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.impl.CompilerOptions java.lang.Object[] int org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int int
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        38: iload 5 /* i */
            iload 6 /* length */
            if_icmplt 12
        end local 6 // int length
        end local 5 // int i
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] current
        39: .line 446
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ -1
            iload 3 /* s */
            ifge 7
        end local 3 // int s
        40: .line 479
            return
        end local 2 // java.lang.Object[] methodArray
        end local 1 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   41     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            1   41     1  compilerOptions  Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            5   41     2      methodArray  [Ljava/lang/Object;
            6   40     3                s  I
            9   39     4          current  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           10   39     5                i  I
           11   39     6           length  I
           13   37     7    currentMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           15   37     8       methodDecl  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
           17   37     9   parameterTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           18   37    10        arguments  [Lorg/eclipse/jdt/internal/compiler/ast/Argument;
           19   29    11                j  I
           20   29    12             size  I
           22   27    13    parameterType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           23   27    14              arg  Lorg/eclipse/jdt/internal/compiler/ast/Argument;
           31   37    11       returnType  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           32   37    12       methodType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;

  public void reportRawReferences(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
         0: .line 482
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            astore 3 /* compilerOptions */
        start local 3 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions
         1: .line 483
            aload 3 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3211264
            lcmp
            iflt 3
         2: .line 484
            aload 3 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.reportUnavoidableGenericTypeProblems:Z
            ifeq 4
         3: .line 485
      StackMap locals: org.eclipse.jdt.internal.compiler.impl.CompilerOptions
      StackMap stack:
            return
         4: .line 487
      StackMap locals:
      StackMap stack:
            aload 1 /* currentMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.sourceMethod:()Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            astore 4 /* methodDecl */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDecl
         5: .line 488
            aload 4 /* methodDecl */
            ifnonnull 6
            return
         6: .line 489
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
      StackMap stack:
            aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 5 /* parameterTypes */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameterTypes
         7: .line 490
            aload 2 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 6 /* inheritedParameterTypes */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] inheritedParameterTypes
         8: .line 491
            aload 4 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            astore 7 /* arguments */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.Argument[] arguments
         9: .line 492
            iconst_0
            istore 8 /* j */
        start local 8 // int j
        10: aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 9 /* size */
        start local 9 // int size
        11: goto 23
        12: .line 493
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.impl.CompilerOptions org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.ast.Argument[] int int
      StackMap stack:
            aload 5 /* parameterTypes */
            iload 8 /* j */
            aaload
            astore 10 /* parameterType */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding parameterType
        13: .line 494
            aload 6 /* inheritedParameterTypes */
            iload 8 /* j */
            aaload
            astore 11 /* inheritedParameterType */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding inheritedParameterType
        14: .line 495
            aload 7 /* arguments */
            iload 8 /* j */
            aaload
            astore 12 /* arg */
        start local 12 // org.eclipse.jdt.internal.compiler.ast.Argument arg
        15: .line 496
            aload 10 /* parameterType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isRawType:()Z
            ifeq 22
        16: .line 497
            aload 11 /* inheritedParameterType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isRawType:()Z
            ifeq 19
        17: .line 498
            aload 12 /* arg */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.tagBits:J
            ldc 512
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.tagBits:J
        18: .line 499
            goto 22
        19: .line 500
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.ast.Argument
      StackMap stack:
            aload 3 /* compilerOptions */
            ldc 536936448
            invokevirtual org.eclipse.jdt.internal.compiler.impl.CompilerOptions.getSeverity:(I)I
            sipush 256
            if_icmpeq 22
        20: .line 501
            aload 12 /* arg */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.bits:I
            ldc 1073741824
            iand
            ifne 22
        21: .line 502
            aload 4 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 12 /* arg */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 10 /* parameterType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.rawTypeReference:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        end local 12 // org.eclipse.jdt.internal.compiler.ast.Argument arg
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding inheritedParameterType
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding parameterType
        22: .line 492
      StackMap locals:
      StackMap stack:
            iinc 8 /* j */ 1
      StackMap locals:
      StackMap stack:
        23: iload 8 /* j */
            iload 9 /* size */
            if_icmplt 12
        end local 9 // int size
        end local 8 // int j
        24: .line 507
            aconst_null
            astore 8 /* returnType */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.TypeReference returnType
        25: .line 508
            aload 4 /* methodDecl */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.isConstructor:()Z
            ifne 33
            aload 4 /* methodDecl */
            instanceof org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
            ifeq 33
            aload 4 /* methodDecl */
            checkcast org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
            getfield org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.returnType:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            dup
            astore 8 /* returnType */
            ifnull 33
        26: .line 509
            aload 2 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 9 /* inheritedMethodType */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding inheritedMethodType
        27: .line 510
            aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 10 /* methodType */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding methodType
        28: .line 511
            aload 10 /* methodType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isRawType:()Z
            ifeq 33
        29: .line 512
            aload 9 /* inheritedMethodType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isRawType:()Z
            ifne 33
        30: .line 515
            aload 8 /* returnType */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.bits:I
            ldc 1073741824
            iand
            ifne 33
        31: .line 516
            aload 3 /* compilerOptions */
            ldc 536936448
            invokevirtual org.eclipse.jdt.internal.compiler.impl.CompilerOptions.getSeverity:(I)I
            sipush 256
            if_icmpeq 33
        32: .line 517
            aload 4 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 8 /* returnType */
            aload 10 /* methodType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.rawTypeReference:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding methodType
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding inheritedMethodType
        33: .line 522
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.impl.CompilerOptions org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.ast.Argument[] org.eclipse.jdt.internal.compiler.ast.TypeReference
      StackMap stack:
            return
        end local 8 // org.eclipse.jdt.internal.compiler.ast.TypeReference returnType
        end local 7 // org.eclipse.jdt.internal.compiler.ast.Argument[] arguments
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] inheritedParameterTypes
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameterTypes
        end local 4 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDecl
        end local 3 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   34     0                     this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0   34     1            currentMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   34     2          inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1   34     3          compilerOptions  Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            5   34     4               methodDecl  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            7   34     5           parameterTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            8   34     6  inheritedParameterTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            9   34     7                arguments  [Lorg/eclipse/jdt/internal/compiler/ast/Argument;
           10   24     8                        j  I
           11   24     9                     size  I
           13   22    10            parameterType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           14   22    11   inheritedParameterType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           15   22    12                      arg  Lorg/eclipse/jdt/internal/compiler/ast/Argument;
           25   34     8               returnType  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           27   33     9      inheritedMethodType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           28   33    10               methodType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
                 Name  Flags
      currentMethod    
      inheritedMethod  

  void checkMethods();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=23, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
         0: .line 526
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.mustImplementAbstractMethods:()Z
            istore 1 /* mustImplementAbstractMethods */
        start local 1 // boolean mustImplementAbstractMethods
         1: .line 527
            iload 1 /* mustImplementAbstractMethods */
            ifeq 2
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.canSkipInheritedMethods:()Z
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 2 /* skipInheritedMethods */
        start local 2 // boolean skipInheritedMethods
         4: .line 528
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isOrEnclosedByPrivateType:()Z
            istore 3 /* isOrEnclosedByPrivateType */
        start local 3 // boolean isOrEnclosedByPrivateType
         5: .line 529
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.inheritedMethods:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfObject;
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfObject.keyTable:[[C
            astore 4 /* methodSelectors */
        start local 4 // char[][] methodSelectors
         6: .line 530
            aload 4 /* methodSelectors */
            arraylength
            istore 5 /* s */
        start local 5 // int s
         7: goto 154
         8: .line 531
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 int int int char[][] int
      StackMap stack:
            aload 4 /* methodSelectors */
            iload 5 /* s */
            aaload
            ifnonnull 9
            goto 154
         9: .line 532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.currentMethods:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfObject;
            aload 4 /* methodSelectors */
            iload 5 /* s */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.util.HashtableOfObject.get:([C)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.MethodBinding[]
            astore 6 /* current */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] current
        10: .line 533
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.inheritedMethods:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfObject;
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfObject.valueTable:[Ljava/lang/Object;
            iload 5 /* s */
            aaload
            checkcast org.eclipse.jdt.internal.compiler.lookup.MethodBinding[]
            astore 7 /* inherited */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] inherited
        11: .line 535
            aload 7 /* inherited */
            aload 7 /* inherited */
            arraylength
            invokestatic org.eclipse.jdt.internal.compiler.util.Sorting.concreteFirst:([Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;I)[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 7 /* inherited */
        12: .line 539
            aload 6 /* current */
            ifnonnull 19
            iload 3 /* isOrEnclosedByPrivateType */
            ifne 19
        13: .line 540
            aload 7 /* inherited */
            arraylength
            istore 8 /* length */
        start local 8 // int length
        14: .line 541
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        15: goto 18
        16: .line 542
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 int int int char[][] int org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int int
      StackMap stack:
            aload 7 /* inherited */
            iload 9 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 134217728
            ior
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
        17: .line 541
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 9 /* i */
            iload 8 /* length */
            if_icmplt 16
        end local 9 // int i
        end local 8 // int length
        19: .line 545
      StackMap locals:
      StackMap stack:
            aload 6 /* current */
            ifnonnull 28
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isPublic:()Z
            ifeq 28
        20: .line 546
            aload 7 /* inherited */
            arraylength
            istore 8 /* length */
        start local 8 // int length
        21: .line 547
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        22: goto 27
        23: .line 548
      StackMap locals: int int
      StackMap stack:
            aload 7 /* inherited */
            iload 9 /* i */
            aaload
            astore 10 /* inheritedMethod */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        24: .line 549
            aload 10 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPublic:()Z
            ifeq 26
            aload 10 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isInterface:()Z
            ifne 26
            aload 10 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isPublic:()Z
            ifne 26
        25: .line 550
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 10 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.addSyntheticBridgeMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding;
            pop
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        26: .line 547
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 9 /* i */
            iload 8 /* length */
            if_icmplt 23
        end local 9 // int i
        end local 8 // int length
        28: .line 554
      StackMap locals:
      StackMap stack:
            aload 6 /* current */
            ifnonnull 30
            iload 2 /* skipInheritedMethods */
            ifeq 30
        29: .line 555
            goto 154
        30: .line 557
      StackMap locals:
      StackMap stack:
            aload 7 /* inherited */
            arraylength
            iconst_1
            if_icmpne 34
            aload 6 /* current */
            ifnonnull 34
        31: .line 558
            iload 1 /* mustImplementAbstractMethods */
            ifeq 154
            aload 7 /* inherited */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isAbstract:()Z
            ifeq 154
        32: .line 559
            aload 0 /* this */
            aload 7 /* inherited */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.checkAbstractMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
        33: .line 560
            goto 154
        34: .line 563
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 8 /* index */
        start local 8 // int index
        35: .line 564
            aload 7 /* inherited */
            arraylength
            istore 9 /* inheritedLength */
        start local 9 // int inheritedLength
        36: .line 565
            iload 9 /* inheritedLength */
            anewarray org.eclipse.jdt.internal.compiler.lookup.MethodBinding
            astore 10 /* matchingInherited */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] matchingInherited
        37: .line 566
            iload 9 /* inheritedLength */
            anewarray org.eclipse.jdt.internal.compiler.lookup.MethodBinding
            astore 11 /* foundMatch */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] foundMatch
        38: .line 572
            iload 9 /* inheritedLength */
            newarray 4
            astore 12 /* skip */
        start local 12 // boolean[] skip
        39: .line 573
            iload 9 /* inheritedLength */
            newarray 4
            astore 13 /* isOverridden */
        start local 13 // boolean[] isOverridden
        40: .line 574
            iload 9 /* inheritedLength */
            newarray 4
            astore 14 /* isInherited */
        start local 14 // boolean[] isInherited
        41: .line 575
            aload 14 /* isInherited */
            iconst_1
            invokestatic java.util.Arrays.fill:([ZZ)V
        42: .line 576
            aload 6 /* current */
            ifnull 71
        43: .line 577
            iconst_0
            istore 15 /* i */
        start local 15 // int i
        44: aload 6 /* current */
            arraylength
            istore 16 /* length1 */
        start local 16 // int length1
        45: goto 70
        46: .line 578
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 int int int char[][] int org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int int org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] boolean[] boolean[] boolean[] int int
      StackMap stack:
            aload 6 /* current */
            iload 15 /* i */
            aaload
            astore 17 /* currentMethod */
        start local 17 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        47: .line 579
            aconst_null
            astore 18 /* nonMatchingInherited */
        start local 18 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] nonMatchingInherited
        48: .line 580
            iconst_0
            istore 19 /* j */
        start local 19 // int j
        49: goto 63
        50: .line 581
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int
      StackMap stack:
            aload 0 /* this */
            aload 7 /* inherited */
            iload 19 /* j */
            aaload
            aload 17 /* currentMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.computeSubstituteMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 20 /* inheritedMethod */
        start local 20 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        51: .line 582
            aload 20 /* inheritedMethod */
            ifnull 62
        52: .line 583
            aload 11 /* foundMatch */
            iload 19 /* j */
            aaload
            ifnonnull 57
            aload 0 /* this */
            aload 17 /* currentMethod */
            aload 20 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isSubstituteParameterSubsignature:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 57
        53: .line 585
            aload 13 /* isOverridden */
            iload 19 /* j */
            aload 12 /* skip */
            iload 19 /* j */
            aload 17 /* currentMethod */
            aload 20 /* inheritedMethod */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.couldMethodOverride:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            dup_x2
            bastore
            bastore
        54: .line 586
            aload 10 /* matchingInherited */
            iinc 8 /* index */ 1
            iload 8 /* index */
            aload 20 /* inheritedMethod */
            aastore
        55: .line 587
            aload 11 /* foundMatch */
            iload 19 /* j */
            aload 17 /* currentMethod */
            aastore
        56: .line 588
            goto 62
        57: .line 590
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 0 /* this */
            aload 17 /* currentMethod */
            aload 20 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.checkForNameClash:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
        58: .line 591
            iload 9 /* inheritedLength */
            iconst_1
            if_icmple 62
        59: .line 592
            aload 18 /* nonMatchingInherited */
            ifnonnull 61
        60: .line 593
            iload 9 /* inheritedLength */
            anewarray org.eclipse.jdt.internal.compiler.lookup.MethodBinding
            astore 18 /* nonMatchingInherited */
        61: .line 594
      StackMap locals:
      StackMap stack:
            aload 18 /* nonMatchingInherited */
            iload 19 /* j */
            aload 20 /* inheritedMethod */
            aastore
        end local 20 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        62: .line 580
      StackMap locals:
      StackMap stack:
            iinc 19 /* j */ 1
      StackMap locals:
      StackMap stack:
        63: iload 19 /* j */
            iload 9 /* inheritedLength */
            if_icmplt 50
        end local 19 // int j
        64: .line 599
            iload 8 /* index */
            iflt 69
        65: .line 603
            aload 0 /* this */
            aload 17 /* currentMethod */
            aload 10 /* matchingInherited */
            iload 8 /* index */
            iconst_1
            iadd
            aload 18 /* nonMatchingInherited */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.checkAgainstInheritedMethods:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
        66: .line 604
            goto 68
      StackMap locals:
      StackMap stack:
        67: aload 10 /* matchingInherited */
            iload 8 /* index */
            iinc 8 /* index */ -1
            aconst_null
            aastore
      StackMap locals:
      StackMap stack:
        68: iload 8 /* index */
            ifge 67
        end local 18 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] nonMatchingInherited
        end local 17 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        69: .line 577
      StackMap locals:
      StackMap stack:
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
        70: iload 15 /* i */
            iload 16 /* length1 */
            if_icmplt 46
        end local 16 // int length1
        end local 15 // int i
        71: .line 610
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 15 /* i */
        start local 15 // int i
        72: goto 95
        73: .line 611
      StackMap locals: int
      StackMap stack:
            aload 11 /* foundMatch */
            iload 15 /* i */
            aaload
            astore 16 /* matchMethod */
        start local 16 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding matchMethod
        74: .line 613
            aload 16 /* matchMethod */
            ifnonnull 78
            aload 6 /* current */
            ifnull 78
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isPublic:()Z
            ifeq 78
        75: .line 614
            aload 7 /* inherited */
            iload 15 /* i */
            aaload
            astore 17 /* inheritedMethod */
        start local 17 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        76: .line 615
            aload 17 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPublic:()Z
            ifeq 78
            aload 17 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isInterface:()Z
            ifne 78
            aload 17 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isPublic:()Z
            ifne 78
        77: .line 616
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 17 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.addSyntheticBridgeMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding;
            pop
        end local 17 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        78: .line 621
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            iload 3 /* isOrEnclosedByPrivateType */
            ifne 80
            aload 16 /* matchMethod */
            ifnonnull 80
            aload 6 /* current */
            ifnull 80
        79: .line 622
            aload 7 /* inherited */
            iload 15 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 134217728
            ior
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
        80: .line 624
      StackMap locals:
      StackMap stack:
            aload 7 /* inherited */
            iload 15 /* i */
            aaload
            astore 17 /* inheritedMethod */
        start local 17 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        81: .line 625
            iload 15 /* i */
            iconst_1
            iadd
            istore 18 /* j */
        start local 18 // int j
        82: goto 93
        83: .line 626
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding int
      StackMap stack:
            aload 7 /* inherited */
            iload 18 /* j */
            aaload
            astore 19 /* otherInheritedMethod */
        start local 19 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding otherInheritedMethod
        84: .line 627
            aload 16 /* matchMethod */
            aload 11 /* foundMatch */
            iload 18 /* j */
            aaload
            if_acmpne 86
            aload 16 /* matchMethod */
            ifnull 86
        85: .line 628
            goto 92
        86: .line 629
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 0 /* this */
            aload 17 /* inheritedMethod */
            aload 19 /* otherInheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.canSkipInheritedMethods:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 88
        87: .line 630
            goto 92
        88: .line 634
      StackMap locals:
      StackMap stack:
            aload 17 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 19 /* otherInheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 92
        89: .line 636
            aload 0 /* this */
            aload 17 /* inheritedMethod */
            aload 19 /* otherInheritedMethod */
            aload 12 /* skip */
            aload 13 /* isOverridden */
            aload 14 /* isInherited */
            iload 18 /* j */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isSkippableOrOverridden:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Z[Z[ZI)Z
            ifeq 91
        90: .line 637
            goto 92
        91: .line 638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 19 /* otherInheritedMethod */
            aload 17 /* inheritedMethod */
            aload 12 /* skip */
            aload 13 /* isOverridden */
            aload 14 /* isInherited */
            iload 15 /* i */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isSkippableOrOverridden:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Z[Z[ZI)Z
            ifeq 92
        end local 19 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding otherInheritedMethod
        92: .line 625
      StackMap locals:
      StackMap stack:
            iinc 18 /* j */ 1
      StackMap locals:
      StackMap stack:
        93: iload 18 /* j */
            iload 9 /* inheritedLength */
            if_icmplt 83
        end local 18 // int j
        end local 17 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        end local 16 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding matchMethod
        94: .line 610
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
        95: iload 15 /* i */
            iload 9 /* inheritedLength */
            if_icmplt 73
        end local 15 // int i
        96: .line 644
            iconst_0
            istore 15 /* i */
        start local 15 // int i
        97: goto 153
        98: .line 645
      StackMap locals:
      StackMap stack:
            aload 11 /* foundMatch */
            iload 15 /* i */
            aaload
            astore 16 /* matchMethod */
        start local 16 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding matchMethod
        99: .line 646
            aload 12 /* skip */
            iload 15 /* i */
            baload
            ifeq 100
            goto 152
       100: .line 647
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 7 /* inherited */
            iload 15 /* i */
            aaload
            astore 17 /* inheritedMethod */
        start local 17 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
       101: .line 648
            aload 16 /* matchMethod */
            ifnonnull 103
       102: .line 649
            aload 10 /* matchingInherited */
            iinc 8 /* index */ 1
            iload 8 /* index */
            aload 17 /* inheritedMethod */
            aastore
       103: .line 650
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            iload 15 /* i */
            iconst_1
            iadd
            istore 18 /* j */
        start local 18 // int j
       104: goto 123
       105: .line 651
      StackMap locals: int
      StackMap stack:
            aload 11 /* foundMatch */
            iload 18 /* j */
            aaload
            ifnonnull 122
       106: .line 652
            aload 7 /* inherited */
            iload 18 /* j */
            aaload
            astore 19 /* otherInheritedMethod */
        start local 19 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding otherInheritedMethod
       107: .line 653
            aload 16 /* matchMethod */
            aload 11 /* foundMatch */
            iload 18 /* j */
            aaload
            if_acmpne 109
            aload 16 /* matchMethod */
            ifnull 109
       108: .line 654
            goto 122
       109: .line 655
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 0 /* this */
            aload 17 /* inheritedMethod */
            aload 19 /* otherInheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.canSkipInheritedMethods:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 111
       110: .line 656
            goto 122
       111: .line 659
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 17 /* inheritedMethod */
            aload 19 /* otherInheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.findReplacedMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            dup
            astore 20 /* replaceMatch */
        start local 20 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding replaceMatch
       112: ifnull 116
       113: .line 660
            aload 10 /* matchingInherited */
            iinc 8 /* index */ 1
            iload 8 /* index */
            aload 20 /* replaceMatch */
            aastore
       114: .line 661
            aload 12 /* skip */
            iload 18 /* j */
            iconst_1
            bastore
       115: .line 662
            goto 122
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
       116: aload 0 /* this */
            aload 19 /* otherInheritedMethod */
            aload 17 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.findReplacedMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            dup
            astore 20 /* replaceMatch */
            ifnull 120
       117: .line 663
            aload 10 /* matchingInherited */
            iinc 8 /* index */ 1
            iload 8 /* index */
            aload 20 /* replaceMatch */
            aastore
       118: .line 664
            aload 12 /* skip */
            iload 18 /* j */
            iconst_1
            bastore
       119: .line 665
            goto 122
      StackMap locals:
      StackMap stack:
       120: aload 16 /* matchMethod */
            ifnonnull 122
       121: .line 667
            aload 0 /* this */
            aload 17 /* inheritedMethod */
            aload 19 /* otherInheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.checkInheritedMethods:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
        end local 20 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding replaceMatch
        end local 19 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding otherInheritedMethod
       122: .line 650
      StackMap locals:
      StackMap stack:
            iinc 18 /* j */ 1
      StackMap locals:
      StackMap stack:
       123: iload 18 /* j */
            iload 9 /* inheritedLength */
            if_icmplt 105
        end local 18 // int j
       124: .line 671
            iload 8 /* index */
            iconst_m1
            if_icmpne 125
            goto 152
       125: .line 673
      StackMap locals:
      StackMap stack:
            iload 8 /* index */
            ifle 147
       126: .line 674
            iload 8 /* index */
            iconst_1
            iadd
            istore 18 /* length */
        start local 18 // int length
       127: .line 677
            iload 18 /* length */
            iload 9 /* inheritedLength */
            if_icmpeq 143
       128: .line 678
            iload 18 /* length */
            newarray 4
            astore 19 /* matchingIsOverridden */
        start local 19 // boolean[] matchingIsOverridden
       129: .line 679
            iload 18 /* length */
            newarray 4
            astore 20 /* matchingIsInherited */
        start local 20 // boolean[] matchingIsInherited
       130: .line 680
            iconst_0
            istore 21 /* j */
        start local 21 // int j
       131: goto 141
       132: .line 681
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 int int int char[][] int org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int int org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] boolean[] boolean[] boolean[] int org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding int boolean[] boolean[] int
      StackMap stack:
            iconst_0
            istore 22 /* k */
        start local 22 // int k
       133: goto 139
       134: .line 682
      StackMap locals: int
      StackMap stack:
            aload 10 /* matchingInherited */
            iload 21 /* j */
            aaload
            aload 7 /* inherited */
            iload 22 /* k */
            aaload
            if_acmpne 138
       135: .line 683
            aload 19 /* matchingIsOverridden */
            iload 21 /* j */
            aload 13 /* isOverridden */
            iload 22 /* k */
            baload
            bastore
       136: .line 684
            aload 20 /* matchingIsInherited */
            iload 21 /* j */
            aload 14 /* isInherited */
            iload 22 /* k */
            baload
            bastore
       137: .line 685
            goto 140
       138: .line 681
      StackMap locals:
      StackMap stack:
            iinc 22 /* k */ 1
      StackMap locals:
      StackMap stack:
       139: iload 22 /* k */
            iload 9 /* inheritedLength */
            if_icmplt 134
        end local 22 // int k
       140: .line 680
      StackMap locals:
      StackMap stack:
            iinc 21 /* j */ 1
      StackMap locals:
      StackMap stack:
       141: iload 21 /* j */
            iload 18 /* length */
            if_icmplt 132
        end local 21 // int j
       142: .line 689
            goto 145
        end local 20 // boolean[] matchingIsInherited
        end local 19 // boolean[] matchingIsOverridden
       143: .line 690
      StackMap locals:
      StackMap stack:
            aload 13 /* isOverridden */
            astore 19 /* matchingIsOverridden */
        start local 19 // boolean[] matchingIsOverridden
       144: .line 691
            aload 14 /* isInherited */
            astore 20 /* matchingIsInherited */
        start local 20 // boolean[] matchingIsInherited
       145: .line 694
      StackMap locals: boolean[] boolean[]
      StackMap stack:
            aload 0 /* this */
            aload 10 /* matchingInherited */
            iload 18 /* length */
            aload 19 /* matchingIsOverridden */
            aload 20 /* matchingIsInherited */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.checkInheritedMethods:([Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;I[Z[Z)V
        end local 20 // boolean[] matchingIsInherited
        end local 19 // boolean[] matchingIsOverridden
        end local 18 // int length
       146: .line 695
            goto 151
       147: .line 696
      StackMap locals:
      StackMap stack:
            iload 1 /* mustImplementAbstractMethods */
            ifeq 151
            aload 10 /* matchingInherited */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isAbstract:()Z
            ifeq 151
            aload 16 /* matchMethod */
            ifnonnull 151
       148: .line 697
            aload 0 /* this */
            aload 10 /* matchingInherited */
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.checkAbstractMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
       149: .line 698
            goto 151
      StackMap locals:
      StackMap stack:
       150: aload 10 /* matchingInherited */
            iload 8 /* index */
            iinc 8 /* index */ -1
            aconst_null
            aastore
      StackMap locals:
      StackMap stack:
       151: iload 8 /* index */
            ifge 150
        end local 17 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        end local 16 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding matchMethod
       152: .line 644
      StackMap locals:
      StackMap stack:
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
       153: iload 15 /* i */
            iload 9 /* inheritedLength */
            if_icmplt 98
        end local 15 // int i
        end local 14 // boolean[] isInherited
        end local 13 // boolean[] isOverridden
        end local 12 // boolean[] skip
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] foundMatch
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] matchingInherited
        end local 9 // int inheritedLength
        end local 8 // int index
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] inherited
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] current
       154: .line 530
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 int int int char[][] int
      StackMap stack:
            iinc 5 /* s */ -1
            iload 5 /* s */
            ifge 8
        end local 5 // int s
       155: .line 701
            return
        end local 4 // char[][] methodSelectors
        end local 3 // boolean isOrEnclosedByPrivateType
        end local 2 // boolean skipInheritedMethods
        end local 1 // boolean mustImplementAbstractMethods
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0  156     0                          this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            1  156     1  mustImplementAbstractMethods  Z
            4  156     2          skipInheritedMethods  Z
            5  156     3     isOrEnclosedByPrivateType  Z
            6  156     4               methodSelectors  [[C
            7  155     5                             s  I
           10  154     6                       current  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           11  154     7                     inherited  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           14   19     8                        length  I
           15   19     9                             i  I
           21   28     8                        length  I
           22   28     9                             i  I
           24   26    10               inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           35  154     8                         index  I
           36  154     9               inheritedLength  I
           37  154    10             matchingInherited  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           38  154    11                    foundMatch  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           39  154    12                          skip  [Z
           40  154    13                  isOverridden  [Z
           41  154    14                   isInherited  [Z
           44   71    15                             i  I
           45   71    16                       length1  I
           47   69    17                 currentMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           48   69    18          nonMatchingInherited  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           49   64    19                             j  I
           51   62    20               inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           72   96    15                             i  I
           74   94    16                   matchMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           76   78    17               inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           81   94    17               inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           82   94    18                             j  I
           84   92    19          otherInheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           97  154    15                             i  I
           99  152    16                   matchMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
          101  152    17               inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
          104  124    18                             j  I
          107  122    19          otherInheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
          112  122    20                  replaceMatch  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
          127  146    18                        length  I
          129  143    19          matchingIsOverridden  [Z
          144  146    19          matchingIsOverridden  [Z
          130  143    20           matchingIsInherited  [Z
          145  146    20           matchingIsInherited  [Z
          131  142    21                             j  I
          133  140    22                             k  I

  boolean isSkippableOrOverridden(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding, boolean[], boolean[], boolean[], int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Z[Z[ZI)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=9, args_size=7
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding specific
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding general
        start local 3 // boolean[] skip
        start local 4 // boolean[] isOverridden
        start local 5 // boolean[] isInherited
        start local 6 // int idx
         0: .line 712
            aload 1 /* specific */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isInterface:()Z
            istore 7 /* specificIsInterface */
        start local 7 // boolean specificIsInterface
         1: .line 713
            aload 2 /* general */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isInterface:()Z
            istore 8 /* generalIsInterface */
        start local 8 // boolean generalIsInterface
         2: .line 714
            iload 7 /* specificIsInterface */
            ifne 10
            iload 8 /* generalIsInterface */
            ifeq 10
         3: .line 715
            aload 1 /* specific */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isAbstract:()Z
            ifne 6
            aload 0 /* this */
            aload 1 /* specific */
            aload 2 /* general */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isParameterSubsignature:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 6
         4: .line 717
            aload 5 /* isInherited */
            iload 6 /* idx */
            iconst_0
            bastore
         5: .line 718
            iconst_1
            ireturn
         6: .line 719
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* general */
            aload 1 /* specific */
            aload 2 /* general */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isInterfaceMethodImplemented:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Z
            ifeq 15
         7: .line 720
            aload 3 /* skip */
            iload 6 /* idx */
            iconst_1
            bastore
         8: .line 721
            aload 4 /* isOverridden */
            iload 6 /* idx */
            iconst_1
            bastore
         9: .line 722
            iconst_1
            ireturn
        10: .line 724
      StackMap locals:
      StackMap stack:
            iload 7 /* specificIsInterface */
            iload 8 /* generalIsInterface */
            if_icmpne 15
        11: .line 725
            aload 1 /* specific */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 2 /* general */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 15
            aload 0 /* this */
            aload 1 /* specific */
            aload 2 /* general */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isMethodSubsignature:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 15
        12: .line 726
            aload 3 /* skip */
            iload 6 /* idx */
            iconst_1
            bastore
        13: .line 727
            aload 4 /* isOverridden */
            iload 6 /* idx */
            iconst_1
            bastore
        14: .line 728
            iconst_1
            ireturn
        15: .line 731
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 8 // boolean generalIsInterface
        end local 7 // boolean specificIsInterface
        end local 6 // int idx
        end local 5 // boolean[] isInherited
        end local 4 // boolean[] isOverridden
        end local 3 // boolean[] skip
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding general
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding specific
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   16     0                 this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0   16     1             specific  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   16     2              general  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   16     3                 skip  [Z
            0   16     4         isOverridden  [Z
            0   16     5          isInherited  [Z
            0   16     6                  idx  I
            1   16     7  specificIsInterface  Z
            2   16     8   generalIsInterface  Z
    MethodParameters:
              Name  Flags
      specific      
      general       
      skip          
      isOverridden  
      isInherited   
      idx           

  org.eclipse.jdt.internal.compiler.lookup.MethodBinding findReplacedMethod(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding specific
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding general
         0: .line 739
            aload 0 /* this */
            aload 2 /* general */
            aload 1 /* specific */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.computeSubstituteMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 3 /* generalSubstitute */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding generalSubstitute
         1: .line 740
            aload 3 /* generalSubstitute */
            ifnull 5
         2: .line 741
            aload 1 /* specific */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isAbstract:()Z
            ifeq 3
            aload 2 /* general */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isAbstract:()Z
            ifne 3
            aload 2 /* general */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isDefaultMethod:()Z
            ifeq 5
            aload 1 /* specific */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isClass:()Z
            ifeq 5
         3: .line 742
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 0 /* this */
            aload 1 /* specific */
            aload 3 /* generalSubstitute */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isSubstituteParameterSubsignature:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 5
         4: .line 744
            aload 3 /* generalSubstitute */
            areturn
         5: .line 746
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding generalSubstitute
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding general
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding specific
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0    6     1           specific  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    6     2            general  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1    6     3  generalSubstitute  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
          Name  Flags
      specific  
      general   

  void checkTypeVariableMethods(org.eclipse.jdt.internal.compiler.ast.TypeParameter);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=15, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.TypeParameter typeParameter
         0: .line 749
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.inheritedMethods:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfObject;
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfObject.keyTable:[[C
            astore 2 /* methodSelectors */
        start local 2 // char[][] methodSelectors
         1: .line 750
            aload 2 /* methodSelectors */
            arraylength
            istore 3 /* s */
        start local 3 // int s
         2: goto 54
         3: .line 751
      StackMap locals: char[][] int
      StackMap stack:
            aload 2 /* methodSelectors */
            iload 3 /* s */
            aaload
            ifnonnull 4
            goto 54
         4: .line 752
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.inheritedMethods:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfObject;
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfObject.valueTable:[Ljava/lang/Object;
            iload 3 /* s */
            aaload
            checkcast org.eclipse.jdt.internal.compiler.lookup.MethodBinding[]
            astore 4 /* inherited */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] inherited
         5: .line 753
            aload 4 /* inherited */
            arraylength
            iconst_1
            if_icmpne 6
            goto 54
         6: .line 755
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding[]
      StackMap stack:
            iconst_m1
            istore 5 /* index */
        start local 5 // int index
         7: .line 756
            aload 4 /* inherited */
            arraylength
            anewarray org.eclipse.jdt.internal.compiler.lookup.MethodBinding
            astore 6 /* matchingInherited */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] matchingInherited
         8: .line 757
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         9: aload 4 /* inherited */
            arraylength
            istore 8 /* length */
        start local 8 // int length
        10: goto 53
        11: .line 758
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.ast.TypeParameter char[][] int org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int int
      StackMap stack:
            aload 6 /* matchingInherited */
            iload 5 /* index */
            iinc 5 /* index */ -1
            aconst_null
            aastore
      StackMap locals:
      StackMap stack:
        12: iload 5 /* index */
            ifge 11
        13: .line 759
            aload 4 /* inherited */
            iload 7 /* i */
            aaload
            astore 9 /* inheritedMethod */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        14: .line 760
            aload 9 /* inheritedMethod */
            ifnull 27
        15: .line 761
            aload 6 /* matchingInherited */
            iinc 5 /* index */ 1
            iload 5 /* index */
            aload 9 /* inheritedMethod */
            aastore
        16: .line 762
            iload 7 /* i */
            iconst_1
            iadd
            istore 10 /* j */
        start local 10 // int j
        17: goto 26
        18: .line 763
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding int
      StackMap stack:
            aload 4 /* inherited */
            iload 10 /* j */
            aaload
            astore 11 /* otherInheritedMethod */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding otherInheritedMethod
        19: .line 764
            aload 0 /* this */
            aload 9 /* inheritedMethod */
            aload 11 /* otherInheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.canSkipInheritedMethods:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 21
        20: .line 765
            goto 25
        21: .line 766
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 0 /* this */
            aload 11 /* otherInheritedMethod */
            aload 9 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.computeSubstituteMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 11 /* otherInheritedMethod */
        22: .line 767
            aload 11 /* otherInheritedMethod */
            ifnull 25
            aload 0 /* this */
            aload 9 /* inheritedMethod */
            aload 11 /* otherInheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isSubstituteParameterSubsignature:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 25
        23: .line 768
            aload 6 /* matchingInherited */
            iinc 5 /* index */ 1
            iload 5 /* index */
            aload 11 /* otherInheritedMethod */
            aastore
        24: .line 769
            aload 4 /* inherited */
            iload 10 /* j */
            aconst_null
            aastore
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding otherInheritedMethod
        25: .line 762
      StackMap locals:
      StackMap stack:
            iinc 10 /* j */ 1
      StackMap locals:
      StackMap stack:
        26: iload 10 /* j */
            iload 8 /* length */
            if_icmplt 18
        end local 10 // int j
        27: .line 773
      StackMap locals:
      StackMap stack:
            iload 5 /* index */
            ifle 52
        28: .line 774
            aload 6 /* matchingInherited */
            iconst_0
            aaload
            astore 10 /* first */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding first
        29: .line 775
            iload 5 /* index */
            iconst_1
            iadd
            istore 11 /* count */
        start local 11 // int count
        30: .line 776
            goto 48
        31: .line 777
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding int
      StackMap stack:
            aload 6 /* matchingInherited */
            iload 11 /* count */
            aaload
            astore 12 /* match */
        start local 12 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding match
        32: .line 779
            aconst_null
            astore 13 /* interfaceMethod */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding interfaceMethod
        33: aconst_null
            astore 14 /* implementation */
        start local 14 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding implementation
        34: .line 780
            aload 10 /* first */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isInterface:()Z
            ifeq 37
        35: .line 781
            aload 10 /* first */
            astore 13 /* interfaceMethod */
        36: .line 782
            goto 39
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
        37: aload 10 /* first */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isClass:()Z
            ifeq 39
        38: .line 783
            aload 10 /* first */
            astore 14 /* implementation */
        39: .line 785
      StackMap locals:
      StackMap stack:
            aload 12 /* match */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isInterface:()Z
            ifeq 42
        40: .line 786
            aload 12 /* match */
            astore 13 /* interfaceMethod */
        41: .line 787
            goto 44
      StackMap locals:
      StackMap stack:
        42: aload 12 /* match */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isClass:()Z
            ifeq 44
        43: .line 788
            aload 12 /* match */
            astore 14 /* implementation */
        44: .line 790
      StackMap locals:
      StackMap stack:
            aload 13 /* interfaceMethod */
            ifnull 46
            aload 14 /* implementation */
            ifnull 46
            aload 14 /* implementation */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isAbstract:()Z
            ifne 46
            aload 0 /* this */
            aload 14 /* implementation */
            aload 13 /* interfaceMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isAsVisible:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifne 46
        45: .line 791
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* typeParameter */
            aload 14 /* implementation */
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.MethodBinding
            dup
            iconst_0
            aload 13 /* interfaceMethod */
            aastore
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.inheritedMethodReducesVisibility:(Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
        46: .line 793
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 10 /* first */
            aload 12 /* match */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.areReturnTypesCompatible:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 47
            goto 48
        47: .line 795
      StackMap locals:
      StackMap stack:
            aload 10 /* first */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isInterface:()Z
            ifeq 49
            aload 12 /* match */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isInterface:()Z
            ifeq 49
            aload 0 /* this */
            aload 12 /* match */
            aload 10 /* first */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.areReturnTypesCompatible:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 49
        end local 14 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding implementation
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding interfaceMethod
        end local 12 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding match
        48: .line 776
      StackMap locals:
      StackMap stack:
            iinc 11 /* count */ -1
            iload 11 /* count */
            ifgt 31
        49: .line 799
      StackMap locals:
      StackMap stack:
            iload 11 /* count */
            ifle 52
        50: .line 800
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* typeParameter */
            aload 6 /* matchingInherited */
            iload 5 /* index */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.inheritedMethodsHaveIncompatibleReturnTypes:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;I)V
        51: .line 801
            goto 54
        end local 11 // int count
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding first
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        52: .line 757
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        53: iload 7 /* i */
            iload 8 /* length */
            if_icmplt 12
        end local 8 // int length
        end local 7 // int i
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] matchingInherited
        end local 5 // int index
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] inherited
        54: .line 750
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.ast.TypeParameter char[][] int
      StackMap stack:
            iinc 3 /* s */ -1
            iload 3 /* s */
            ifge 3
        end local 3 // int s
        55: .line 806
            return
        end local 2 // char[][] methodSelectors
        end local 1 // org.eclipse.jdt.internal.compiler.ast.TypeParameter typeParameter
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   56     0                  this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0   56     1         typeParameter  Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            1   56     2       methodSelectors  [[C
            2   55     3                     s  I
            5   54     4             inherited  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            7   54     5                 index  I
            8   54     6     matchingInherited  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            9   54     7                     i  I
           10   54     8                length  I
           14   52     9       inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           17   27    10                     j  I
           19   25    11  otherInheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           29   52    10                 first  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           30   52    11                 count  I
           32   48    12                 match  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           33   48    13       interfaceMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           34   48    14        implementation  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
               Name  Flags
      typeParameter  

  boolean detectInheritedNameClash(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inherited
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding otherInherited
         0: .line 808
            aload 1 /* inherited */
            aload 2 /* otherInherited */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.areParameterErasuresEqual:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifne 2
         1: .line 809
            iconst_0
            ireturn
         2: .line 814
      StackMap locals:
      StackMap stack:
            aload 1 /* inherited */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* otherInherited */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 4
         3: .line 815
            iconst_0
            ireturn
         4: .line 818
      StackMap locals:
      StackMap stack:
            aload 1 /* inherited */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* otherInherited */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 9
         5: .line 819
            aload 1 /* inherited */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 2 /* otherInherited */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.findSuperTypeOriginatingFrom:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 7
         6: .line 820
            iconst_0
            ireturn
         7: .line 821
      StackMap locals:
      StackMap stack:
            aload 2 /* otherInherited */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 1 /* inherited */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.findSuperTypeOriginatingFrom:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 9
         8: .line 822
            iconst_0
            ireturn
         9: .line 825
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 1 /* inherited */
            aload 2 /* otherInherited */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.inheritedMethodsHaveNameClash:(Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
        10: .line 826
            iconst_1
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding otherInherited
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inherited
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0   11     1       inherited  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   11     2  otherInherited  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
                Name  Flags
      inherited       
      otherInherited  

  boolean detectNameClash(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Z)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=11, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding current
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inherited
        start local 3 // boolean treatAsSynthetic
         0: .line 829
            aload 2 /* inherited */
            astore 4 /* methodToCheck */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodToCheck
         1: .line 830
            aload 4 /* methodToCheck */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 5 /* original */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding original
         2: .line 831
            aload 1 /* current */
            aload 5 /* original */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.areParameterErasuresEqual:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifne 4
         3: .line 832
            iconst_0
            ireturn
         4: .line 833
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            iconst_1
            istore 6 /* severity */
        start local 6 // int severity
         5: .line 834
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.complianceLevel:J
            ldc 3276800
            lcmp
            ifne 8
         6: .line 837
            aload 1 /* current */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 5 /* original */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 8
         7: .line 838
            iconst_0
            istore 6 /* severity */
         8: .line 840
      StackMap locals: int
      StackMap stack:
            iload 3 /* treatAsSynthetic */
            ifne 20
         9: .line 848
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.currentMethods:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfObject;
            aload 2 /* inherited */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            invokevirtual org.eclipse.jdt.internal.compiler.util.HashtableOfObject.get:([C)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.MethodBinding[]
            astore 7 /* currentNamesakes */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] currentNamesakes
        10: .line 849
            aload 7 /* currentNamesakes */
            arraylength
            iconst_1
            if_icmple 20
        11: .line 850
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        12: aload 7 /* currentNamesakes */
            arraylength
            istore 9 /* length */
        start local 9 // int length
        13: goto 19
        14: .line 851
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int int
      StackMap stack:
            aload 7 /* currentNamesakes */
            iload 8 /* i */
            aaload
            astore 10 /* currentMethod */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        15: .line 852
            aload 10 /* currentMethod */
            aload 1 /* current */
            if_acmpeq 18
            aload 0 /* this */
            aload 10 /* currentMethod */
            aload 2 /* inherited */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.doesMethodOverride:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 18
        16: .line 853
            aload 10 /* currentMethod */
            astore 4 /* methodToCheck */
        17: .line 854
            goto 20
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        18: .line 850
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 8 /* i */
            iload 9 /* length */
            if_icmplt 14
        end local 9 // int length
        end local 8 // int i
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] currentNamesakes
        20: .line 859
      StackMap locals:
      StackMap stack:
            aload 4 /* methodToCheck */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 5 /* original */
        21: .line 860
            aload 1 /* current */
            aload 5 /* original */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.areParameterErasuresEqual:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifne 23
        22: .line 861
            iconst_0
            ireturn
        23: .line 862
      StackMap locals:
      StackMap stack:
            aload 2 /* inherited */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 5 /* original */
        24: .line 863
            aload 0 /* this */
            aload 1 /* current */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.problemReporter:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* current */
            aload 2 /* inherited */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isRawType:()Z
            ifeq 25
            aload 2 /* inherited */
            goto 26
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding int org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding int
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.ProblemReporter org.eclipse.jdt.internal.compiler.lookup.MethodBinding
        25: aload 5 /* original */
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding int org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding int
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.ProblemReporter org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
        26: iload 6 /* severity */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.methodNameClash:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;I)V
        27: .line 864
            iload 6 /* severity */
            ifne 28
            iconst_0
            ireturn
        28: .line 865
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 6 // int severity
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding original
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodToCheck
        end local 3 // boolean treatAsSynthetic
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inherited
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding current
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   29     0              this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0   29     1           current  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   29     2         inherited  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   29     3  treatAsSynthetic  Z
            1   29     4     methodToCheck  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            2   29     5          original  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            5   29     6          severity  I
           10   20     7  currentNamesakes  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           12   20     8                 i  I
           13   20     9            length  I
           15   18    10     currentMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
                  Name  Flags
      current           
      inherited         
      treatAsSynthetic  

  boolean doTypeVariablesClash(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding one
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding substituteTwo
         0: .line 869
            aload 1 /* one */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPE_VARIABLES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            if_acmpeq 1
            aload 2 /* substituteTwo */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding substituteTwo
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding one
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0    2     1            one  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    2     2  substituteTwo  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
               Name  Flags
      one            
      substituteTwo  

  org.eclipse.jdt.internal.compiler.util.SimpleSet findSuperinterfaceCollisions(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/util/SimpleSet;
    flags: (0x0000) 
    Code:
      stack=5, locals=14, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superclass
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] superInterfaces
         0: .line 873
            aconst_null
            astore 3 /* interfacesToVisit */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] interfacesToVisit
         1: .line 874
            iconst_0
            istore 4 /* nextPosition */
        start local 4 // int nextPosition
         2: .line 875
            aload 2 /* superInterfaces */
            astore 5 /* itsInterfaces */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] itsInterfaces
         3: .line 876
            aload 5 /* itsInterfaces */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_SUPERINTERFACES:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            if_acmpeq 6
         4: .line 877
            aload 5 /* itsInterfaces */
            arraylength
            istore 4 /* nextPosition */
         5: .line 878
            aload 5 /* itsInterfaces */
            astore 3 /* interfacesToVisit */
         6: .line 881
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isHierarchyInconsistent:()Z
            istore 6 /* isInconsistent */
        start local 6 // boolean isInconsistent
         7: .line 882
            aload 1 /* superclass */
            astore 7 /* superType */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superType
         8: .line 883
            goto 30
         9: .line 884
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            iload 6 /* isInconsistent */
            aload 7 /* superType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isHierarchyInconsistent:()Z
            ior
            istore 6 /* isInconsistent */
        10: .line 885
            aload 7 /* superType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.superInterfaces:()[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 5 /* itsInterfaces */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_SUPERINTERFACES:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            if_acmpeq 29
        11: .line 886
            aload 3 /* interfacesToVisit */
            ifnonnull 15
        12: .line 887
            aload 5 /* itsInterfaces */
            astore 3 /* interfacesToVisit */
        13: .line 888
            aload 3 /* interfacesToVisit */
            arraylength
            istore 4 /* nextPosition */
        14: .line 889
            goto 29
        15: .line 890
      StackMap locals:
      StackMap stack:
            aload 5 /* itsInterfaces */
            arraylength
            istore 8 /* itsLength */
        start local 8 // int itsLength
        16: .line 891
            iload 4 /* nextPosition */
            iload 8 /* itsLength */
            iadd
            aload 3 /* interfacesToVisit */
            arraylength
            if_icmplt 18
        17: .line 892
            aload 3 /* interfacesToVisit */
            iconst_0
            iload 4 /* nextPosition */
            iload 8 /* itsLength */
            iadd
            iconst_5
            iadd
            anewarray org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            dup
            astore 3 /* interfacesToVisit */
            iconst_0
            iload 4 /* nextPosition */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 893
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 9 /* a */
        start local 9 // int a
        19: goto 28
        20: .line 894
      StackMap locals: int
      StackMap stack:
            aload 5 /* itsInterfaces */
            iload 9 /* a */
            aaload
            astore 10 /* next */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding next
        21: .line 895
            iconst_0
            istore 11 /* b */
        start local 11 // int b
        22: goto 25
        23: .line 896
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int
      StackMap stack:
            aload 10 /* next */
            aload 3 /* interfacesToVisit */
            iload 11 /* b */
            aaload
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 24
            goto 27
        24: .line 895
      StackMap locals:
      StackMap stack:
            iinc 11 /* b */ 1
      StackMap locals:
      StackMap stack:
        25: iload 11 /* b */
            iload 4 /* nextPosition */
            if_icmplt 23
        end local 11 // int b
        26: .line 897
            aload 3 /* interfacesToVisit */
            iload 4 /* nextPosition */
            iinc 4 /* nextPosition */ 1
            aload 10 /* next */
            aastore
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding next
        27: .line 893
      StackMap locals:
      StackMap stack:
            iinc 9 /* a */ 1
      StackMap locals:
      StackMap stack:
        28: iload 9 /* a */
            iload 8 /* itsLength */
            if_icmplt 20
        end local 9 // int a
        end local 8 // int itsLength
        29: .line 901
      StackMap locals:
      StackMap stack:
            aload 7 /* superType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.superclass:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 7 /* superType */
        30: .line 883
      StackMap locals:
      StackMap stack:
            aload 7 /* superType */
            ifnull 31
            aload 7 /* superType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isValidBinding:()Z
            ifne 9
        31: .line 904
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        32: goto 52
        33: .line 905
      StackMap locals: int
      StackMap stack:
            aload 3 /* interfacesToVisit */
            iload 8 /* i */
            aaload
            astore 7 /* superType */
        34: .line 906
            aload 7 /* superType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isValidBinding:()Z
            ifeq 51
        35: .line 907
            iload 6 /* isInconsistent */
            aload 7 /* superType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isHierarchyInconsistent:()Z
            ior
            istore 6 /* isInconsistent */
        36: .line 908
            aload 7 /* superType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.superInterfaces:()[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 5 /* itsInterfaces */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_SUPERINTERFACES:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            if_acmpeq 51
        37: .line 909
            aload 5 /* itsInterfaces */
            arraylength
            istore 9 /* itsLength */
        start local 9 // int itsLength
        38: .line 910
            iload 4 /* nextPosition */
            iload 9 /* itsLength */
            iadd
            aload 3 /* interfacesToVisit */
            arraylength
            if_icmplt 40
        39: .line 911
            aload 3 /* interfacesToVisit */
            iconst_0
            iload 4 /* nextPosition */
            iload 9 /* itsLength */
            iadd
            iconst_5
            iadd
            anewarray org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            dup
            astore 3 /* interfacesToVisit */
            iconst_0
            iload 4 /* nextPosition */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        40: .line 912
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 10 /* a */
        start local 10 // int a
        41: goto 50
        42: .line 913
      StackMap locals: int
      StackMap stack:
            aload 5 /* itsInterfaces */
            iload 10 /* a */
            aaload
            astore 11 /* next */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding next
        43: .line 914
            iconst_0
            istore 12 /* b */
        start local 12 // int b
        44: goto 47
        45: .line 915
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int
      StackMap stack:
            aload 11 /* next */
            aload 3 /* interfacesToVisit */
            iload 12 /* b */
            aaload
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 46
            goto 49
        46: .line 914
      StackMap locals:
      StackMap stack:
            iinc 12 /* b */ 1
      StackMap locals:
      StackMap stack:
        47: iload 12 /* b */
            iload 4 /* nextPosition */
            if_icmplt 45
        end local 12 // int b
        48: .line 916
            aload 3 /* interfacesToVisit */
            iload 4 /* nextPosition */
            iinc 4 /* nextPosition */ 1
            aload 11 /* next */
            aastore
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding next
        49: .line 912
      StackMap locals:
      StackMap stack:
            iinc 10 /* a */ 1
      StackMap locals:
      StackMap stack:
        50: iload 10 /* a */
            iload 9 /* itsLength */
            if_icmplt 42
        end local 10 // int a
        end local 9 // int itsLength
        51: .line 904
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        52: iload 8 /* i */
            iload 4 /* nextPosition */
            if_icmplt 33
        end local 8 // int i
        53: .line 922
            iload 6 /* isInconsistent */
            ifne 54
            aconst_null
            areturn
        54: .line 923
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 8 /* copy */
        start local 8 // org.eclipse.jdt.internal.compiler.util.SimpleSet copy
        55: .line 924
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        56: goto 71
        57: .line 925
      StackMap locals: org.eclipse.jdt.internal.compiler.util.SimpleSet int
      StackMap stack:
            aload 3 /* interfacesToVisit */
            iload 9 /* i */
            aaload
            astore 10 /* current */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding current
        58: .line 926
            aload 10 /* current */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isValidBinding:()Z
            ifeq 70
        59: .line 927
            aload 10 /* current */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 11 /* erasure */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding erasure
        60: .line 928
            iload 9 /* i */
            iconst_1
            iadd
            istore 12 /* j */
        start local 12 // int j
        61: goto 69
        62: .line 929
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding int
      StackMap stack:
            aload 3 /* interfacesToVisit */
            iload 12 /* j */
            aaload
            astore 13 /* next */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding next
        63: .line 930
            aload 13 /* next */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isValidBinding:()Z
            ifeq 68
            aload 13 /* next */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 11 /* erasure */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 68
        64: .line 931
            aload 8 /* copy */
            ifnonnull 66
        65: .line 932
            new org.eclipse.jdt.internal.compiler.util.SimpleSet
            dup
            iload 4 /* nextPosition */
            invokespecial org.eclipse.jdt.internal.compiler.util.SimpleSet.<init>:(I)V
            astore 8 /* copy */
        66: .line 933
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 8 /* copy */
            aload 3 /* interfacesToVisit */
            iload 9 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleSet.add:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        67: .line 934
            aload 8 /* copy */
            aload 3 /* interfacesToVisit */
            iload 12 /* j */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleSet.add:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding next
        68: .line 928
      StackMap locals:
      StackMap stack:
            iinc 12 /* j */ 1
      StackMap locals:
      StackMap stack:
        69: iload 12 /* j */
            iload 4 /* nextPosition */
            if_icmplt 62
        end local 12 // int j
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding erasure
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding current
        70: .line 924
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        71: iload 9 /* i */
            iload 4 /* nextPosition */
            if_icmplt 57
        end local 9 // int i
        72: .line 939
            aload 8 /* copy */
            areturn
        end local 8 // org.eclipse.jdt.internal.compiler.util.SimpleSet copy
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superType
        end local 6 // boolean isInconsistent
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] itsInterfaces
        end local 4 // int nextPosition
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] interfacesToVisit
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] superInterfaces
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superclass
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   73     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0   73     1         superclass  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   73     2    superInterfaces  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            1   73     3  interfacesToVisit  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            2   73     4       nextPosition  I
            3   73     5      itsInterfaces  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            7   73     6     isInconsistent  Z
            8   73     7          superType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           16   29     8          itsLength  I
           19   29     9                  a  I
           21   27    10               next  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           22   26    11                  b  I
           32   53     8                  i  I
           38   51     9          itsLength  I
           41   51    10                  a  I
           43   49    11               next  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           44   48    12                  b  I
           55   73     8               copy  Lorg/eclipse/jdt/internal/compiler/util/SimpleSet;
           56   72     9                  i  I
           58   70    10            current  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           60   70    11            erasure  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           61   70    12                  j  I
           63   68    13               next  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
                 Name  Flags
      superclass       
      superInterfaces  

  boolean isAcceptableReturnTypeOverride(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
         0: .line 944
            aload 2 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isRawType:()Z
            ifeq 2
         1: .line 945
            iconst_1
            ireturn
         2: .line 947
      StackMap locals:
      StackMap stack:
            aload 2 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 3 /* originalInherited */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalInherited
         3: .line 948
            aload 3 /* originalInherited */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 4 /* originalInheritedReturnType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalInheritedReturnType
         4: .line 949
            aload 4 /* originalInheritedReturnType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isParameterizedTypeWithActualArguments:()Z
            ifeq 8
         5: .line 950
            aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isRawType:()Z
            ifeq 6
            iconst_0
            goto 7
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
         6: iconst_1
      StackMap locals:
      StackMap stack: int
         7: ireturn
         8: .line 952
      StackMap locals:
      StackMap stack:
            aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 5 /* currentReturnType */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding currentReturnType
         9: .line 953
            aload 5 /* currentReturnType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.kind:()I
            tableswitch { // 4100 - 4100
                 4100: 10
              default: 12
          }
        10: .line 955
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 5 /* currentReturnType */
            aload 2 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 12
        11: .line 956
            iconst_1
            ireturn
        12: .line 959
      StackMap locals:
      StackMap stack:
            aload 4 /* originalInheritedReturnType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isTypeVariable:()Z
            ifeq 15
        13: .line 960
            aload 4 /* originalInheritedReturnType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.declaringElement:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            aload 3 /* originalInherited */
            if_acmpne 15
        14: .line 961
            iconst_0
            ireturn
        15: .line 962
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding currentReturnType
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalInheritedReturnType
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalInherited
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   16     0                         this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0   16     1                currentMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   16     2              inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            3   16     3            originalInherited  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            4   16     4  originalInheritedReturnType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            9   16     5            currentReturnType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
                 Name  Flags
      currentMethod    
      inheritedMethod  

  boolean isInterfaceMethodImplemented(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding existingMethod
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superType
         0: .line 968
            aload 1 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 1 /* inheritedMethod */
            if_acmpeq 2
            aload 2 /* existingMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isInterface:()Z
            ifeq 2
         1: .line 969
            iconst_0
            ireturn
         2: .line 971
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* inheritedMethod */
            aload 2 /* existingMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.computeSubstituteMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 1 /* inheritedMethod */
         3: .line 972
            aload 1 /* inheritedMethod */
            ifnull 4
            aload 0 /* this */
            aload 2 /* existingMethod */
            aload 1 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.doesMethodOverride:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifne 5
         4: .line 973
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 974
      StackMap locals:
      StackMap stack:
            aload 1 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* existingMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 10
         6: .line 975
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 2 /* existingMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 9
         7: .line 976
            aload 2 /* existingMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isInterface:()Z
            ifne 9
         8: .line 977
            aload 0 /* this */
            aload 2 /* existingMethod */
            aload 1 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.areReturnTypesCompatible:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifne 10
         9: .line 974
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
        10: iconst_1
            ireturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding existingMethod
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0   11     1  inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   11     2   existingMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   11     3        superType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
                 Name  Flags
      inheritedMethod  
      existingMethod   
      superType        

  public boolean isMethodSubsignature(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
         0: .line 981
            aload 1 /* method */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            aload 2 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifne 2
         1: .line 982
            iconst_0
            ireturn
         2: .line 985
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isParameterizedType:()Z
            ifeq 4
         3: .line 986
            aload 1 /* method */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 1 /* method */
         4: .line 988
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            aload 2 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.findOriginalInheritedMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 3 /* inheritedOriginal */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedOriginal
         5: .line 989
            aload 0 /* this */
            aload 1 /* method */
            aload 3 /* inheritedOriginal */
            ifnonnull 6
            aload 2 /* inheritedMethod */
            goto 7
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding
         6: aload 3 /* inheritedOriginal */
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
         7: invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isParameterSubsignature:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ireturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedOriginal
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    8     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0    8     1             method  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    8     2    inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            5    8     3  inheritedOriginal  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
                 Name  Flags
      method           
      inheritedMethod  

  boolean isUnsafeReturnTypeOverride(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
         0: .line 995
            aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 10
         1: .line 996
            aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* currentParams */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] currentParams
         2: .line 997
            aload 2 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 4 /* inheritedParams */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] inheritedParams
         3: .line 998
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: aload 3 /* currentParams */
            arraylength
            istore 6 /* l */
        start local 6 // int l
         5: goto 9
         6: .line 999
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int
      StackMap stack:
            aload 3 /* currentParams */
            iload 5 /* i */
            aaload
            aload 4 /* inheritedParams */
            iload 5 /* i */
            aaload
            invokestatic org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.areTypesEqual:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 8
         7: .line 1000
            iconst_1
            ireturn
         8: .line 998
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 5 /* i */
            iload 6 /* l */
            if_icmplt 6
        end local 6 // int l
        end local 5 // int i
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] inheritedParams
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] currentParams
        10: .line 1002
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPE_VARIABLES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            if_acmpne 14
        11: .line 1003
            aload 2 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPE_VARIABLES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            if_acmpeq 14
        12: .line 1004
            aload 1 /* currentMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* inheritedMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.findSuperTypeOriginatingFrom:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 14
        13: .line 1005
            iconst_1
            ireturn
        14: .line 1007
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   15     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0   15     1    currentMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   15     2  inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            2   10     3    currentParams  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            3   10     4  inheritedParams  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            4   10     5                i  I
            5   10     6                l  I
    MethodParameters:
                 Name  Flags
      currentMethod    
      inheritedMethod  

  boolean reportIncompatibleReturnTypeError(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
         0: .line 1011
            aload 0 /* this */
            aload 1 /* currentMethod */
            aload 2 /* inheritedMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.isUnsafeReturnTypeOverride:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 3
         1: .line 1012
            aload 0 /* this */
            aload 1 /* currentMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.problemReporter:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* currentMethod */
            aload 2 /* inheritedMethod */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unsafeReturnTypeOverride:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;)V
         2: .line 1013
            iconst_0
            ireturn
         3: .line 1015
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* currentMethod */
            aload 2 /* inheritedMethod */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.reportIncompatibleReturnTypeError:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedMethod
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding currentMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            0    4     1    currentMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0    4     2  inheritedMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
                 Name  Flags
      currentMethod    
      inheritedMethod  

  void verify();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
         0: .line 1019
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isAnnotationType:()Z
            ifeq 2
         1: .line 1020
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.detectAnnotationCycle:()Z
            pop
         2: .line 1022
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.verify:()V
         3: .line 1024
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.reportRawReferences:()V
         4: .line 1026
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            arraylength
            istore 1 /* i */
        start local 1 // int i
         5: goto 24
         6: .line 1027
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            iload 1 /* i */
            aaload
            astore 2 /* var */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding var
         7: .line 1029
            aload 2 /* var */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.superInterfaces:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_SUPERINTERFACES:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            if_acmpne 8
            goto 24
         8: .line 1030
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
      StackMap stack:
            aload 2 /* var */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.superInterfaces:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            arraylength
            iconst_1
            if_icmpne 9
            aload 2 /* var */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.superclass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.id:I
            iconst_1
            if_icmpne 9
            goto 24
         9: .line 1032
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.HashtableOfObject
            dup
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.util.HashtableOfObject.<init>:(I)V
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.currentMethods:Lorg/eclipse/jdt/internal/compiler/util/HashtableOfObject;
        10: .line 1033
            aload 2 /* var */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.superclass:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* superclass */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superclass
        11: .line 1034
            aload 3 /* superclass */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.kind:()I
            sipush 4100
            if_icmpne 13
        12: .line 1035
            aload 3 /* superclass */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 3 /* superclass */
        13: .line 1036
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 2 /* var */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.superInterfaces:()[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 4 /* itsInterfaces */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] itsInterfaces
        14: .line 1037
            aload 4 /* itsInterfaces */
            arraylength
            anewarray org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 5 /* superInterfaces */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] superInterfaces
        15: .line 1038
            aload 4 /* itsInterfaces */
            arraylength
            istore 6 /* j */
        start local 6 // int j
        16: goto 21
        17: .line 1039
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int
      StackMap stack:
            aload 5 /* superInterfaces */
            iload 6 /* j */
            aload 4 /* itsInterfaces */
            iload 6 /* j */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.kind:()I
            sipush 4100
            if_icmpne 19
        18: .line 1040
            aload 4 /* itsInterfaces */
            iload 6 /* j */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            goto 20
        19: .line 1041
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 int org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int
            aload 4 /* itsInterfaces */
            iload 6 /* j */
            aaload
        20: .line 1039
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 int org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            aastore
        21: .line 1038
      StackMap locals:
      StackMap stack:
            iinc 6 /* j */ -1
            iload 6 /* j */
            ifge 17
        end local 6 // int j
        22: .line 1043
            aload 0 /* this */
            aload 3 /* superclass */
            aload 5 /* superInterfaces */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.computeInheritedMethods:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
        23: .line 1044
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.type:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            getfield org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceContext:Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            iload 1 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15.checkTypeVariableMethods:(Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;)V
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] superInterfaces
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] itsInterfaces
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superclass
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding var
        24: .line 1026
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 int
      StackMap stack:
            iinc 1 /* i */ -1
            iload 1 /* i */
            ifge 6
        end local 1 // int i
        25: .line 1046
            return
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   26     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier15;
            5   25     1                i  I
            7   24     2              var  Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
           11   24     3       superclass  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           14   24     4    itsInterfaces  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           15   24     5  superInterfaces  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           16   22     6                j  I
}
SourceFile: "MethodVerifier15.java"
InnerClasses:
  InheritedNonNullnessInfo = org.eclipse.jdt.internal.compiler.lookup.ImplicitNullAnnotationVerifier$InheritedNonNullnessInfo of org.eclipse.jdt.internal.compiler.lookup.ImplicitNullAnnotationVerifier