-
henryju committed revision 818 to the JWebUnit SVN repository, changing 7 files.
2009-12-15 13:22:43 UTC in JWebUnit
-
henryju committed revision 817 to the JWebUnit SVN repository, changing 1 files.
2009-12-15 13:05:33 UTC in JWebUnit
-
henryju committed revision 816 to the JWebUnit SVN repository, changing 1 files.
2009-11-30 16:14:19 UTC in JWebUnit
-
It seems I'm not allowed to attach file to this tracker.
Here is the link: http://www.easy-share.com/1908485951/findbugs.xml.
2009-11-20 11:58:52 UTC in FindBugs
-
Hi, I will attach a sample findbugs.xml file as generated by Sonar (this file is available via HTTP).
2009-11-20 11:54:24 UTC in FindBugs
-
+1
All our rules are managed by Sonar (sonar.codehaus.org) and are exposed via HTTP. It would be very convenient to have the Eclipse plugin plugged on these remote rules, and automatically following updates (may be configurable: after each Eclipse restart, every XX minutes, ...).
Thanks.
2009-11-20 11:30:52 UTC in PMD
-
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 in Cobertura
-
To make Emma development easier, I suggest also the two following tasks:
1) Migrate from CVS to SVN (anyway I'm not able to checkout CVS code)
2) Migrate build from Ant to Maven2
I would like to help but I'm not even able to checkout source code ;)
2009-11-04 10:23:35 UTC in EMMA code coverage
-
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 in Cobertura
-
henryju committed revision 813 to the JWebUnit SVN repository, changing 4 files.
2009-09-03 12:56:30 UTC in JWebUnit