Bytecode-Modification-Framework icon indicating copy to clipboard operation
Bytecode-Modification-Framework copied to clipboard

A bytecode modification library

Results 5 Bytecode-Modification-Framework issues
Sort by recently updated
recently updated
newest added

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.

bug

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...

enhancement