Update README.md
This commit is contained in:
parent
531a5ffe0c
commit
58982c8f99
@ -35,6 +35,12 @@ methods and fields.
|
||||
|
||||
* Inject try-catch-finally
|
||||
|
||||
* Inject assertions
|
||||
|
||||
*A caveat regarding assert-statements: the compiler synthesizes a static final field named `$assertionsDisabled`, so if a target
|
||||
class declares a static field with this name and does not declare any assertions in its code, loading of the field may already
|
||||
be done in static initialization or field declaration, preventing assertions from functioning as intended for injected code.*
|
||||
|
||||
### TODO
|
||||
|
||||
* Better tests
|
||||
|
@ -1,6 +1,5 @@
|
||||
package dev.w1zzrd.asm;
|
||||
|
||||
import com.sun.org.apache.bcel.internal.generic.GotoInstruction;
|
||||
import dev.w1zzrd.asm.analysis.AsmAnnotation;
|
||||
import dev.w1zzrd.asm.exception.MethodNodeResolutionException;
|
||||
import dev.w1zzrd.asm.exception.SignatureCheckException;
|
||||
|
Loading…
x
Reference in New Issue
Block a user