File: ChangeLog

package info (click to toggle)
tijmp 0.6-1
  • links: PTS, VCS
  • area: contrib
  • in suites: lenny
  • size: 1,908 kB
  • ctags: 713
  • sloc: sh: 9,079; java: 2,763; ansic: 1,172; makefile: 80
file content (28 lines) | stat: -rw-r--r-- 1,401 bytes parent folder | download
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.