What's new
- Agent functionality has been completed since the redesign (The readding of agent functionality should have bumped the minor version up back in
1.0.4but I forgot)- Save changes via
File -> Save changes
- Save changes via
What's changed
- Replaced anonymous classes with lambdas where possible, takes up less space and looks nicer overall
- Lowered logging level of decompile "get" failures from INFO to TRACE
What's fixed
- Attaching cleaned up
- No longer locks up the original Recaf process
- Fix process still running after all recaf windows closed
- Some javadoc cleanup
- Member and variable names labeled with wrong names
- References to members that were moved / deleted
- Source code now javac compliant
- Some generic casting was working only for Eclipse's compiler, its been refactored away
- Exception when attempting to load an opcode block that does not exist
- Exceptions caused by switch-case fallthrough where there should be a break