Errors:
A) hide declared fields transformer
Bytecode:
before
{
A:
line 31
aload this
invokespecial java/lang/Object. ()V
B:
line 32
aload this
ldc "ldc1"
putfield class.a Ljava/lang/String;
C:
line 33
aload this
ldc "ldc2"
putfield class.b Ljava/lang/String;
}
after
{
A:
ldc "ldc2"
putfield class.b Ljava/lang/String;
ldc "ldc1"
putfield class.a Ljava/lang/String;
B:
line 31
aload this
invokespecial java/lang/Object. ()V
C:
line 32
aload this
ldc "ldc1"
putfield class.a Ljava/lang/String;
D:
line 33
aload this
ldc "ldc2"
putfield class.b Ljava/lang/String;
}
Runtime error:
{
Reason:
Attempt to pop empty stack.
Current Frame:
bci: @2
flags: { flagThisUninit }
locals: { uninitializedThis }
stack: { 'java/lang/String' }
}
B) Starting grunt errors
Error:
Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Long.parseLong(Unknown Source)
at java.lang.Long.parseLong(Unknown Source)
at java.text.DigitList.getLong(Unknown Source)
at java.text.DecimalFormat.parse(Unknown Source)
at java.text.NumberFormat.parseObject(Unknown Source)
at com.github.weisj.darklaf.ui.text.DarkFormattedTextFieldUI.isInputValid(DarkFormattedTextFieldUI.java:108)
at com.github.weisj.darklaf.ui.text.DarkFormattedTextFieldUI.update(DarkFormattedTextFieldUI.java:99)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
#its work for encryption transformers maybe first 3 or idk
C) method extractor wrong at Can't figure bsm arg invoke type. Using invoke virtual.
java.lang.ClassFormatError: Method accessor-interface-method-jhYJ0 in class class has illegal modifiers: 0x19
#fix - add exclude button for this
D) invokedynamics
java.lang.ExceptionInInitializerError: null
#but idk how fix and debug
#maybe check runtime null or idk
Errors:
A) hide declared fields transformer
Bytecode:
before
{
A:
line 31
aload this
invokespecial java/lang/Object. ()V
B:
line 32
aload this
ldc "ldc1"
putfield class.a Ljava/lang/String;
C:
line 33
aload this
ldc "ldc2"
putfield class.b Ljava/lang/String;
}
after
{
A:
ldc "ldc2"
putfield class.b Ljava/lang/String;
ldc "ldc1"
putfield class.a Ljava/lang/String;
B:
line 31
aload this
invokespecial java/lang/Object. ()V
C:
line 32
aload this
ldc "ldc1"
putfield class.a Ljava/lang/String;
D:
line 33
aload this
ldc "ldc2"
putfield class.b Ljava/lang/String;
}
Runtime error:
{
Reason:
Attempt to pop empty stack.
Current Frame:
bci: @2
flags: { flagThisUninit }
locals: { uninitializedThis }
stack: { 'java/lang/String' }
}
B) Starting grunt errors
Error:
Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Long.parseLong(Unknown Source)
at java.lang.Long.parseLong(Unknown Source)
at java.text.DigitList.getLong(Unknown Source)
at java.text.DecimalFormat.parse(Unknown Source)
at java.text.NumberFormat.parseObject(Unknown Source)
at com.github.weisj.darklaf.ui.text.DarkFormattedTextFieldUI.isInputValid(DarkFormattedTextFieldUI.java:108)
at com.github.weisj.darklaf.ui.text.DarkFormattedTextFieldUI.update(DarkFormattedTextFieldUI.java:99)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
#its work for encryption transformers maybe first 3 or idk
C) method extractor wrong at Can't figure bsm arg invoke type. Using invoke virtual.
java.lang.ClassFormatError: Method accessor-interface-method-jhYJ0 in class class has illegal modifiers: 0x19
#fix - add exclude button for this
D) invokedynamics
java.lang.ExceptionInInitializerError: null
#but idk how fix and debug
#maybe check runtime null or idk