diff --git a/jode/NEWS b/jode/NEWS index ce5cd78..f91e390 100644 --- a/jode/NEWS +++ b/jode/NEWS @@ -1,6 +1,8 @@ New in 1.0.93 * anonymous and inner class decompilation reworked. * replaced a bash specific construct in acinclude.m4 +* fixed a funny bug: string += "1" was decompiled as string++ +* main class of decompiler is now jode.decompiler.Main - better memory usage in decompiler - fixed a bug in ConstantAnalyzer (produced wrong code) - swingui also uses getopt. diff --git a/jode/TODO b/jode/TODO index 26abebd..9c7b59a 100644 --- a/jode/TODO +++ b/jode/TODO @@ -25,4 +25,8 @@ User Interface: - list fields/method of selected class. - show decompilation of selected method. - show usage of method/fields. + - syntax highlighting, hyper links etc. (look at java.swing.JEditorPane) - visual obfuscation/deobfuscation (like klassmaster?, better?) + +Internal: + - clean up package hierarchy, esp. expr, flow and decompiler. \ No newline at end of file