-
Hi,
I have tested with
public class App extends ArrayList {
and it works fine.
I suggest you provide a minimal test case with full souce code that reproduce the issue.
2009-11-17 22:10:52 UTC by henryju
-
Patch attached.
As per
http://java.sun.com/javase/6/docs/api/java/util/regex/Pattern.html
it should be noted that some Perl5 specific regexes are NOT supported with java.util.regex.
Thanks.
2009-11-12 14:00:17 UTC by gliptak
-
Patch attached. Thanks.
2009-11-12 13:25:52 UTC by gliptak
-
Patch attached. Thanks.
2009-11-11 19:05:14 UTC by gliptak
-
This patch adds BufferedStream-s
There is no or minimal overhead for small .ser files, but significant performance gains for large .ser files.
Thanks.
2009-11-11 17:58:14 UTC by gliptak
-
Running some JUnit tests the overhead of instrumented code is very important (x16). In my case instrumented code is a complex algorithm, with many loops. I have reproduced the issue with the following test case:
Instrumented code:
public class App {
public void testCobertura() {
for (long i = 0; i < 1E+9; i++ ) {
}
}
}
and the associated JUnit test:
public...
2009-10-27 08:52:15 UTC by henryju
-
When generating a report packages like com.test.web it will include a package com.test.webservice as well inside the report of web package.
At the end the statistics for test coverage is counted twice once for webservice package alone and then for web package that also contains by a mistake the webservices package.
It seems that when creating a report the tool look at first couple...
2009-10-09 09:37:52 UTC by nobody
-
Launching the ant task cobertura-report in an IBM JRE 1.5, some (90%) of the source files are not readed and merged in the detailed html report.
Task in not in error dans the report data are ok.
2009-10-09 09:09:38 UTC by https://www.google.com/accounts
-
Just pulled 1.9.3 and still see 0 Complexity for all Groovy code. Suppose this could be characterized as a Feature Request, since I have never seen anything but 0, but it would be nice to have if at all possible.
2009-10-08 06:39:47 UTC by durp
-
Hi!
In the HTML-output there is an overall summary of coverage information (in the right frame, top line, "All Packages", but when you dig into a package com.mycompany, you see coverage information for classes in com.mycompany and coverage information for all packages starting with com.mycompany.
But what I miss is something like "All Packages", but summarized for all packages...
2009-09-18 14:51:19 UTC by nobody