Bytecode-Modification-Framework
Bytecode-Modification-Framework copied to clipboard
A bytecode modification library
From what I see readme has no documentation link.
This seems to be a edge-case. I've only experienced it when the name of the member being referenced shares the name with a member that does not belong in the...
Something to do further down the road. A visitor design is objectively better than raw access design in certain circumstances. Ideally the ClassWriter/ClassReaders will be totally re-written to fill this...
Not that this breaks anything, but it is a waste of space.
For example, there should be a way to load only the constant pool and ignore everything else. This could also pave way to a lazy-load system so nothing is interpreted...