From mikhail.ershov at oracle.com Tue Jul 1 14:25:00 2014 From: mikhail.ershov at oracle.com (mikhail.ershov at oracle.com) Date: Tue, 01 Jul 2014 14:25:00 +0000 Subject: hg: code-tools/jcov: Summary: CODETOOLS-7900890 ClassCoverage.isCode returns false when it should not, CODETOOLS-7900954 Diff coverage in some cases incorrect for anonymous classes, CODETOOLS-7900390 DiffCoverage does not count not covered lines; Contributed by: alexey.fedorchenko@oracle.com Message-ID: <201407011425.s61EP0ek016623@aojmv0008> Changeset: 69479337637d Author: ersh Date: 2014-07-01 18:25 +0400 URL: http://hg.openjdk.java.net/code-tools/jcov/rev/69479337637d Summary: CODETOOLS-7900890 ClassCoverage.isCode returns false when it should not, CODETOOLS-7900954 Diff coverage in some cases incorrect for anonymous classes, CODETOOLS-7900390 DiffCoverage does not count not covered lines; Contributed by: alexey.fedorchenko at oracle.com ! src/classes/com/sun/tdk/jcov/DiffCoverage.java From mikhail.ershov at oracle.com Wed Jul 2 14:42:53 2014 From: mikhail.ershov at oracle.com (mikhail.ershov at oracle.com) Date: Wed, 02 Jul 2014 14:42:53 +0000 Subject: hg: code-tools/jcov: Summary: CODETOOLS-7900390. diffCoverage add "no information" for incorrect(not full) result.xml Message-ID: <201407021442.s62Egrg8000171@aojmv0008> Changeset: 65addecd4439 Author: ersh Date: 2014-07-02 18:43 +0400 URL: http://hg.openjdk.java.net/code-tools/jcov/rev/65addecd4439 Summary: CODETOOLS-7900390. diffCoverage add "no information" for incorrect(not full) result.xml Contributed by: alexey.fedorchenko at oracle.com ! src/classes/com/sun/tdk/jcov/DiffCoverage.java