List of JAR files found in classpath.
| Artifact | Version | Source | Size | Classes | Resources | Checksum (SHA-1) | Coordinates |
|---|---|---|---|---|---|---|---|
| asm-commons | 7.0 | org.ow2.asm:asm-commons:7.0 | 78.0 KB | 32 | 0 | 478006d07b7c561ae3a92ddc1829bca81ae0cdd1 | org.ow2.asm:asm-commons:7.0 |
| Classpath | - | - | 78.0 KB | 32 | 0 | - | - |
Information found in META-INF/MANIFEST.MF.
| Artifact | General | Runtime | Implementation | Specification | Signature |
|---|---|---|---|---|---|
| asm-commons | Manifest-Version: 1.0 Module-Requires: org.objectweb.asm;transitive=true,org.objectweb.asm.tree;transitive=true,org.objectweb.asm.tree.analysis;transitive=true | Usefull class adapters based on ASM, a very small and fast Java bytecode manipulation framework Version: 7.0 |
List of Java Modules found in classpath.
| Artifact | Module name | Definition | Automatic | Requires | Exports |
|---|---|---|---|---|---|
| asm-commons | org.objectweb.asm.commons | Module-Info | No | org.objectweb.asm org.objectweb.asm.tree org.objectweb.asm.tree.analysis java.base | org.objectweb.asm.commons |
Information about OSGi Bundles.
| Artifact | Name | Version | Description | Import Package | Export Package | Capabilities | Others |
|---|---|---|---|---|---|---|---|
| asm-commons | org.objectweb.asm.commons | 7.0.0 | Doc URL: http://asm.ow2.org | org.objectweb.asm;version="e;[7.0 8)"e; org.objectweb.asm.signature;version="e;[7.0 8)"e; org.objectweb.asm.tree;version="e;[7.0 8)"e; | org.objectweb.asm.commons;version="e;7.0"e;;uses:="e;org.objectweb.asm org.objectweb.asm.signature org.objectweb.asm.tree"e; | Manifest Version: 2 Required Execution Environment: J2SE-1.5 |
Java class file format information.
| Artifact | Multi-release | Class files by Java version |
|---|---|---|
| asm-commons | No | Java 5 (32) |
| Classpath | - | Java 5 (32) |
Dependencies between JAR files.
| Artifact | Uses | Used by |
|---|---|---|
| asm-commons | [none] | [none] |
Dependencies as declared in POM file.
| Artifact | Maven coordinates | Direct dependencies | Status |
|---|---|---|---|
| asm-commons | org.ow2.asm:asm-commons:7.0:jar | org.ow2.asm:asm:7.0 org.ow2.asm:asm-tree:7.0 org.ow2.asm:asm-analysis:7.0 | Unsatisfied Unsatisfied Unsatisfied |
List of packages per JAR file.
| Artifact | Count | Packages | Issues |
|---|---|---|---|
| asm-commons | 1 | org.objectweb.asm.commons |
Duplicate classes, shadowed classes, and duplicate resources.
| Class/Resource | Sources | Similarity |
|---|
Compatibility issues between JAR files.
| Artifact | Issues |
|---|---|
| asm-commons | org.objectweb.asm.commons.AdviceAdapter • Interface not found: org.objectweb.asm.Opcodes • Class not found: org.objectweb.asm.ConstantDynamic (package not found) • Class not found: org.objectweb.asm.Handle (package not found) • Class not found: org.objectweb.asm.Label (package not found) • Class not found: org.objectweb.asm.MethodVisitor (package not found) • Class not found: org.objectweb.asm.Opcodes (package not found) • Class not found: org.objectweb.asm.Type (package not found) • Method not found: void org.objectweb.asm.commons.GeneratorAdapter.visitCode() > org.objectweb.asm.commons.GeneratorAdapter (method not found) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.GeneratorAdapter.visitFieldInsn(int,java.lang.String,java.lang.String,java.lang.String) > org.objectweb.asm.commons.GeneratorAdapter (method not found) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.GeneratorAdapter.visitInsn(int) > org.objectweb.asm.commons.GeneratorAdapter (method not found) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.GeneratorAdapter.visitIntInsn(int,int) > org.objectweb.asm.commons.GeneratorAdapter (method not found) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.GeneratorAdapter.visitInvokeDynamicInsn(java.lang.String,java.lang.String,org.objectweb.asm.Handle,java.lang.Object[]) > org.objectweb.asm.commons.GeneratorAdapter (method not found) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.GeneratorAdapter.visitJumpInsn(int,org.objectweb.asm.Label) > org.objectweb.asm.commons.GeneratorAdapter (method not found) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.GeneratorAdapter.visitLabel(org.objectweb.asm.Label) > org.objectweb.asm.commons.GeneratorAdapter (method not found) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.GeneratorAdapter.visitLdcInsn(java.lang.Object) > org.objectweb.asm.commons.GeneratorAdapter (method not found) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.GeneratorAdapter.visitLookupSwitchInsn(org.objectweb.asm.Label,int[],org.objectweb.asm.Label[]) > org.objectweb.asm.commons.GeneratorAdapter (method not found) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.GeneratorAdapter.visitMethodInsn(int,java.lang.String,java.lang.String,java.lang.String) > org.objectweb.asm.commons.GeneratorAdapter (method not found) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.GeneratorAdapter.visitMethodInsn(int,java.lang.String,java.lang.String,java.lang.String,boolean) > org.objectweb.asm.commons.GeneratorAdapter (method not found) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.GeneratorAdapter.visitMultiANewArrayInsn(java.lang.String,int) > org.objectweb.asm.commons.GeneratorAdapter (method not found) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.GeneratorAdapter.visitTableSwitchInsn(int,int,org.objectweb.asm.Label,org.objectweb.asm.Label[]) > org.objectweb.asm.commons.GeneratorAdapter (method not found) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.GeneratorAdapter.visitTryCatchBlock(org.objectweb.asm.Label,org.objectweb.asm.Label,org.objectweb.asm.Label,java.lang.String) > org.objectweb.asm.commons.GeneratorAdapter (method not found) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.GeneratorAdapter.visitTypeInsn(int,java.lang.String) > org.objectweb.asm.commons.GeneratorAdapter (method not found) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Field not found: int org.objectweb.asm.commons.AdviceAdapter.api > org.objectweb.asm.commons.AdviceAdapter (field not found) > org.objectweb.asm.Opcodes (class not found) > org.objectweb.asm.commons.GeneratorAdapter (field not found) > org.objectweb.asm.commons.LocalVariablesSorter (field not found) > org.objectweb.asm.MethodVisitor (class not found) • Field not found: org.objectweb.asm.MethodVisitor org.objectweb.asm.commons.AdviceAdapter.mv > org.objectweb.asm.commons.AdviceAdapter (field not found) > org.objectweb.asm.Opcodes (class not found) > org.objectweb.asm.commons.GeneratorAdapter (field not found) > org.objectweb.asm.commons.LocalVariablesSorter (field not found) > org.objectweb.asm.MethodVisitor (class not found) org.objectweb.asm.commons.AnalyzerAdapter • Superclass not found: org.objectweb.asm.MethodVisitor • Class not found: org.objectweb.asm.ConstantDynamic (package not found) • Class not found: org.objectweb.asm.Handle (package not found) • Class not found: org.objectweb.asm.Label (package not found) • Class not found: org.objectweb.asm.MethodVisitor (package not found) • Class not found: org.objectweb.asm.Opcodes (package not found) • Class not found: org.objectweb.asm.Type (package not found) • Field not found: int org.objectweb.asm.commons.AnalyzerAdapter.api > org.objectweb.asm.commons.AnalyzerAdapter (field not found) > org.objectweb.asm.MethodVisitor (class not found) • Field not found: org.objectweb.asm.MethodVisitor org.objectweb.asm.commons.AnalyzerAdapter.mv > org.objectweb.asm.commons.AnalyzerAdapter (field not found) > org.objectweb.asm.MethodVisitor (class not found) org.objectweb.asm.commons.AnnotationRemapper • Superclass not found: org.objectweb.asm.AnnotationVisitor • Class not found: org.objectweb.asm.AnnotationVisitor (package not found) • Field not found: int org.objectweb.asm.commons.AnnotationRemapper.api > org.objectweb.asm.commons.AnnotationRemapper (field not found) > org.objectweb.asm.AnnotationVisitor (class not found) • Field not found: org.objectweb.asm.AnnotationVisitor org.objectweb.asm.commons.AnnotationRemapper.av > org.objectweb.asm.commons.AnnotationRemapper (field not found) > org.objectweb.asm.AnnotationVisitor (class not found) org.objectweb.asm.commons.ClassRemapper • Superclass not found: org.objectweb.asm.ClassVisitor • Class not found: org.objectweb.asm.AnnotationVisitor (package not found) • Class not found: org.objectweb.asm.Attribute (package not found) • Class not found: org.objectweb.asm.ClassVisitor (package not found) • Class not found: org.objectweb.asm.FieldVisitor (package not found) • Class not found: org.objectweb.asm.MethodVisitor (package not found) • Class not found: org.objectweb.asm.ModuleVisitor (package not found) • Class not found: org.objectweb.asm.TypePath (package not found) • Field not found: int org.objectweb.asm.commons.ClassRemapper.api > org.objectweb.asm.commons.ClassRemapper (field not found) > org.objectweb.asm.ClassVisitor (class not found) org.objectweb.asm.commons.CodeSizeEvaluator • Superclass not found: org.objectweb.asm.MethodVisitor • Interface not found: org.objectweb.asm.Opcodes • Class not found: org.objectweb.asm.ConstantDynamic (package not found) • Class not found: org.objectweb.asm.Handle (package not found) • Class not found: org.objectweb.asm.Label (package not found) • Class not found: org.objectweb.asm.MethodVisitor (package not found) • Class not found: org.objectweb.asm.Opcodes (package not found) • Field not found: int org.objectweb.asm.commons.CodeSizeEvaluator.api > org.objectweb.asm.commons.CodeSizeEvaluator (field not found) > org.objectweb.asm.Opcodes (class not found) > org.objectweb.asm.MethodVisitor (class not found) • Field not found: org.objectweb.asm.MethodVisitor org.objectweb.asm.commons.CodeSizeEvaluator.mv > org.objectweb.asm.commons.CodeSizeEvaluator (field not found) > org.objectweb.asm.Opcodes (class not found) > org.objectweb.asm.MethodVisitor (class not found) org.objectweb.asm.commons.FieldRemapper • Superclass not found: org.objectweb.asm.FieldVisitor • Class not found: org.objectweb.asm.AnnotationVisitor (package not found) • Class not found: org.objectweb.asm.FieldVisitor (package not found) • Class not found: org.objectweb.asm.TypePath (package not found) • Field not found: int org.objectweb.asm.commons.FieldRemapper.api > org.objectweb.asm.commons.FieldRemapper (field not found) > org.objectweb.asm.FieldVisitor (class not found) org.objectweb.asm.commons.GeneratorAdapter • Class not found: org.objectweb.asm.ClassVisitor (package not found) • Class not found: org.objectweb.asm.ConstantDynamic (package not found) • Class not found: org.objectweb.asm.Handle (package not found) • Class not found: org.objectweb.asm.Label (package not found) • Class not found: org.objectweb.asm.MethodVisitor (package not found) • Class not found: org.objectweb.asm.Type (package not found) • Field not found: org.objectweb.asm.MethodVisitor org.objectweb.asm.commons.GeneratorAdapter.mv > org.objectweb.asm.commons.GeneratorAdapter (field not found) > org.objectweb.asm.commons.LocalVariablesSorter (field not found) > org.objectweb.asm.MethodVisitor (class not found) org.objectweb.asm.commons.InstructionAdapter • Superclass not found: org.objectweb.asm.MethodVisitor • Class not found: org.objectweb.asm.ConstantDynamic (package not found) • Class not found: org.objectweb.asm.Handle (package not found) • Class not found: org.objectweb.asm.Label (package not found) • Class not found: org.objectweb.asm.MethodVisitor (package not found) • Class not found: org.objectweb.asm.Type (package not found) • Field not found: int org.objectweb.asm.commons.InstructionAdapter.api > org.objectweb.asm.commons.InstructionAdapter (field not found) > org.objectweb.asm.MethodVisitor (class not found) • Field not found: org.objectweb.asm.MethodVisitor org.objectweb.asm.commons.InstructionAdapter.mv > org.objectweb.asm.commons.InstructionAdapter (field not found) > org.objectweb.asm.MethodVisitor (class not found) org.objectweb.asm.commons.JSRInlinerAdapter • Superclass not found: org.objectweb.asm.tree.MethodNode • Interface not found: org.objectweb.asm.Opcodes • Class not found: org.objectweb.asm.Label (package not found) • Class not found: org.objectweb.asm.MethodVisitor (package not found) • Class not found: org.objectweb.asm.Opcodes (package not found) • Class not found: org.objectweb.asm.tree.AbstractInsnNode (package not found) • Class not found: org.objectweb.asm.tree.InsnList (package not found) • Class not found: org.objectweb.asm.tree.InsnNode (package not found) • Class not found: org.objectweb.asm.tree.JumpInsnNode (package not found) • Class not found: org.objectweb.asm.tree.LabelNode (package not found) • Class not found: org.objectweb.asm.tree.LocalVariableNode (package not found) • Class not found: org.objectweb.asm.tree.LookupSwitchInsnNode (package not found) • Class not found: org.objectweb.asm.tree.MethodNode (package not found) • Class not found: org.objectweb.asm.tree.TableSwitchInsnNode (package not found) • Class not found: org.objectweb.asm.tree.TryCatchBlockNode (package not found) • Method not found: void org.objectweb.asm.commons.JSRInlinerAdapter.accept(org.objectweb.asm.MethodVisitor) > org.objectweb.asm.commons.JSRInlinerAdapter (method not found) > org.objectweb.asm.Opcodes (class not found) > org.objectweb.asm.tree.MethodNode (class not found) • Field not found: org.objectweb.asm.tree.InsnList org.objectweb.asm.commons.JSRInlinerAdapter.instructions > org.objectweb.asm.commons.JSRInlinerAdapter (field not found) > org.objectweb.asm.Opcodes (class not found) > org.objectweb.asm.tree.MethodNode (class not found) • Field not found: java.util.List org.objectweb.asm.commons.JSRInlinerAdapter.localVariables > org.objectweb.asm.commons.JSRInlinerAdapter (field not found) > org.objectweb.asm.Opcodes (class not found) > org.objectweb.asm.tree.MethodNode (class not found) • Field not found: org.objectweb.asm.MethodVisitor org.objectweb.asm.commons.JSRInlinerAdapter.mv > org.objectweb.asm.commons.JSRInlinerAdapter (field not found) > org.objectweb.asm.Opcodes (class not found) > org.objectweb.asm.tree.MethodNode (class not found) • Field not found: java.util.List org.objectweb.asm.commons.JSRInlinerAdapter.tryCatchBlocks > org.objectweb.asm.commons.JSRInlinerAdapter (field not found) > org.objectweb.asm.Opcodes (class not found) > org.objectweb.asm.tree.MethodNode (class not found) org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation • Class not found: org.objectweb.asm.tree.AbstractInsnNode (package not found) • Class not found: org.objectweb.asm.tree.InsnList (package not found) • Class not found: org.objectweb.asm.tree.LabelNode (package not found) • Field not found: org.objectweb.asm.tree.InsnList org.objectweb.asm.commons.JSRInlinerAdapter.instructions > org.objectweb.asm.commons.JSRInlinerAdapter (field not found) > org.objectweb.asm.Opcodes (class not found) > org.objectweb.asm.tree.MethodNode (class not found) org.objectweb.asm.commons.LocalVariablesSorter • Superclass not found: org.objectweb.asm.MethodVisitor • Class not found: org.objectweb.asm.AnnotationVisitor (package not found) • Class not found: org.objectweb.asm.Label (package not found) • Class not found: org.objectweb.asm.MethodVisitor (package not found) • Class not found: org.objectweb.asm.Opcodes (package not found) • Class not found: org.objectweb.asm.Type (package not found) • Class not found: org.objectweb.asm.TypePath (package not found) org.objectweb.asm.commons.Method • Class not found: org.objectweb.asm.Type (package not found) org.objectweb.asm.commons.MethodRemapper • Superclass not found: org.objectweb.asm.MethodVisitor • Class not found: org.objectweb.asm.AnnotationVisitor (package not found) • Class not found: org.objectweb.asm.Handle (package not found) • Class not found: org.objectweb.asm.Label (package not found) • Class not found: org.objectweb.asm.MethodVisitor (package not found) • Class not found: org.objectweb.asm.TypePath (package not found) • Field not found: int org.objectweb.asm.commons.MethodRemapper.api > org.objectweb.asm.commons.MethodRemapper (field not found) > org.objectweb.asm.MethodVisitor (class not found) • Field not found: org.objectweb.asm.MethodVisitor org.objectweb.asm.commons.MethodRemapper.mv > org.objectweb.asm.commons.MethodRemapper (field not found) > org.objectweb.asm.MethodVisitor (class not found) org.objectweb.asm.commons.ModuleHashesAttribute • Superclass not found: org.objectweb.asm.Attribute • Class not found: org.objectweb.asm.Attribute (package not found) • Class not found: org.objectweb.asm.ByteVector (package not found) • Class not found: org.objectweb.asm.ClassReader (package not found) • Class not found: org.objectweb.asm.ClassWriter (package not found) • Class not found: org.objectweb.asm.Label (package not found) org.objectweb.asm.commons.ModuleRemapper • Superclass not found: org.objectweb.asm.ModuleVisitor • Class not found: org.objectweb.asm.ModuleVisitor (package not found) org.objectweb.asm.commons.ModuleResolutionAttribute • Superclass not found: org.objectweb.asm.Attribute • Class not found: org.objectweb.asm.Attribute (package not found) • Class not found: org.objectweb.asm.ByteVector (package not found) • Class not found: org.objectweb.asm.ClassReader (package not found) • Class not found: org.objectweb.asm.ClassWriter (package not found) • Class not found: org.objectweb.asm.Label (package not found) org.objectweb.asm.commons.ModuleTargetAttribute • Superclass not found: org.objectweb.asm.Attribute • Class not found: org.objectweb.asm.Attribute (package not found) • Class not found: org.objectweb.asm.ByteVector (package not found) • Class not found: org.objectweb.asm.ClassReader (package not found) • Class not found: org.objectweb.asm.ClassWriter (package not found) • Class not found: org.objectweb.asm.Label (package not found) org.objectweb.asm.commons.Remapper • Class not found: org.objectweb.asm.ConstantDynamic (package not found) • Class not found: org.objectweb.asm.Handle (package not found) • Class not found: org.objectweb.asm.Type (package not found) • Class not found: org.objectweb.asm.signature.SignatureReader (package not found) • Class not found: org.objectweb.asm.signature.SignatureVisitor (package not found) • Class not found: org.objectweb.asm.signature.SignatureWriter (package not found) org.objectweb.asm.commons.RemappingAnnotationAdapter • Superclass not found: org.objectweb.asm.AnnotationVisitor • Class not found: org.objectweb.asm.AnnotationVisitor (package not found) • Field not found: org.objectweb.asm.AnnotationVisitor org.objectweb.asm.commons.RemappingAnnotationAdapter.av > org.objectweb.asm.commons.RemappingAnnotationAdapter (field not found) > org.objectweb.asm.AnnotationVisitor (class not found) org.objectweb.asm.commons.RemappingClassAdapter • Superclass not found: org.objectweb.asm.ClassVisitor • Class not found: org.objectweb.asm.AnnotationVisitor (package not found) • Class not found: org.objectweb.asm.ClassVisitor (package not found) • Class not found: org.objectweb.asm.FieldVisitor (package not found) • Class not found: org.objectweb.asm.MethodVisitor (package not found) • Class not found: org.objectweb.asm.ModuleVisitor (package not found) • Class not found: org.objectweb.asm.TypePath (package not found) org.objectweb.asm.commons.RemappingFieldAdapter • Superclass not found: org.objectweb.asm.FieldVisitor • Class not found: org.objectweb.asm.AnnotationVisitor (package not found) • Class not found: org.objectweb.asm.FieldVisitor (package not found) • Class not found: org.objectweb.asm.TypePath (package not found) • Field not found: org.objectweb.asm.FieldVisitor org.objectweb.asm.commons.RemappingFieldAdapter.fv > org.objectweb.asm.commons.RemappingFieldAdapter (field not found) > org.objectweb.asm.FieldVisitor (class not found) org.objectweb.asm.commons.RemappingMethodAdapter • Class not found: org.objectweb.asm.AnnotationVisitor (package not found) • Class not found: org.objectweb.asm.Handle (package not found) • Class not found: org.objectweb.asm.Label (package not found) • Class not found: org.objectweb.asm.MethodVisitor (package not found) • Class not found: org.objectweb.asm.TypePath (package not found) • Method not found: org.objectweb.asm.AnnotationVisitor org.objectweb.asm.commons.LocalVariablesSorter.visitAnnotation(java.lang.String,boolean) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: org.objectweb.asm.AnnotationVisitor org.objectweb.asm.commons.LocalVariablesSorter.visitAnnotationDefault() > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.LocalVariablesSorter.visitFieldInsn(int,java.lang.String,java.lang.String,java.lang.String) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: org.objectweb.asm.AnnotationVisitor org.objectweb.asm.commons.LocalVariablesSorter.visitInsnAnnotation(int,org.objectweb.asm.TypePath,java.lang.String,boolean) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.LocalVariablesSorter.visitInvokeDynamicInsn(java.lang.String,java.lang.String,org.objectweb.asm.Handle,java.lang.Object[]) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.LocalVariablesSorter.visitLdcInsn(java.lang.Object) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.LocalVariablesSorter.visitMethodInsn(int,java.lang.String,java.lang.String,java.lang.String) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.LocalVariablesSorter.visitMethodInsn(int,java.lang.String,java.lang.String,java.lang.String,boolean) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.LocalVariablesSorter.visitMultiANewArrayInsn(java.lang.String,int) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: org.objectweb.asm.AnnotationVisitor org.objectweb.asm.commons.LocalVariablesSorter.visitParameterAnnotation(int,java.lang.String,boolean) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: org.objectweb.asm.AnnotationVisitor org.objectweb.asm.commons.LocalVariablesSorter.visitTryCatchAnnotation(int,org.objectweb.asm.TypePath,java.lang.String,boolean) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.LocalVariablesSorter.visitTryCatchBlock(org.objectweb.asm.Label,org.objectweb.asm.Label,org.objectweb.asm.Label,java.lang.String) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: org.objectweb.asm.AnnotationVisitor org.objectweb.asm.commons.LocalVariablesSorter.visitTypeAnnotation(int,org.objectweb.asm.TypePath,java.lang.String,boolean) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Method not found: void org.objectweb.asm.commons.LocalVariablesSorter.visitTypeInsn(int,java.lang.String) > org.objectweb.asm.commons.LocalVariablesSorter (method not found) > org.objectweb.asm.MethodVisitor (class not found) • Field not found: int org.objectweb.asm.commons.RemappingMethodAdapter.api > org.objectweb.asm.commons.RemappingMethodAdapter (field not found) > org.objectweb.asm.commons.LocalVariablesSorter (field not found) > org.objectweb.asm.MethodVisitor (class not found) • Field not found: org.objectweb.asm.MethodVisitor org.objectweb.asm.commons.RemappingMethodAdapter.mv > org.objectweb.asm.commons.RemappingMethodAdapter (field not found) > org.objectweb.asm.commons.LocalVariablesSorter (field not found) > org.objectweb.asm.MethodVisitor (class not found) org.objectweb.asm.commons.RemappingSignatureAdapter • Superclass not found: org.objectweb.asm.signature.SignatureVisitor • Class not found: org.objectweb.asm.signature.SignatureVisitor (package not found) org.objectweb.asm.commons.SerialVersionUIDAdder • Superclass not found: org.objectweb.asm.ClassVisitor • Class not found: org.objectweb.asm.ClassVisitor (package not found) • Class not found: org.objectweb.asm.FieldVisitor (package not found) • Class not found: org.objectweb.asm.MethodVisitor (package not found) org.objectweb.asm.commons.SignatureRemapper • Superclass not found: org.objectweb.asm.signature.SignatureVisitor • Class not found: org.objectweb.asm.signature.SignatureVisitor (package not found) org.objectweb.asm.commons.StaticInitMerger • Superclass not found: org.objectweb.asm.ClassVisitor • Class not found: org.objectweb.asm.ClassVisitor (package not found) • Class not found: org.objectweb.asm.MethodVisitor (package not found) org.objectweb.asm.commons.TableSwitchGenerator • Class not found: org.objectweb.asm.Label (package not found) org.objectweb.asm.commons.TryCatchBlockSorter • Superclass not found: org.objectweb.asm.tree.MethodNode • Class not found: org.objectweb.asm.MethodVisitor (package not found) • Class not found: org.objectweb.asm.tree.MethodNode (package not found) • Class not found: org.objectweb.asm.tree.TryCatchBlockNode (package not found) • Method not found: void org.objectweb.asm.commons.TryCatchBlockSorter.accept(org.objectweb.asm.MethodVisitor) > org.objectweb.asm.commons.TryCatchBlockSorter (method not found) > org.objectweb.asm.tree.MethodNode (class not found) • Field not found: org.objectweb.asm.MethodVisitor org.objectweb.asm.commons.TryCatchBlockSorter.mv > org.objectweb.asm.commons.TryCatchBlockSorter (field not found) > org.objectweb.asm.tree.MethodNode (class not found) • Field not found: java.util.List org.objectweb.asm.commons.TryCatchBlockSorter.tryCatchBlocks > org.objectweb.asm.commons.TryCatchBlockSorter (field not found) > org.objectweb.asm.tree.MethodNode (class not found) org.objectweb.asm.commons.TryCatchBlockSorter$1 • Class not found: org.objectweb.asm.tree.AbstractInsnNode (package not found) • Class not found: org.objectweb.asm.tree.InsnList (package not found) • Class not found: org.objectweb.asm.tree.LabelNode (package not found) • Class not found: org.objectweb.asm.tree.TryCatchBlockNode (package not found) • Field not found: org.objectweb.asm.tree.InsnList org.objectweb.asm.commons.TryCatchBlockSorter.instructions > org.objectweb.asm.commons.TryCatchBlockSorter (field not found) > org.objectweb.asm.tree.MethodNode (class not found) |
Use of dangerous, unsafe, unstable, or deprecated classes and methods.
| Artifact | Issues |
|---|
Information about JRE/JDK runtime.
Java home : /home/markwalder/.jdks/temurin-17.0.12
Java runtime : OpenJDK Runtime Environment
Java version : 17.0.12
Java vendor : Eclipse Adoptium