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
branch_1_1
jochen 25 years ago
parent 926792e1be
commit 22166d2741
  1. 2
      jode/NEWS
  2. 4
      jode/TODO

@ -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.

@ -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.
Loading…
Cancel
Save