public final class org.apache.logging.log4j.core.osgi.Activator
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.logging.log4j.core.osgi.Activator
  super_class: java.lang.Object
{
  private static final org.apache.logging.log4j.Logger LOGGER;
    descriptor: Lorg/apache/logging/log4j/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.util.concurrent.atomic.AtomicReference<BundleContext> contextRef;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<LBundleContext;>;

  ServiceRegistration provideRegistration;
    descriptor: LServiceRegistration;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.logging.log4j.core.osgi.Activator this
         0: .line 31
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.osgi cannot be resolved\n\tThe import org.osgi cannot be resolved\n\tThe import org.osgi cannot be resolved\n\tThe import org.osgi cannot be resolved\n\tThe import org.osgi cannot be resolved\n\tThe import org.osgi cannot be resolved\n\tThe import org.osgi cannot be resolved\n\tBundleActivator cannot be resolved to a type\n\tSynchronousBundleListener cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a variable\n\tBundleWiring cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleEvent cannot be resolved to a type\n\tBundleEvent cannot be resolved to a variable\n\tBundleEvent cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.logging.log4j.core.osgi.Activator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/logging/log4j/core/osgi/Activator;

  public void start(BundleContext);
    descriptor: (LBundleContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.logging.log4j.core.osgi.Activator this
         0: .line 51
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundleContext cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.logging.log4j.core.osgi.Activator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/logging/log4j/core/osgi/Activator;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      context  final

  static void scanInstalledBundlesForPlugins(BundleContext);
    descriptor: (LBundleContext;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 67
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundleContext cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      context  final

  static void scanBundleForPlugins(Bundle);
    descriptor: (LBundle;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a variable\n\tBundleWiring cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
        Name  Flags
      bundle  final

  static void stopBundlePlugins(Bundle);
    descriptor: (LBundle;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 85
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBundle cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
        Name  Flags
      bundle  final

  public void stop(BundleContext);
    descriptor: (LBundleContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.logging.log4j.core.osgi.Activator this
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundleContext cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.logging.log4j.core.osgi.Activator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/logging/log4j/core/osgi/Activator;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      context  final

  public void bundleChanged(BundleEvent);
    descriptor: (LBundleEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.logging.log4j.core.osgi.Activator this
         0: .line 99
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundleEvent cannot be resolved to a type\n\tBundleEvent cannot be resolved to a variable\n\tBundleEvent cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.logging.log4j.core.osgi.Activator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/logging/log4j/core/osgi/Activator;
    MethodParameters:
       Name  Flags
      event  final
}
SourceFile: "Activator.java"