Skip to content

Alpha Pre-Release v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@S10239861-NP S10239861-NP released this 04 Oct 16:27
· 6 commits to master since this release
b541853

Added features:

  • Viewing general information about a Java class file such as the number of constant pool entries, the number of fields, the number of methods, the number of attributes and many more pieces of information.
  • Exporting the data contained in a Java class file to an XML file containing the data represented in a human-readable format.

Bugfixes:

  • Patched bugs related to incorrect generation of XML and exceptions being thrown when exporting the data in a Java class file to an XML file.