jclass icon indicating copy to clipboard operation
jclass copied to clipboard

Common Lisp library for Java class file manipulation

Results 1 jclass issues
Sort by recently updated
recently updated
newest added

The constants in a disassembled class can't be safely modified because they're reused. Either create fresh constants when disassembling or remove setf definitions from pool constant objects.