3.1
Features
- Support for Java 7 (class files compiled with -target 1.7)
- Windows 7 compatible installers and launchers
- The detail panels for "Fields" and "Methods" now have "Copy to clipboard" buttons to copy all signatures to the system clipboard
- At the bottom of the bytecode display there is now a drop-down list with all used opcodes and a button to show the corresponding official documentation in the Java language specification
- Offsets are now verified and invalid branch instructions are tagged in the bytecode display
Bug fixes
- Wide branch instructions were not displayed correctly in the bytecode
- Negative values of bipush instruction were printed as 256-value