class io.ebeaninternal.dbmigration.model.PendingDrops$Entry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeaninternal.dbmigration.model.PendingDrops$Entry
  super_class: java.lang.Object
{
  final io.ebeaninternal.dbmigration.model.MigrationVersion version;
    descriptor: Lio/ebeaninternal/dbmigration/model/MigrationVersion;
    flags: (0x0010) ACC_FINAL

  final java.util.List<io.ebeaninternal.dbmigration.migration.ChangeSet> list;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Lio/ebeaninternal/dbmigration/migration/ChangeSet;>;

  void <init>(io.ebeaninternal.dbmigration.model.MigrationVersion);
    descriptor: (Lio/ebeaninternal/dbmigration/model/MigrationVersion;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
        start local 1 // io.ebeaninternal.dbmigration.model.MigrationVersion version
         0: .line 145
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 143
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeaninternal.dbmigration.model.PendingDrops$Entry.list:Ljava/util/List;
         2: .line 146
            aload 0 /* this */
            aload 1 /* version */
            putfield io.ebeaninternal.dbmigration.model.PendingDrops$Entry.version:Lio/ebeaninternal/dbmigration/model/MigrationVersion;
         3: .line 147
            return
        end local 1 // io.ebeaninternal.dbmigration.model.MigrationVersion version
        end local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/ebeaninternal/dbmigration/model/PendingDrops$Entry;
            0    4     1  version  Lio/ebeaninternal/dbmigration/model/MigrationVersion;
    MethodParameters:
         Name  Flags
      version  

  void add(io.ebeaninternal.dbmigration.migration.ChangeSet);
    descriptor: (Lio/ebeaninternal/dbmigration/migration/ChangeSet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
        start local 1 // io.ebeaninternal.dbmigration.migration.ChangeSet changeSet
         0: .line 150
            aload 0 /* this */
            getfield io.ebeaninternal.dbmigration.model.PendingDrops$Entry.list:Ljava/util/List;
            aload 1 /* changeSet */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 151
            return
        end local 1 // io.ebeaninternal.dbmigration.migration.ChangeSet changeSet
        end local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/ebeaninternal/dbmigration/model/PendingDrops$Entry;
            0    2     1  changeSet  Lio/ebeaninternal/dbmigration/migration/ChangeSet;
    MethodParameters:
           Name  Flags
      changeSet  

  boolean containsSuppressForever();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
         0: .line 157
            aload 0 /* this */
            getfield io.ebeaninternal.dbmigration.model.PendingDrops$Entry.list:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: io.ebeaninternal.dbmigration.model.PendingDrops$Entry top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.ebeaninternal.dbmigration.migration.ChangeSet
            astore 1 /* changeSet */
        start local 1 // io.ebeaninternal.dbmigration.migration.ChangeSet changeSet
         2: .line 158
            aload 1 /* changeSet */
            invokestatic io.ebeaninternal.dbmigration.model.PendingDrops.isSuppressForever:(Lio/ebeaninternal/dbmigration/migration/ChangeSet;)Z
            ifeq 4
         3: .line 159
            iconst_1
            ireturn
        end local 1 // io.ebeaninternal.dbmigration.migration.ChangeSet changeSet
         4: .line 157
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 162
            iconst_0
            ireturn
        end local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/ebeaninternal/dbmigration/model/PendingDrops$Entry;
            2    4     1  changeSet  Lio/ebeaninternal/dbmigration/migration/ChangeSet;

  boolean hasPendingDrops();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
         0: .line 169
            aload 0 /* this */
            getfield io.ebeaninternal.dbmigration.model.PendingDrops$Entry.list:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: io.ebeaninternal.dbmigration.model.PendingDrops$Entry top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.ebeaninternal.dbmigration.migration.ChangeSet
            astore 1 /* changeSet */
        start local 1 // io.ebeaninternal.dbmigration.migration.ChangeSet changeSet
         2: .line 170
            aload 1 /* changeSet */
            invokestatic io.ebeaninternal.dbmigration.model.PendingDrops.isSuppressForever:(Lio/ebeaninternal/dbmigration/migration/ChangeSet;)Z
            ifne 4
         3: .line 171
            iconst_1
            ireturn
        end local 1 // io.ebeaninternal.dbmigration.migration.ChangeSet changeSet
         4: .line 169
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 174
            iconst_0
            ireturn
        end local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/ebeaninternal/dbmigration/model/PendingDrops$Entry;
            2    4     1  changeSet  Lio/ebeaninternal/dbmigration/migration/ChangeSet;

  boolean removeDrops(io.ebeaninternal.dbmigration.migration.ChangeSet);
    descriptor: (Lio/ebeaninternal/dbmigration/migration/ChangeSet;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
        start local 1 // io.ebeaninternal.dbmigration.migration.ChangeSet appliedDrops
         0: .line 183
            aload 0 /* this */
            getfield io.ebeaninternal.dbmigration.model.PendingDrops$Entry.list:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* iterator */
        start local 2 // java.util.Iterator iterator
         1: .line 184
            goto 7
         2: .line 185
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.ebeaninternal.dbmigration.migration.ChangeSet
            astore 3 /* next */
        start local 3 // io.ebeaninternal.dbmigration.migration.ChangeSet next
         3: .line 186
            aload 3 /* next */
            invokestatic io.ebeaninternal.dbmigration.model.PendingDrops.isSuppressForever:(Lio/ebeaninternal/dbmigration/migration/ChangeSet;)Z
            ifne 7
         4: .line 187
            aload 0 /* this */
            aload 3 /* next */
            aload 1 /* appliedDrops */
            invokevirtual io.ebeaninternal.dbmigration.model.PendingDrops$Entry.removeMatchingChanges:(Lio/ebeaninternal/dbmigration/migration/ChangeSet;Lio/ebeaninternal/dbmigration/migration/ChangeSet;)V
         5: .line 188
            aload 3 /* next */
            invokevirtual io.ebeaninternal.dbmigration.migration.ChangeSet.getChangeSetChildren:()Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 7
         6: .line 189
            aload 2 /* iterator */
            invokeinterface java.util.Iterator.remove:()V
        end local 3 // io.ebeaninternal.dbmigration.migration.ChangeSet next
         7: .line 184
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         8: .line 194
            aload 0 /* this */
            getfield io.ebeaninternal.dbmigration.model.PendingDrops$Entry.list:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ireturn
        end local 2 // java.util.Iterator iterator
        end local 1 // io.ebeaninternal.dbmigration.migration.ChangeSet appliedDrops
        end local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lio/ebeaninternal/dbmigration/model/PendingDrops$Entry;
            0    9     1  appliedDrops  Lio/ebeaninternal/dbmigration/migration/ChangeSet;
            1    9     2      iterator  Ljava/util/Iterator<Lio/ebeaninternal/dbmigration/migration/ChangeSet;>;
            3    7     3          next  Lio/ebeaninternal/dbmigration/migration/ChangeSet;
    MethodParameters:
              Name  Flags
      appliedDrops  

  private void removeMatchingChanges(io.ebeaninternal.dbmigration.migration.ChangeSet, io.ebeaninternal.dbmigration.migration.ChangeSet);
    descriptor: (Lio/ebeaninternal/dbmigration/migration/ChangeSet;Lio/ebeaninternal/dbmigration/migration/ChangeSet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
        start local 1 // io.ebeaninternal.dbmigration.migration.ChangeSet pendingDrops
        start local 2 // io.ebeaninternal.dbmigration.migration.ChangeSet appliedDrops
         0: .line 202
            aload 1 /* pendingDrops */
            invokevirtual io.ebeaninternal.dbmigration.migration.ChangeSet.getChangeSetChildren:()Ljava/util/List;
            astore 3 /* pending */
        start local 3 // java.util.List pending
         1: .line 203
            aload 3 /* pending */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* iterator */
        start local 4 // java.util.Iterator iterator
         2: .line 204
            goto 12
         3: .line 205
      StackMap locals: java.util.List java.util.Iterator
      StackMap stack:
            aload 4 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 5 /* pendingDrop */
        start local 5 // java.lang.Object pendingDrop
         4: .line 206
            aload 5 /* pendingDrop */
            instanceof io.ebeaninternal.dbmigration.migration.DropColumn
            ifeq 7
            aload 0 /* this */
            aload 5 /* pendingDrop */
            checkcast io.ebeaninternal.dbmigration.migration.DropColumn
            aload 2 /* appliedDrops */
            invokevirtual io.ebeaninternal.dbmigration.model.PendingDrops$Entry.dropColumnIn:(Lio/ebeaninternal/dbmigration/migration/DropColumn;Lio/ebeaninternal/dbmigration/migration/ChangeSet;)Z
            ifeq 7
         5: .line 207
            aload 4 /* iterator */
            invokeinterface java.util.Iterator.remove:()V
         6: .line 209
            goto 12
      StackMap locals: java.lang.Object
      StackMap stack:
         7: aload 5 /* pendingDrop */
            instanceof io.ebeaninternal.dbmigration.migration.DropTable
            ifeq 10
            aload 0 /* this */
            aload 5 /* pendingDrop */
            checkcast io.ebeaninternal.dbmigration.migration.DropTable
            aload 2 /* appliedDrops */
            invokevirtual io.ebeaninternal.dbmigration.model.PendingDrops$Entry.dropTableIn:(Lio/ebeaninternal/dbmigration/migration/DropTable;Lio/ebeaninternal/dbmigration/migration/ChangeSet;)Z
            ifeq 10
         8: .line 210
            aload 4 /* iterator */
            invokeinterface java.util.Iterator.remove:()V
         9: .line 212
            goto 12
      StackMap locals:
      StackMap stack:
        10: aload 5 /* pendingDrop */
            instanceof io.ebeaninternal.dbmigration.migration.DropHistoryTable
            ifeq 12
            aload 0 /* this */
            aload 5 /* pendingDrop */
            checkcast io.ebeaninternal.dbmigration.migration.DropHistoryTable
            aload 2 /* appliedDrops */
            invokevirtual io.ebeaninternal.dbmigration.model.PendingDrops$Entry.dropHistoryTableIn:(Lio/ebeaninternal/dbmigration/migration/DropHistoryTable;Lio/ebeaninternal/dbmigration/migration/ChangeSet;)Z
            ifeq 12
        11: .line 213
            aload 4 /* iterator */
            invokeinterface java.util.Iterator.remove:()V
        end local 5 // java.lang.Object pendingDrop
        12: .line 204
      StackMap locals:
      StackMap stack:
            aload 4 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        13: .line 217
            return
        end local 4 // java.util.Iterator iterator
        end local 3 // java.util.List pending
        end local 2 // io.ebeaninternal.dbmigration.migration.ChangeSet appliedDrops
        end local 1 // io.ebeaninternal.dbmigration.migration.ChangeSet pendingDrops
        end local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lio/ebeaninternal/dbmigration/model/PendingDrops$Entry;
            0   14     1  pendingDrops  Lio/ebeaninternal/dbmigration/migration/ChangeSet;
            0   14     2  appliedDrops  Lio/ebeaninternal/dbmigration/migration/ChangeSet;
            1   14     3       pending  Ljava/util/List<Ljava/lang/Object;>;
            2   14     4      iterator  Ljava/util/Iterator<Ljava/lang/Object;>;
            4   12     5   pendingDrop  Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      pendingDrops  
      appliedDrops  

  private boolean dropHistoryTableIn(io.ebeaninternal.dbmigration.migration.DropHistoryTable, io.ebeaninternal.dbmigration.migration.ChangeSet);
    descriptor: (Lio/ebeaninternal/dbmigration/migration/DropHistoryTable;Lio/ebeaninternal/dbmigration/migration/ChangeSet;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
        start local 1 // io.ebeaninternal.dbmigration.migration.DropHistoryTable pendingDrop
        start local 2 // io.ebeaninternal.dbmigration.migration.ChangeSet appliedDrops
         0: .line 223
            aload 2 /* appliedDrops */
            invokevirtual io.ebeaninternal.dbmigration.migration.ChangeSet.getChangeSetChildren:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: io.ebeaninternal.dbmigration.model.PendingDrops$Entry io.ebeaninternal.dbmigration.migration.DropHistoryTable io.ebeaninternal.dbmigration.migration.ChangeSet top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* o */
        start local 3 // java.lang.Object o
         2: .line 224
            aload 3 /* o */
            instanceof io.ebeaninternal.dbmigration.migration.DropHistoryTable
            ifeq 4
            aload 0 /* this */
            aload 1 /* pendingDrop */
            aload 3 /* o */
            checkcast io.ebeaninternal.dbmigration.migration.DropHistoryTable
            invokevirtual io.ebeaninternal.dbmigration.model.PendingDrops$Entry.sameHistoryTable:(Lio/ebeaninternal/dbmigration/migration/DropHistoryTable;Lio/ebeaninternal/dbmigration/migration/DropHistoryTable;)Z
            ifeq 4
         3: .line 225
            iconst_1
            ireturn
        end local 3 // java.lang.Object o
         4: .line 223
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 228
            iconst_0
            ireturn
        end local 2 // io.ebeaninternal.dbmigration.migration.ChangeSet appliedDrops
        end local 1 // io.ebeaninternal.dbmigration.migration.DropHistoryTable pendingDrop
        end local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/ebeaninternal/dbmigration/model/PendingDrops$Entry;
            0    6     1   pendingDrop  Lio/ebeaninternal/dbmigration/migration/DropHistoryTable;
            0    6     2  appliedDrops  Lio/ebeaninternal/dbmigration/migration/ChangeSet;
            2    4     3             o  Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      pendingDrop   
      appliedDrops  

  private boolean dropTableIn(io.ebeaninternal.dbmigration.migration.DropTable, io.ebeaninternal.dbmigration.migration.ChangeSet);
    descriptor: (Lio/ebeaninternal/dbmigration/migration/DropTable;Lio/ebeaninternal/dbmigration/migration/ChangeSet;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
        start local 1 // io.ebeaninternal.dbmigration.migration.DropTable pendingDrop
        start local 2 // io.ebeaninternal.dbmigration.migration.ChangeSet appliedDrops
         0: .line 235
            aload 2 /* appliedDrops */
            invokevirtual io.ebeaninternal.dbmigration.migration.ChangeSet.getChangeSetChildren:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: io.ebeaninternal.dbmigration.model.PendingDrops$Entry io.ebeaninternal.dbmigration.migration.DropTable io.ebeaninternal.dbmigration.migration.ChangeSet top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* o */
        start local 3 // java.lang.Object o
         2: .line 236
            aload 3 /* o */
            instanceof io.ebeaninternal.dbmigration.migration.DropTable
            ifeq 4
            aload 0 /* this */
            aload 1 /* pendingDrop */
            aload 3 /* o */
            checkcast io.ebeaninternal.dbmigration.migration.DropTable
            invokevirtual io.ebeaninternal.dbmigration.model.PendingDrops$Entry.sameTable:(Lio/ebeaninternal/dbmigration/migration/DropTable;Lio/ebeaninternal/dbmigration/migration/DropTable;)Z
            ifeq 4
         3: .line 237
            iconst_1
            ireturn
        end local 3 // java.lang.Object o
         4: .line 235
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 240
            iconst_0
            ireturn
        end local 2 // io.ebeaninternal.dbmigration.migration.ChangeSet appliedDrops
        end local 1 // io.ebeaninternal.dbmigration.migration.DropTable pendingDrop
        end local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/ebeaninternal/dbmigration/model/PendingDrops$Entry;
            0    6     1   pendingDrop  Lio/ebeaninternal/dbmigration/migration/DropTable;
            0    6     2  appliedDrops  Lio/ebeaninternal/dbmigration/migration/ChangeSet;
            2    4     3             o  Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      pendingDrop   
      appliedDrops  

  private boolean dropColumnIn(io.ebeaninternal.dbmigration.migration.DropColumn, io.ebeaninternal.dbmigration.migration.ChangeSet);
    descriptor: (Lio/ebeaninternal/dbmigration/migration/DropColumn;Lio/ebeaninternal/dbmigration/migration/ChangeSet;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
        start local 1 // io.ebeaninternal.dbmigration.migration.DropColumn pendingDrop
        start local 2 // io.ebeaninternal.dbmigration.migration.ChangeSet appliedDrops
         0: .line 247
            aload 2 /* appliedDrops */
            invokevirtual io.ebeaninternal.dbmigration.migration.ChangeSet.getChangeSetChildren:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: io.ebeaninternal.dbmigration.model.PendingDrops$Entry io.ebeaninternal.dbmigration.migration.DropColumn io.ebeaninternal.dbmigration.migration.ChangeSet top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* o */
        start local 3 // java.lang.Object o
         2: .line 248
            aload 3 /* o */
            instanceof io.ebeaninternal.dbmigration.migration.DropColumn
            ifeq 4
            aload 0 /* this */
            aload 1 /* pendingDrop */
            aload 3 /* o */
            checkcast io.ebeaninternal.dbmigration.migration.DropColumn
            invokevirtual io.ebeaninternal.dbmigration.model.PendingDrops$Entry.sameColumn:(Lio/ebeaninternal/dbmigration/migration/DropColumn;Lio/ebeaninternal/dbmigration/migration/DropColumn;)Z
            ifeq 4
         3: .line 249
            iconst_1
            ireturn
        end local 3 // java.lang.Object o
         4: .line 247
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 252
            iconst_0
            ireturn
        end local 2 // io.ebeaninternal.dbmigration.migration.ChangeSet appliedDrops
        end local 1 // io.ebeaninternal.dbmigration.migration.DropColumn pendingDrop
        end local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/ebeaninternal/dbmigration/model/PendingDrops$Entry;
            0    6     1   pendingDrop  Lio/ebeaninternal/dbmigration/migration/DropColumn;
            0    6     2  appliedDrops  Lio/ebeaninternal/dbmigration/migration/ChangeSet;
            2    4     3             o  Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      pendingDrop   
      appliedDrops  

  private boolean sameHistoryTable(io.ebeaninternal.dbmigration.migration.DropHistoryTable, io.ebeaninternal.dbmigration.migration.DropHistoryTable);
    descriptor: (Lio/ebeaninternal/dbmigration/migration/DropHistoryTable;Lio/ebeaninternal/dbmigration/migration/DropHistoryTable;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
        start local 1 // io.ebeaninternal.dbmigration.migration.DropHistoryTable pendingDrop
        start local 2 // io.ebeaninternal.dbmigration.migration.DropHistoryTable o
         0: .line 259
            aload 1 /* pendingDrop */
            invokevirtual io.ebeaninternal.dbmigration.migration.DropHistoryTable.getBaseTable:()Ljava/lang/String;
            aload 2 /* o */
            invokevirtual io.ebeaninternal.dbmigration.migration.DropHistoryTable.getBaseTable:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.ebeaninternal.dbmigration.migration.DropHistoryTable o
        end local 1 // io.ebeaninternal.dbmigration.migration.DropHistoryTable pendingDrop
        end local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/ebeaninternal/dbmigration/model/PendingDrops$Entry;
            0    1     1  pendingDrop  Lio/ebeaninternal/dbmigration/migration/DropHistoryTable;
            0    1     2            o  Lio/ebeaninternal/dbmigration/migration/DropHistoryTable;
    MethodParameters:
             Name  Flags
      pendingDrop  
      o            

  private boolean sameTable(io.ebeaninternal.dbmigration.migration.DropTable, io.ebeaninternal.dbmigration.migration.DropTable);
    descriptor: (Lio/ebeaninternal/dbmigration/migration/DropTable;Lio/ebeaninternal/dbmigration/migration/DropTable;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
        start local 1 // io.ebeaninternal.dbmigration.migration.DropTable pendingDrop
        start local 2 // io.ebeaninternal.dbmigration.migration.DropTable o
         0: .line 266
            aload 1 /* pendingDrop */
            invokevirtual io.ebeaninternal.dbmigration.migration.DropTable.getName:()Ljava/lang/String;
            aload 2 /* o */
            invokevirtual io.ebeaninternal.dbmigration.migration.DropTable.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.ebeaninternal.dbmigration.migration.DropTable o
        end local 1 // io.ebeaninternal.dbmigration.migration.DropTable pendingDrop
        end local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/ebeaninternal/dbmigration/model/PendingDrops$Entry;
            0    1     1  pendingDrop  Lio/ebeaninternal/dbmigration/migration/DropTable;
            0    1     2            o  Lio/ebeaninternal/dbmigration/migration/DropTable;
    MethodParameters:
             Name  Flags
      pendingDrop  
      o            

  private boolean sameColumn(io.ebeaninternal.dbmigration.migration.DropColumn, io.ebeaninternal.dbmigration.migration.DropColumn);
    descriptor: (Lio/ebeaninternal/dbmigration/migration/DropColumn;Lio/ebeaninternal/dbmigration/migration/DropColumn;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
        start local 1 // io.ebeaninternal.dbmigration.migration.DropColumn pending
        start local 2 // io.ebeaninternal.dbmigration.migration.DropColumn o
         0: .line 273
            aload 1 /* pending */
            invokevirtual io.ebeaninternal.dbmigration.migration.DropColumn.getColumnName:()Ljava/lang/String;
            aload 2 /* o */
            invokevirtual io.ebeaninternal.dbmigration.migration.DropColumn.getColumnName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         1: .line 274
            aload 1 /* pending */
            invokevirtual io.ebeaninternal.dbmigration.migration.DropColumn.getTableName:()Ljava/lang/String;
            aload 2 /* o */
            invokevirtual io.ebeaninternal.dbmigration.migration.DropColumn.getTableName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 273
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // io.ebeaninternal.dbmigration.migration.DropColumn o
        end local 1 // io.ebeaninternal.dbmigration.migration.DropColumn pending
        end local 0 // io.ebeaninternal.dbmigration.model.PendingDrops$Entry this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/ebeaninternal/dbmigration/model/PendingDrops$Entry;
            0    4     1  pending  Lio/ebeaninternal/dbmigration/migration/DropColumn;
            0    4     2        o  Lio/ebeaninternal/dbmigration/migration/DropColumn;
    MethodParameters:
         Name  Flags
      pending  
      o        
}
SourceFile: "PendingDrops.java"
NestHost: io.ebeaninternal.dbmigration.model.PendingDrops
InnerClasses:
  Entry = io.ebeaninternal.dbmigration.model.PendingDrops$Entry of io.ebeaninternal.dbmigration.model.PendingDrops