-
Bug
-
Resolution: Fixed
-
P3
-
jcov_2.1.6
-
jt2.1.6
-
generic
-
generic
-
Not verified
Name: kbR10066 Date: 09/21/2001
Template generator generates invalid data file entries for classes which
are neither compiled with -Xjcov nor instrumented when -dtype=B or -dtype=A
option is used. For example:
CLASS: sun/security/krb5/Asn1Exception [public]
SRCFILE: [DashoPro-V2.2-110100.11101B001275]
TIMESTAMP: 0
DATA: B
#kind line position count
METHOD: <init>(I)V [public]
. . .
<next class follows>
Classes which are neither compiled with -Xjcov nor instrumented should not
appear in the template data file at all when dtype is not 'M'.
======================================================================