This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
Releases: iloveeclipse/bytecodeoutline
Releases · iloveeclipse/bytecodeoutline
1.0.2
First draft after moving to Eclipse namespace
- Switched to EPL 2.0 (agreed by all contributors)
- Moved to Eclipse.org namespace (package name "org.eclipse.jdt.bcoview" may change)
- Requires asm 7.0.0 to be installed in the platform (can be installed from https://download.eclipse.org/tools/orbit/downloads/drops/R20181128170323/repository/)
- Supports Java 11
- Still using ant for building
- Has no bytecode editor anymore (need to be re-written)
- Java bytecode reference view uses public JVM spec documentation (https://docs.oracle.com/javase/specs/jvms/se11/html/jvms-6.html)