Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
CODETOOLS-7900683 | jcov_2.1.5 | Alexey Fedorchenko | P4 | Closed | Fixed | jt2.1.5 |
jcov data files written by static or dynamic instrumented classes
have relative filenames in the SRCFILE entries. This confuses the
report generator, which can't find these files.
The report generator should take either a source directory or source path as an argument, and deduce the actual source file from the path, the package directory (determined from the CLASS attribute, and the SRCFILE. Then, it could generate correctly annotated source files.
See workaround for an awk script to do this.
have relative filenames in the SRCFILE entries. This confuses the
report generator, which can't find these files.
The report generator should take either a source directory or source path as an argument, and deduce the actual source file from the path, the package directory (determined from the CLASS attribute, and the SRCFILE. Then, it could generate correctly annotated source files.
See workaround for an awk script to do this.
- backported by
-
CODETOOLS-7900683 report generator should cope with relative file names
-
- Closed
-