TCAT/Java for UNIX, Ver. 1.0.
RELEASE NOTES © Copyright 1999-2006 by Software Research, Inc. |
This Release Note describes changes and additions to TCAT for Java Ver. 1.0 for SPARC/SOLARIS platforms.
static { ... (static executable code) ... }Static methods invoked by static blocks WILL be instrumented, however.
The supplied versions buffer at the level of 1, 100, 10,000 and (infinite) buffering. Buffering is accomplished based on the total number of hits made of segments and/or call-pairs.
WARNING: If the Java applet does not terminate normally then you may lose as much as one (i.e. the last) test tracefile bufferload of coverage data.
Hits per Buffer | Class Name |
1 | jrun1.class |
100 | jrun100.class |
10,000 | jrun10000.class |
Infinite | jruninf.class |
These jrun classes are stored in the $SR/lib directory. Copy the class that implements the desired buffering size to jrun.class in the same directory before executing the applet or application.