Matt
Matt
Yeah, it would be nice, but this is an ASM _feature_: [MethodWriter.java](https://gitlab.ow2.org/asm/asm/-/blob/master/asm/src/main/java/org/objectweb/asm/MethodWriter.java#L1624) Like most things in ASM, its code inside a private method and is tightly coupled with other private...
Duplicate #113
Right so currently the assembler has no context of scoped variables. The following java code shows a use case: ```java int a = 0; { int b = 2; a+=b;...
While not _properly_ fixed a9c2bac3d34fc347d7e8f4347950880c6e461f07 should allow editing of this method. It will flatten some variables together though as long as they share the same type.
I haven't yet found a layout for how I want to represent class-level data. That will include things like annotation editing and other things that have not yet been ported...
Yes that was fixed in the `2.0.1` just a few minutes ago, try updating
Oh uh.... let me get on that....
Continuing this off topic discussion in #220
While its not complete, I may push whats seen here to hold over until the rest of the items can be supported.  The green flash on _everything_ is a...
Feature is now in `2.12` Missing things like annotation editing, module/nests, inner-classes But most of the basics stuff is back :)