From 22166d2741ea17f63f556c5c1a16c1710bc09f40 Mon Sep 17 00:00:00 2001 From: jochen Date: Thu, 4 Nov 1999 22:53:09 +0000 Subject: [PATCH] NEWS now contains a more detailed history TODO contains the new EditorKit idea git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1209 379699f6-c40d-0410-875b-85095c16579e --- jode/NEWS | 2 ++ jode/TODO | 4 ++++ 2 files changed, 6 insertions(+) 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