class io.ebean.datasource.pool.FreeConnectionBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebean.datasource.pool.FreeConnectionBuffer
  super_class: java.lang.Object
{
  private static final Logger logger;
    descriptor: LLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.util.LinkedList<io.ebean.datasource.pool.PooledConnection> freeBuffer;
    descriptor: Ljava/util/LinkedList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/LinkedList<Lio/ebean/datasource/pool/PooledConnection;>;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.datasource.pool.FreeConnectionBuffer this
         0: .line 3
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.slf4j cannot be resolved\n\tThe import org.slf4j cannot be resolved\n\tLogger cannot be resolved to a type\n\tLoggerFactory cannot be resolved\n\tLogger cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.datasource.pool.FreeConnectionBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/datasource/pool/FreeConnectionBuffer;

  int size();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.datasource.pool.FreeConnectionBuffer this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.datasource.pool.FreeConnectionBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/datasource/pool/FreeConnectionBuffer;

  boolean isEmpty();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.datasource.pool.FreeConnectionBuffer this
         0: .line 39
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.datasource.pool.FreeConnectionBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/datasource/pool/FreeConnectionBuffer;

  void add(io.ebean.datasource.pool.PooledConnection);
    descriptor: (Lio/ebean/datasource/pool/PooledConnection;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.datasource.pool.FreeConnectionBuffer this
         0: .line 46
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.datasource.pool.FreeConnectionBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/datasource/pool/FreeConnectionBuffer;
    MethodParameters:
      Name  Flags
      pc    

  io.ebean.datasource.pool.PooledConnection remove();
    descriptor: ()Lio/ebean/datasource/pool/PooledConnection;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.datasource.pool.FreeConnectionBuffer this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.datasource.pool.FreeConnectionBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/datasource/pool/FreeConnectionBuffer;

  void closeAll(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.datasource.pool.FreeConnectionBuffer this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tLogger cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.datasource.pool.FreeConnectionBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/datasource/pool/FreeConnectionBuffer;
    MethodParameters:
           Name  Flags
      logErrors  

  int trim(long, long);
    descriptor: (JJ)I
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.ebean.datasource.pool.FreeConnectionBuffer this
         0: .line 72
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.datasource.pool.FreeConnectionBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/datasource/pool/FreeConnectionBuffer;
    MethodParameters:
              Name  Flags
      usedSince     
      createdSince  
}
SourceFile: "FreeConnectionBuffer.java"