1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
version 0.6 (2008-05-25) The owner dialog showed "java.lang.Class" instead
of the real class name for static references, now it shows the
correct class. Code cleanup and added a lot of @Override.
Added a dialog to inspect the threads.
version 0.5 (2008-02-19) Added a clas inspection dialog. Added a tree that
shows all Strings. Big code cleanup from ecj warnings.
version 0.4 (2007-10-20) Scan library dir as well as share/java, may work
better on windows. Added a first version of a memory usage
graph. Added Kensuke Matsuzaki patch to make tijmp run on
windows.
version 0.3 (2007-07-10) Static fields in owner tree now show correct
info (instead of "field 246 <null> in java.lang.Class"). Fixed
the array index position in the owner tree. Changed the
install path for tijmp.jar (should go into share/java/). Tried
to make the classpath setup more stable and fixed a memory
error in it.
version 0.2 (2007-06-12) Simple information frames now have titles.
Created an interface for the ui handling to allow for a future
networked ui. Created an interface for the profiler to enable
future networked ui. Finding child objects now ignore
references to tijmps own classes.
version 0.1 (2007-06-07) First release, can show heap usage, can show
memory info, can show owners and instances.
|