public class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation extends org.eclipse.jdt.internal.core.JavaModelOperation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
  super_class: org.eclipse.jdt.internal.core.JavaModelOperation
{
  public static boolean PERF;
    descriptor: Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public int astLevel;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public boolean resolveBindings;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public java.util.HashMap problems;
    descriptor: Ljava/util/HashMap;
    flags: (0x0001) ACC_PUBLIC

  public int reconcileFlags;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  org.eclipse.jdt.core.WorkingCopyOwner workingCopyOwner;
    descriptor: Lorg/eclipse/jdt/core/WorkingCopyOwner;
    flags: (0x0000) 

  public org.eclipse.jdt.core.dom.CompilationUnit ast;
    descriptor: Lorg/eclipse/jdt/core/dom/CompilationUnit;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.core.JavaElementDeltaBuilder deltaBuilder;
    descriptor: Lorg/eclipse/jdt/internal/core/JavaElementDeltaBuilder;
    flags: (0x0001) ACC_PUBLIC

  public boolean requestorIsActive;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 50
            iconst_0
            putstatic org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.PERF:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.eclipse.jdt.core.IJavaElement, int, int, org.eclipse.jdt.core.WorkingCopyOwner);
    descriptor: (Lorg/eclipse/jdt/core/IJavaElement;IILorg/eclipse/jdt/core/WorkingCopyOwner;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this
        start local 1 // org.eclipse.jdt.core.IJavaElement workingCopy
        start local 2 // int astLevel
        start local 3 // int reconcileFlags
        start local 4 // org.eclipse.jdt.core.WorkingCopyOwner workingCopyOwner
         0: .line 62
            aload 0 /* this */
            iconst_1
            anewarray org.eclipse.jdt.core.IJavaElement
            dup
            iconst_0
            aload 1 /* workingCopy */
            aastore
            invokespecial org.eclipse.jdt.internal.core.JavaModelOperation.<init>:([Lorg/eclipse/jdt/core/IJavaElement;)V
         1: .line 63
            aload 0 /* this */
            iload 2 /* astLevel */
            putfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.astLevel:I
         2: .line 64
            aload 0 /* this */
            iload 3 /* reconcileFlags */
            putfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.reconcileFlags:I
         3: .line 65
            aload 0 /* this */
            aload 4 /* workingCopyOwner */
            putfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.workingCopyOwner:Lorg/eclipse/jdt/core/WorkingCopyOwner;
         4: .line 66
            return
        end local 4 // org.eclipse.jdt.core.WorkingCopyOwner workingCopyOwner
        end local 3 // int reconcileFlags
        end local 2 // int astLevel
        end local 1 // org.eclipse.jdt.core.IJavaElement workingCopy
        end local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lorg/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation;
            0    5     1       workingCopy  Lorg/eclipse/jdt/core/IJavaElement;
            0    5     2          astLevel  I
            0    5     3    reconcileFlags  I
            0    5     4  workingCopyOwner  Lorg/eclipse/jdt/core/WorkingCopyOwner;
    MethodParameters:
                  Name  Flags
      workingCopy       
      astLevel          
      reconcileFlags    
      workingCopyOwner  

  protected void executeOperation();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=9, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this
         0: .line 74
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.checkCanceled:()V
         1: .line 76
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.core.util.Messages.element_reconciling:Ljava/lang/String;
            iconst_2
            invokevirtual org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.beginTask:(Ljava/lang/String;I)V
         2: .line 78
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.getWorkingCopy:()Lorg/eclipse/jdt/internal/core/CompilationUnit;
            astore 1 /* workingCopy */
        start local 1 // org.eclipse.jdt.internal.core.CompilationUnit workingCopy
         3: .line 79
            aload 1 /* workingCopy */
            invokevirtual org.eclipse.jdt.internal.core.CompilationUnit.isConsistent:()Z
            istore 2 /* wasConsistent */
        start local 2 // boolean wasConsistent
         4: .line 82
            aload 1 /* workingCopy */
            invokevirtual org.eclipse.jdt.internal.core.CompilationUnit.getPerWorkingCopyInfo:()Lorg/eclipse/jdt/internal/core/JavaModelManager$PerWorkingCopyInfo;
            astore 3 /* problemRequestor */
        start local 3 // org.eclipse.jdt.core.IProblemRequestor problemRequestor
         5: .line 83
            aload 3 /* problemRequestor */
            ifnull 7
         6: .line 84
            aload 3 /* problemRequestor */
            checkcast org.eclipse.jdt.internal.core.JavaModelManager$PerWorkingCopyInfo
            invokevirtual org.eclipse.jdt.internal.core.JavaModelManager$PerWorkingCopyInfo.getProblemRequestor:()Lorg/eclipse/jdt/core/IProblemRequestor;
            astore 3 /* problemRequestor */
         7: .line 85
      StackMap locals: org.eclipse.jdt.internal.core.CompilationUnit int org.eclipse.jdt.core.IProblemRequestor
      StackMap stack:
            aload 3 /* problemRequestor */
            ifnull 8
            aload 3 /* problemRequestor */
            invokeinterface org.eclipse.jdt.core.IProblemRequestor.isActive:()Z
            ifeq 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: istore 4 /* defaultRequestorIsActive */
        start local 4 // boolean defaultRequestorIsActive
        10: .line 86
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.workingCopyOwner:Lorg/eclipse/jdt/core/WorkingCopyOwner;
            aload 1 /* workingCopy */
            invokevirtual org.eclipse.jdt.core.WorkingCopyOwner.getProblemRequestor:(Lorg/eclipse/jdt/core/ICompilationUnit;)Lorg/eclipse/jdt/core/IProblemRequestor;
            astore 5 /* ownerProblemRequestor */
        start local 5 // org.eclipse.jdt.core.IProblemRequestor ownerProblemRequestor
        11: .line 87
            aload 5 /* ownerProblemRequestor */
            ifnull 12
            aload 5 /* ownerProblemRequestor */
            aload 3 /* problemRequestor */
            if_acmpeq 12
            aload 5 /* ownerProblemRequestor */
            invokeinterface org.eclipse.jdt.core.IProblemRequestor.isActive:()Z
            ifeq 12
            iconst_1
            goto 13
      StackMap locals: int org.eclipse.jdt.core.IProblemRequestor
      StackMap stack:
        12: iconst_0
      StackMap locals:
      StackMap stack: int
        13: istore 6 /* ownerRequestorIsActive */
        start local 6 // boolean ownerRequestorIsActive
        14: .line 88
            aload 0 /* this */
            iload 4 /* defaultRequestorIsActive */
            ifne 15
            iload 6 /* ownerRequestorIsActive */
            ifne 15
            iconst_0
            goto 16
      StackMap locals: org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation org.eclipse.jdt.internal.core.CompilationUnit int org.eclipse.jdt.core.IProblemRequestor int org.eclipse.jdt.core.IProblemRequestor int
      StackMap stack: org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
        15: iconst_1
      StackMap locals: org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation org.eclipse.jdt.internal.core.CompilationUnit int org.eclipse.jdt.core.IProblemRequestor int org.eclipse.jdt.core.IProblemRequestor int
      StackMap stack: org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation int
        16: putfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.requestorIsActive:Z
        17: .line 91
            aload 0 /* this */
            new org.eclipse.jdt.internal.core.JavaElementDeltaBuilder
            dup
            aload 1 /* workingCopy */
            invokespecial org.eclipse.jdt.internal.core.JavaElementDeltaBuilder.<init>:(Lorg/eclipse/jdt/core/IJavaElement;)V
            putfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.deltaBuilder:Lorg/eclipse/jdt/internal/core/JavaElementDeltaBuilder;
        18: .line 94
            aload 0 /* this */
            aload 1 /* workingCopy */
            invokevirtual org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.makeConsistent:(Lorg/eclipse/jdt/internal/core/CompilationUnit;)Lorg/eclipse/jdt/core/dom/CompilationUnit;
            pop
        19: .line 98
            iload 2 /* wasConsistent */
            ifeq 20
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.reconcileFlags:I
            iconst_1
            iand
            ifeq 23
        20: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* workingCopy */
            invokevirtual org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.notifyParticipants:(Lorg/eclipse/jdt/internal/core/CompilationUnit;)V
        21: .line 102
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.ast:Lorg/eclipse/jdt/core/dom/CompilationUnit;
            ifnonnull 23
        22: .line 103
            aload 0 /* this */
            aload 1 /* workingCopy */
            invokevirtual org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.makeConsistent:(Lorg/eclipse/jdt/internal/core/CompilationUnit;)Lorg/eclipse/jdt/core/dom/CompilationUnit;
            pop
        23: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.problems:Ljava/util/HashMap;
            ifnull 28
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.reconcileFlags:I
            iconst_1
            iand
            ifne 24
            iload 2 /* wasConsistent */
            ifne 28
        24: .line 108
      StackMap locals:
      StackMap stack:
            iload 4 /* defaultRequestorIsActive */
            ifeq 26
        25: .line 109
            aload 0 /* this */
            aload 1 /* workingCopy */
            aload 3 /* problemRequestor */
            invokevirtual org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.reportProblems:(Lorg/eclipse/jdt/internal/core/CompilationUnit;Lorg/eclipse/jdt/core/IProblemRequestor;)V
        26: .line 111
      StackMap locals:
      StackMap stack:
            iload 6 /* ownerRequestorIsActive */
            ifeq 28
        27: .line 112
            aload 0 /* this */
            aload 1 /* workingCopy */
            aload 5 /* ownerProblemRequestor */
            invokevirtual org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.reportProblems:(Lorg/eclipse/jdt/internal/core/CompilationUnit;Lorg/eclipse/jdt/core/IProblemRequestor;)V
        28: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.deltaBuilder:Lorg/eclipse/jdt/internal/core/JavaElementDeltaBuilder;
            getfield org.eclipse.jdt.internal.core.JavaElementDeltaBuilder.delta:Lorg/eclipse/jdt/internal/core/JavaElementDelta;
            astore 7 /* delta */
        start local 7 // org.eclipse.jdt.internal.core.JavaElementDelta delta
        29: .line 118
            aload 7 /* delta */
            ifnull 35
        30: .line 119
            aload 0 /* this */
            aload 1 /* workingCopy */
            aload 7 /* delta */
            invokevirtual org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.addReconcileDelta:(Lorg/eclipse/jdt/core/ICompilationUnit;Lorg/eclipse/jdt/core/IJavaElementDelta;)V
        end local 7 // org.eclipse.jdt.internal.core.JavaElementDelta delta
        end local 6 // boolean ownerRequestorIsActive
        end local 5 // org.eclipse.jdt.core.IProblemRequestor ownerProblemRequestor
        end local 4 // boolean defaultRequestorIsActive
        end local 3 // org.eclipse.jdt.core.IProblemRequestor problemRequestor
        end local 2 // boolean wasConsistent
        end local 1 // org.eclipse.jdt.internal.core.CompilationUnit workingCopy
        31: .line 121
            goto 35
      StackMap locals: org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
      StackMap stack: java.lang.Throwable
        32: astore 8
        33: .line 122
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.done:()V
        34: .line 123
            aload 8
            athrow
        35: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.done:()V
        36: .line 124
            return
        end local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   37     0                      this  Lorg/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation;
            3   31     1               workingCopy  Lorg/eclipse/jdt/internal/core/CompilationUnit;
            4   31     2             wasConsistent  Z
            5   31     3          problemRequestor  Lorg/eclipse/jdt/core/IProblemRequestor;
           10   31     4  defaultRequestorIsActive  Z
           11   31     5     ownerProblemRequestor  Lorg/eclipse/jdt/core/IProblemRequestor;
           14   31     6    ownerRequestorIsActive  Z
           29   31     7                     delta  Lorg/eclipse/jdt/internal/core/JavaElementDelta;
      Exception table:
        from    to  target  type
           1    32      32  any
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException

  private void reportProblems(org.eclipse.jdt.internal.core.CompilationUnit, org.eclipse.jdt.core.IProblemRequestor);
    descriptor: (Lorg/eclipse/jdt/internal/core/CompilationUnit;Lorg/eclipse/jdt/core/IProblemRequestor;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this
        start local 1 // org.eclipse.jdt.internal.core.CompilationUnit workingCopy
        start local 2 // org.eclipse.jdt.core.IProblemRequestor problemRequestor
         0: .line 134
            aload 2 /* problemRequestor */
            invokeinterface org.eclipse.jdt.core.IProblemRequestor.beginReporting:()V
         1: .line 135
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.problems:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3 /* iteraror */
        start local 3 // java.util.Iterator iteraror
         2: goto 15
         3: .line 136
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 3 /* iteraror */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.compiler.CategorizedProblem[]
            astore 4 /* categorizedProblems */
        start local 4 // org.eclipse.jdt.core.compiler.CategorizedProblem[] categorizedProblems
         4: .line 137
            aload 4 /* categorizedProblems */
            ifnonnull 5
            goto 15
         5: .line 138
      StackMap locals: org.eclipse.jdt.core.compiler.CategorizedProblem[]
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: aload 4 /* categorizedProblems */
            arraylength
            istore 6 /* length */
        start local 6 // int length
         7: goto 14
         8: .line 139
      StackMap locals: int int
      StackMap stack:
            aload 4 /* categorizedProblems */
            iload 5 /* i */
            aaload
            astore 7 /* problem */
        start local 7 // org.eclipse.jdt.core.compiler.CategorizedProblem problem
         9: .line 140
            getstatic org.eclipse.jdt.internal.core.JavaModelManager.VERBOSE:Z
            ifeq 11
        10: .line 141
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "PROBLEM FOUND while reconciling : "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* problem */
            invokevirtual org.eclipse.jdt.core.compiler.CategorizedProblem.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        11: .line 143
      StackMap locals: org.eclipse.jdt.core.compiler.CategorizedProblem
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
            ifnull 12
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
            invokevirtual org.eclipse.core.runtime.SubMonitor.isCanceled:()Z
            ifeq 12
            goto 15
        12: .line 144
      StackMap locals:
      StackMap stack:
            aload 2 /* problemRequestor */
            aload 7 /* problem */
            invokeinterface org.eclipse.jdt.core.IProblemRequestor.acceptProblem:(Lorg/eclipse/jdt/core/compiler/IProblem;)V
        end local 7 // org.eclipse.jdt.core.compiler.CategorizedProblem problem
        13: .line 138
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 5 /* i */
            iload 6 /* length */
            if_icmplt 8
        end local 6 // int length
        end local 5 // int i
        end local 4 // org.eclipse.jdt.core.compiler.CategorizedProblem[] categorizedProblems
        15: .line 135
      StackMap locals:
      StackMap stack:
            aload 3 /* iteraror */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 3 // java.util.Iterator iteraror
        16: .line 147
            goto 20
      StackMap locals: org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation org.eclipse.jdt.internal.core.CompilationUnit org.eclipse.jdt.core.IProblemRequestor
      StackMap stack: java.lang.Throwable
        17: astore 8
        18: .line 148
            aload 2 /* problemRequestor */
            invokeinterface org.eclipse.jdt.core.IProblemRequestor.endReporting:()V
        19: .line 149
            aload 8
            athrow
        20: .line 148
      StackMap locals:
      StackMap stack:
            aload 2 /* problemRequestor */
            invokeinterface org.eclipse.jdt.core.IProblemRequestor.endReporting:()V
        21: .line 150
            return
        end local 2 // org.eclipse.jdt.core.IProblemRequestor problemRequestor
        end local 1 // org.eclipse.jdt.internal.core.CompilationUnit workingCopy
        end local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   22     0                 this  Lorg/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation;
            0   22     1          workingCopy  Lorg/eclipse/jdt/internal/core/CompilationUnit;
            0   22     2     problemRequestor  Lorg/eclipse/jdt/core/IProblemRequestor;
            2   16     3             iteraror  Ljava/util/Iterator;
            4   15     4  categorizedProblems  [Lorg/eclipse/jdt/core/compiler/CategorizedProblem;
            6   15     5                    i  I
            7   15     6               length  I
            9   13     7              problem  Lorg/eclipse/jdt/core/compiler/CategorizedProblem;
      Exception table:
        from    to  target  type
           0    17      17  any
    MethodParameters:
                  Name  Flags
      workingCopy       
      problemRequestor  

  protected org.eclipse.jdt.internal.core.CompilationUnit getWorkingCopy();
    descriptor: ()Lorg/eclipse/jdt/internal/core/CompilationUnit;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this
         0: .line 156
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.getElementToProcess:()Lorg/eclipse/jdt/core/IJavaElement;
            checkcast org.eclipse.jdt.internal.core.CompilationUnit
            areturn
        end local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation;

  public boolean isReadOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this
         0: .line 161
            iconst_1
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation;

  public org.eclipse.jdt.core.dom.CompilationUnit makeConsistent(org.eclipse.jdt.internal.core.CompilationUnit);
    descriptor: (Lorg/eclipse/jdt/internal/core/CompilationUnit;)Lorg/eclipse/jdt/core/dom/CompilationUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this
        start local 1 // org.eclipse.jdt.internal.core.CompilationUnit workingCopy
         0: .line 169
            aload 1 /* workingCopy */
            invokevirtual org.eclipse.jdt.internal.core.CompilationUnit.isConsistent:()Z
            ifne 8
         1: .line 171
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.problems:Ljava/util/HashMap;
            ifnonnull 2
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.problems:Ljava/util/HashMap;
         2: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.requestorIsActive:Z
            putfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.resolveBindings:Z
         3: .line 173
            aload 0 /* this */
            aload 1 /* workingCopy */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.astLevel:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.resolveBindings:Z
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.reconcileFlags:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.problems:Ljava/util/HashMap;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
            invokevirtual org.eclipse.jdt.internal.core.CompilationUnit.makeConsistent:(IZILjava/util/HashMap;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit;
            putfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.ast:Lorg/eclipse/jdt/core/dom/CompilationUnit;
         4: .line 174
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.deltaBuilder:Lorg/eclipse/jdt/internal/core/JavaElementDeltaBuilder;
            invokevirtual org.eclipse.jdt.internal.core.JavaElementDeltaBuilder.buildDeltas:()V
         5: .line 175
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.ast:Lorg/eclipse/jdt/core/dom/CompilationUnit;
            ifnull 7
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.deltaBuilder:Lorg/eclipse/jdt/internal/core/JavaElementDeltaBuilder;
            getfield org.eclipse.jdt.internal.core.JavaElementDeltaBuilder.delta:Lorg/eclipse/jdt/internal/core/JavaElementDelta;
            ifnull 7
         6: .line 176
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.deltaBuilder:Lorg/eclipse/jdt/internal/core/JavaElementDeltaBuilder;
            getfield org.eclipse.jdt.internal.core.JavaElementDeltaBuilder.delta:Lorg/eclipse/jdt/internal/core/JavaElementDelta;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.ast:Lorg/eclipse/jdt/core/dom/CompilationUnit;
            invokevirtual org.eclipse.jdt.internal.core.JavaElementDelta.changedAST:(Lorg/eclipse/jdt/core/dom/CompilationUnit;)V
         7: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.ast:Lorg/eclipse/jdt/core/dom/CompilationUnit;
            areturn
         8: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.ast:Lorg/eclipse/jdt/core/dom/CompilationUnit;
            ifnull 10
         9: .line 180
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.ast:Lorg/eclipse/jdt/core/dom/CompilationUnit;
            areturn
        10: .line 182
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* unit */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration unit
        11: .line 184
            invokestatic org.eclipse.jdt.internal.core.JavaModelManager.getJavaModelManager:()Lorg/eclipse/jdt/internal/core/JavaModelManager;
            getfield org.eclipse.jdt.internal.core.JavaModelManager.abortOnMissingSource:Ljava/lang/ThreadLocal;
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
        12: .line 185
            aload 1 /* workingCopy */
            invokevirtual org.eclipse.jdt.internal.core.CompilationUnit.cloneCachingContents:()Lorg/eclipse/jdt/internal/core/CompilationUnit;
            astore 3 /* source */
        start local 3 // org.eclipse.jdt.internal.core.CompilationUnit source
        13: .line 187
            aload 1 /* workingCopy */
            invokevirtual org.eclipse.jdt.internal.core.CompilationUnit.getJavaProject:()Lorg/eclipse/jdt/core/IJavaProject;
            invokeinterface org.eclipse.jdt.core.IJavaProject.getProject:()Lorg/eclipse/core/resources/IProject;
            invokestatic org.eclipse.jdt.internal.core.JavaProject.hasJavaNature:(Lorg/eclipse/core/resources/IProject;)Z
            ifeq 28
        14: .line 188
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.reconcileFlags:I
            iconst_1
            iand
            ifeq 28
        15: .line 189
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.requestorIsActive:Z
            putfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.resolveBindings:Z
        16: .line 190
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.problems:Ljava/util/HashMap;
            ifnonnull 18
        17: .line 191
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.problems:Ljava/util/HashMap;
        18: .line 194
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration org.eclipse.jdt.internal.core.CompilationUnit
      StackMap stack:
            aload 3 /* source */
        19: .line 195
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.workingCopyOwner:Lorg/eclipse/jdt/core/WorkingCopyOwner;
        20: .line 196
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.problems:Ljava/util/HashMap;
        21: .line 197
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.astLevel:I
            ifeq 22
            iconst_1
            goto 23
      StackMap locals: org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation org.eclipse.jdt.internal.core.CompilationUnit org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration org.eclipse.jdt.internal.core.CompilationUnit
      StackMap stack: org.eclipse.jdt.internal.core.CompilationUnit org.eclipse.jdt.core.WorkingCopyOwner java.util.HashMap
        22: iconst_0
        23: .line 198
      StackMap locals: org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation org.eclipse.jdt.internal.core.CompilationUnit org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration org.eclipse.jdt.internal.core.CompilationUnit
      StackMap stack: org.eclipse.jdt.internal.core.CompilationUnit org.eclipse.jdt.core.WorkingCopyOwner java.util.HashMap int
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.reconcileFlags:I
        24: .line 199
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
        25: .line 193
            invokestatic org.eclipse.jdt.internal.core.CompilationUnitProblemFinder.process:(Lorg/eclipse/jdt/internal/core/CompilationUnit;Lorg/eclipse/jdt/core/WorkingCopyOwner;Ljava/util/HashMap;ZILorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
        26: .line 192
            astore 2 /* unit */
        27: .line 200
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
            ifnull 28
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
            iconst_1
            invokevirtual org.eclipse.core.runtime.SubMonitor.worked:(I)V
        28: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.astLevel:I
            ifeq 58
        29: .line 205
            aload 2 /* unit */
            ifnull 58
        30: .line 206
            aload 1 /* workingCopy */
            invokevirtual org.eclipse.jdt.internal.core.CompilationUnit.getJavaProject:()Lorg/eclipse/jdt/core/IJavaProject;
            iconst_1
            invokeinterface org.eclipse.jdt.core.IJavaProject.getOptions:(Z)Ljava/util/Map;
            astore 4 /* options */
        start local 4 // java.util.Map options
        31: .line 208
            aload 0 /* this */
        32: .line 210
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.astLevel:I
        33: .line 211
            aload 2 /* unit */
        34: .line 212
            aload 4 /* options */
        35: .line 213
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.resolveBindings:Z
        36: .line 214
            aload 3 /* source */
        37: .line 215
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.reconcileFlags:I
        38: .line 216
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
        39: .line 209
            invokestatic org.eclipse.jdt.core.dom.AST.convertCompilationUnit:(ILorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;Ljava/util/Map;ZLorg/eclipse/jdt/internal/core/CompilationUnit;ILorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit;
        40: .line 208
            putfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.ast:Lorg/eclipse/jdt/core/dom/CompilationUnit;
        41: .line 217
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.ast:Lorg/eclipse/jdt/core/dom/CompilationUnit;
            ifnull 45
        42: .line 218
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.deltaBuilder:Lorg/eclipse/jdt/internal/core/JavaElementDeltaBuilder;
            getfield org.eclipse.jdt.internal.core.JavaElementDeltaBuilder.delta:Lorg/eclipse/jdt/internal/core/JavaElementDelta;
            ifnonnull 44
        43: .line 219
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.deltaBuilder:Lorg/eclipse/jdt/internal/core/JavaElementDeltaBuilder;
            new org.eclipse.jdt.internal.core.JavaElementDelta
            dup
            aload 1 /* workingCopy */
            invokespecial org.eclipse.jdt.internal.core.JavaElementDelta.<init>:(Lorg/eclipse/jdt/core/IJavaElement;)V
            putfield org.eclipse.jdt.internal.core.JavaElementDeltaBuilder.delta:Lorg/eclipse/jdt/internal/core/JavaElementDelta;
        44: .line 221
      StackMap locals: java.util.Map
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.deltaBuilder:Lorg/eclipse/jdt/internal/core/JavaElementDeltaBuilder;
            getfield org.eclipse.jdt.internal.core.JavaElementDeltaBuilder.delta:Lorg/eclipse/jdt/internal/core/JavaElementDelta;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.ast:Lorg/eclipse/jdt/core/dom/CompilationUnit;
            invokevirtual org.eclipse.jdt.internal.core.JavaElementDelta.changedAST:(Lorg/eclipse/jdt/core/dom/CompilationUnit;)V
        45: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
            ifnull 58
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
            iconst_1
            invokevirtual org.eclipse.core.runtime.SubMonitor.worked:(I)V
        end local 4 // java.util.Map options
        end local 3 // org.eclipse.jdt.internal.core.CompilationUnit source
        46: .line 225
            goto 58
      StackMap locals: org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation org.eclipse.jdt.internal.core.CompilationUnit org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
      StackMap stack: org.eclipse.jdt.core.JavaModelException
        47: astore 3 /* e */
        start local 3 // org.eclipse.jdt.core.JavaModelException e
        48: .line 226
            aload 1 /* workingCopy */
            invokevirtual org.eclipse.jdt.internal.core.CompilationUnit.getJavaProject:()Lorg/eclipse/jdt/core/IJavaProject;
            invokeinterface org.eclipse.jdt.core.IJavaProject.getProject:()Lorg/eclipse/core/resources/IProject;
            invokestatic org.eclipse.jdt.internal.core.JavaProject.hasJavaNature:(Lorg/eclipse/core/resources/IProject;)Z
            ifeq 50
        49: .line 227
            aload 3 /* e */
            athrow
        end local 3 // org.eclipse.jdt.core.JavaModelException e
        50: .line 231
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jdt.internal.core.JavaModelManager.getJavaModelManager:()Lorg/eclipse/jdt/internal/core/JavaModelManager;
            getfield org.eclipse.jdt.internal.core.JavaModelManager.abortOnMissingSource:Ljava/lang/ThreadLocal;
            aconst_null
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
        51: .line 232
            aload 2 /* unit */
            ifnull 61
        52: .line 233
            aload 2 /* unit */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.cleanUp:()V
            goto 61
        53: .line 230
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        54: .line 231
            invokestatic org.eclipse.jdt.internal.core.JavaModelManager.getJavaModelManager:()Lorg/eclipse/jdt/internal/core/JavaModelManager;
            getfield org.eclipse.jdt.internal.core.JavaModelManager.abortOnMissingSource:Ljava/lang/ThreadLocal;
            aconst_null
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
        55: .line 232
            aload 2 /* unit */
            ifnull 57
        56: .line 233
            aload 2 /* unit */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.cleanUp:()V
        57: .line 235
      StackMap locals: org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation org.eclipse.jdt.internal.core.CompilationUnit org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration top top java.lang.Throwable
      StackMap stack:
            aload 5
            athrow
        58: .line 231
      StackMap locals: org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation org.eclipse.jdt.internal.core.CompilationUnit org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
      StackMap stack:
            invokestatic org.eclipse.jdt.internal.core.JavaModelManager.getJavaModelManager:()Lorg/eclipse/jdt/internal/core/JavaModelManager;
            getfield org.eclipse.jdt.internal.core.JavaModelManager.abortOnMissingSource:Ljava/lang/ThreadLocal;
            aconst_null
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
        59: .line 232
            aload 2 /* unit */
            ifnull 61
        60: .line 233
            aload 2 /* unit */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.cleanUp:()V
        61: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.ast:Lorg/eclipse/jdt/core/dom/CompilationUnit;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration unit
        end local 1 // org.eclipse.jdt.internal.core.CompilationUnit workingCopy
        end local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   62     0         this  Lorg/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation;
            0   62     1  workingCopy  Lorg/eclipse/jdt/internal/core/CompilationUnit;
           11   62     2         unit  Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
           13   46     3       source  Lorg/eclipse/jdt/internal/core/CompilationUnit;
           31   46     4      options  Ljava/util/Map;
           48   50     3            e  Lorg/eclipse/jdt/core/JavaModelException;
      Exception table:
        from    to  target  type
          11    46      47  Class org.eclipse.jdt.core.JavaModelException
          11    50      53  any
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
             Name  Flags
      workingCopy  

  private void notifyParticipants(org.eclipse.jdt.internal.core.CompilationUnit);
    descriptor: (Lorg/eclipse/jdt/internal/core/CompilationUnit;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this
        start local 1 // org.eclipse.jdt.internal.core.CompilationUnit workingCopy
         0: .line 240
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.getWorkingCopy:()Lorg/eclipse/jdt/internal/core/CompilationUnit;
            invokevirtual org.eclipse.jdt.internal.core.CompilationUnit.getJavaProject:()Lorg/eclipse/jdt/core/IJavaProject;
            astore 2 /* javaProject */
        start local 2 // org.eclipse.jdt.core.IJavaProject javaProject
         1: .line 241
            invokestatic org.eclipse.jdt.internal.core.JavaModelManager.getJavaModelManager:()Lorg/eclipse/jdt/internal/core/JavaModelManager;
            getfield org.eclipse.jdt.internal.core.JavaModelManager.compilationParticipants:Lorg/eclipse/jdt/internal/core/JavaModelManager$CompilationParticipants;
            aload 2 /* javaProject */
            invokevirtual org.eclipse.jdt.internal.core.JavaModelManager$CompilationParticipants.getCompilationParticipants:(Lorg/eclipse/jdt/core/IJavaProject;)[Lorg/eclipse/jdt/core/compiler/CompilationParticipant;
            astore 3 /* participants */
        start local 3 // org.eclipse.jdt.core.compiler.CompilationParticipant[] participants
         2: .line 242
            aload 3 /* participants */
            ifnonnull 3
            return
         3: .line 244
      StackMap locals: org.eclipse.jdt.core.IJavaProject org.eclipse.jdt.core.compiler.CompilationParticipant[]
      StackMap stack:
            new org.eclipse.jdt.core.compiler.ReconcileContext
            dup
            aload 0 /* this */
            aload 1 /* workingCopy */
            invokespecial org.eclipse.jdt.core.compiler.ReconcileContext.<init>:(Lorg/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation;Lorg/eclipse/jdt/internal/core/CompilationUnit;)V
            astore 4 /* context */
        start local 4 // org.eclipse.jdt.core.compiler.ReconcileContext context
         4: .line 245
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: aload 3 /* participants */
            arraylength
            istore 6 /* length */
        start local 6 // int length
         6: goto 10
         7: .line 246
      StackMap locals: org.eclipse.jdt.core.compiler.ReconcileContext int int
      StackMap stack:
            aload 3 /* participants */
            iload 5 /* i */
            aaload
            astore 7 /* participant */
        start local 7 // org.eclipse.jdt.core.compiler.CompilationParticipant participant
         8: .line 247
            new org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1
            dup
            aload 0 /* this */
            aload 7 /* participant */
            aload 4 /* context */
            invokespecial org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1.<init>:(Lorg/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation;Lorg/eclipse/jdt/core/compiler/CompilationParticipant;Lorg/eclipse/jdt/core/compiler/ReconcileContext;)V
            invokestatic org.eclipse.core.runtime.SafeRunner.run:(Lorg/eclipse/core/runtime/ISafeRunnable;)V
        end local 7 // org.eclipse.jdt.core.compiler.CompilationParticipant participant
         9: .line 245
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            iload 6 /* length */
            if_icmplt 7
        end local 6 // int length
        end local 5 // int i
        11: .line 266
            return
        end local 4 // org.eclipse.jdt.core.compiler.ReconcileContext context
        end local 3 // org.eclipse.jdt.core.compiler.CompilationParticipant[] participants
        end local 2 // org.eclipse.jdt.core.IJavaProject javaProject
        end local 1 // org.eclipse.jdt.internal.core.CompilationUnit workingCopy
        end local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lorg/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation;
            0   12     1   workingCopy  Lorg/eclipse/jdt/internal/core/CompilationUnit;
            1   12     2   javaProject  Lorg/eclipse/jdt/core/IJavaProject;
            2   12     3  participants  [Lorg/eclipse/jdt/core/compiler/CompilationParticipant;
            4   12     4       context  Lorg/eclipse/jdt/core/compiler/ReconcileContext;
            5   11     5             i  I
            6   11     6        length  I
            8    9     7   participant  Lorg/eclipse/jdt/core/compiler/CompilationParticipant;
    MethodParameters:
             Name  Flags
      workingCopy  final

  protected org.eclipse.jdt.core.IJavaModelStatus verify();
    descriptor: ()Lorg/eclipse/jdt/core/IJavaModelStatus;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this
         0: .line 270
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.core.JavaModelOperation.verify:()Lorg/eclipse/jdt/core/IJavaModelStatus;
            astore 1 /* status */
        start local 1 // org.eclipse.jdt.core.IJavaModelStatus status
         1: .line 271
            aload 1 /* status */
            invokeinterface org.eclipse.jdt.core.IJavaModelStatus.isOK:()Z
            ifne 3
         2: .line 272
            aload 1 /* status */
            areturn
         3: .line 274
      StackMap locals: org.eclipse.jdt.core.IJavaModelStatus
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.getWorkingCopy:()Lorg/eclipse/jdt/internal/core/CompilationUnit;
            astore 2 /* workingCopy */
        start local 2 // org.eclipse.jdt.internal.core.CompilationUnit workingCopy
         4: .line 275
            aload 2 /* workingCopy */
            invokevirtual org.eclipse.jdt.internal.core.CompilationUnit.isWorkingCopy:()Z
            ifne 6
         5: .line 276
            new org.eclipse.jdt.internal.core.JavaModelStatus
            dup
            sipush 969
            aload 2 /* workingCopy */
            invokespecial org.eclipse.jdt.internal.core.JavaModelStatus.<init>:(ILorg/eclipse/jdt/core/IJavaElement;)V
            areturn
         6: .line 278
      StackMap locals: org.eclipse.jdt.internal.core.CompilationUnit
      StackMap stack:
            aload 1 /* status */
            areturn
        end local 2 // org.eclipse.jdt.internal.core.CompilationUnit workingCopy
        end local 1 // org.eclipse.jdt.core.IJavaModelStatus status
        end local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation;
            1    7     1       status  Lorg/eclipse/jdt/core/IJavaModelStatus;
            4    7     2  workingCopy  Lorg/eclipse/jdt/internal/core/CompilationUnit;
}
SourceFile: "ReconcileWorkingCopyOperation.java"
NestMembers:
  org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1
InnerClasses:
  public CompilationParticipants = org.eclipse.jdt.internal.core.JavaModelManager$CompilationParticipants of org.eclipse.jdt.internal.core.JavaModelManager
  public PerWorkingCopyInfo = org.eclipse.jdt.internal.core.JavaModelManager$PerWorkingCopyInfo of org.eclipse.jdt.internal.core.JavaModelManager
  org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1