Java Clazz Utils is a set of utilities for manipulating Java class files. Currently it includes:
- Java Class Info - produces all information about Java class in text mode
- Java Decompiler - produces source file from Java class that is nearly the same as it was written originally
Further this set will be extended by additional utilities.
Product's homepage
What's New in This Release: [ read full changelog ]
· Save of decompiled file writes to predefined file name - Fixed
· Condition structures "condition ? operation1 : operation2" were decompiled incorrectly - Fixed
· URL to bug reporting page is corrected