class org.eclipse.jgit.api.DescribeCommand$1 implements java.util.Comparator<org.eclipse.jgit.lib.Ref>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.api.DescribeCommand$1
  super_class: java.lang.Object
{
  final org.eclipse.jgit.api.DescribeCommand this$0;
    descriptor: Lorg/eclipse/jgit/api/DescribeCommand;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jgit.api.DescribeCommand);
    descriptor: (Lorg/eclipse/jgit/api/DescribeCommand;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.api.DescribeCommand$1 this
         0: .line 238
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jgit.api.DescribeCommand$1.this$0:Lorg/eclipse/jgit/api/DescribeCommand;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jgit.api.DescribeCommand$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/api/DescribeCommand$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public int compare(org.eclipse.jgit.lib.Ref, org.eclipse.jgit.lib.Ref);
    descriptor: (Lorg/eclipse/jgit/lib/Ref;Lorg/eclipse/jgit/lib/Ref;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.api.DescribeCommand$1 this
        start local 1 // org.eclipse.jgit.lib.Ref o1
        start local 2 // org.eclipse.jgit.lib.Ref o2
         0: .line 243
            aload 0 /* this */
            aload 2 /* o2 */
            invokevirtual org.eclipse.jgit.api.DescribeCommand$1.tagDate:(Lorg/eclipse/jgit/lib/Ref;)Ljava/util/Date;
            aload 0 /* this */
            aload 1 /* o1 */
            invokevirtual org.eclipse.jgit.api.DescribeCommand$1.tagDate:(Lorg/eclipse/jgit/lib/Ref;)Ljava/util/Date;
            invokevirtual java.util.Date.compareTo:(Ljava/util/Date;)I
         1: ireturn
         2: .line 244
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
         3: .line 245
            iconst_0
            ireturn
        end local 2 // org.eclipse.jgit.lib.Ref o2
        end local 1 // org.eclipse.jgit.lib.Ref o1
        end local 0 // org.eclipse.jgit.api.DescribeCommand$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/api/DescribeCommand$1;
            0    4     1    o1  Lorg/eclipse/jgit/lib/Ref;
            0    4     2    o2  Lorg/eclipse/jgit/lib/Ref;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      o1    
      o2    

  private java.util.Date tagDate(org.eclipse.jgit.lib.Ref);
    descriptor: (Lorg/eclipse/jgit/lib/Ref;)Ljava/util/Date;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jgit.api.DescribeCommand$1 this
        start local 1 // org.eclipse.jgit.lib.Ref tag
         0: .line 250
            aload 0 /* this */
            getfield org.eclipse.jgit.api.DescribeCommand$1.this$0:Lorg/eclipse/jgit/api/DescribeCommand;
            getfield org.eclipse.jgit.api.DescribeCommand.w:Lorg/eclipse/jgit/revwalk/RevWalk;
            aload 1 /* tag */
            invokeinterface org.eclipse.jgit.lib.Ref.getObjectId:()Lorg/eclipse/jgit/lib/ObjectId;
            invokevirtual org.eclipse.jgit.revwalk.RevWalk.parseTag:(Lorg/eclipse/jgit/lib/AnyObjectId;)Lorg/eclipse/jgit/revwalk/RevTag;
            astore 2 /* t */
        start local 2 // org.eclipse.jgit.revwalk.RevTag t
         1: .line 251
            aload 0 /* this */
            getfield org.eclipse.jgit.api.DescribeCommand$1.this$0:Lorg/eclipse/jgit/api/DescribeCommand;
            getfield org.eclipse.jgit.api.DescribeCommand.w:Lorg/eclipse/jgit/revwalk/RevWalk;
            aload 2 /* t */
            invokevirtual org.eclipse.jgit.revwalk.RevWalk.parseBody:(Lorg/eclipse/jgit/revwalk/RevObject;)V
         2: .line 252
            aload 2 /* t */
            invokevirtual org.eclipse.jgit.revwalk.RevTag.getTaggerIdent:()Lorg/eclipse/jgit/lib/PersonIdent;
            invokevirtual org.eclipse.jgit.lib.PersonIdent.getWhen:()Ljava/util/Date;
            areturn
        end local 2 // org.eclipse.jgit.revwalk.RevTag t
        end local 1 // org.eclipse.jgit.lib.Ref tag
        end local 0 // org.eclipse.jgit.api.DescribeCommand$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/api/DescribeCommand$1;
            0    3     1   tag  Lorg/eclipse/jgit/lib/Ref;
            1    3     2     t  Lorg/eclipse/jgit/revwalk/RevTag;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      tag   

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.jgit.lib.Ref
            aload 2
            checkcast org.eclipse.jgit.lib.Ref
            invokevirtual org.eclipse.jgit.api.DescribeCommand$1.compare:(Lorg/eclipse/jgit/lib/Ref;Lorg/eclipse/jgit/lib/Ref;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/eclipse/jgit/lib/Ref;>;
SourceFile: "DescribeCommand.java"
EnclosingMethod: org.eclipse.jgit.api.DescribeCommand
NestHost: org.eclipse.jgit.api.DescribeCommand
InnerClasses:
  org.eclipse.jgit.api.DescribeCommand$1