RFR: 7904057: com/sun/tdk/jcov/report/RecordContainerTest.java test is failing
Alexandre Iline
shurailine at openjdk.org
Mon Aug 11 14:35:28 UTC 2025
On Mon, 4 Aug 2025 21:51:56 GMT, Leonid Kuskov <lkuskov at openjdk.org> wrote:
> [CODETOOLS-7904057](https://bugs.openjdk.org/browse/CODETOOLS-7904057): com/sun/tdk/jcov/report/RecordContainerTest.java test is failing
src/classes/com/sun/tdk/jcov/report/MethodCoverage.java line 66:
> 64: */
> 65: public MethodCoverage(DataMethod method, boolean isJavapCoverage) {
> 66: this(method, isJavapCoverage, null, null);
While I appreciate this change, let's perhaps not push unrelated changes in the future? Such habit (of including unrelated changes in the commit) makes reviewing a lot harder and may (and have had) lead to bug escapes. This time it's OK as the change does not alter the code behavior.
-------------
PR Review Comment: https://git.openjdk.org/jcov/pull/65#discussion_r2266973745
More information about the jcov-dev
mailing list