110
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make the archive instrumentation more robust. If a Throwable occurs, just copy the class without instrumenting. More... about 18 years ago
The methods without line number are not instrumented. Again and right ... More... about 18 years ago
The methods without line number are not instrumented. More... about 18 years ago
Add a functional test that highlights a bug. When an RMI Stub.class is in an archive (jar/war/ear), an attempt to instrument the archive fails. There is a null pointer exception thrown: More... about 18 years ago
Improve the message that appears when java nio locking fails on linux. More... about 18 years ago
Don't use a file lock when system property "cobertura.use.java.nio" is set to false (my previous push caused a null pointer exception if the property was not set). More... about 18 years ago
The serialVersionUID has been wrong defined for the coverage classes. More... about 18 years ago
Don't use a file lock when system property "cobertura.use.java.nio" is set to false. More... about 18 years ago
For the "tooltip" that pops up when you hover over a source line, change the string "branch" to "condition" and "[particular branches:" to "[each condition:". More... about 18 years ago
Improve error handling for when a lock cannot be obtained on cobertura.ser.lock file. More... about 18 years ago
Java 1.3 changes. More... about 18 years ago
Add functional tests for new condition coverage code. More... about 18 years ago
getBranchNumber() was changed to getConditionNumber(). More... about 18 years ago
Changes to allow this script to be ran by itself without first having the classpath setup by the test class that calls it. More... about 18 years ago
Add functional tests for new condition coverage code. More... about 18 years ago
Add <conditions> to xml report for lines with conditions. More... about 18 years ago
Add <conditions> to xml report for lines with conditions. More... about 18 years ago
Move HtmlReport.getPercentValue to StringUtil.getPercentValue to be used in LineData. More... about 18 years ago
Minor documentation spelling change. More... about 18 years ago
Change instrumented calls of touchJump to pass in true when the condition is true and false when the condition is false. More... about 18 years ago
Minor whitespace changes to get indentation consistent. More... about 18 years ago
The asm-tree.jar has been added to classpath ... More... about 18 years ago
Change to the note about cobertura.properties prompted by input from Joakim Erdfelt. More... about 18 years ago
Add note about Jiri Mares' branch coverage changes. Add note about Joakim Erdfelt's patch for use of cobertura.properties in limited environments (for Maven support). More... about 18 years ago
Add Jiri Mares to COPYRIGHT file. More... about 18 years ago
Add Joakim Erdfelt to copyright. More... about 18 years ago
Minor whitespace changes to get indentation and bracketing consistent. More... about 18 years ago
Three relatively minor changes: 1. Change space indention to tab indention. Make sure brackets are consistent. 2. JumpData.getBrachNumber changed to getBranchNumber (spelling fix). 3. SwitchDataTest.testGetBranchNumber changed to testGetSwitchNumber since that is the method called. More... about 18 years ago
Patch [1543280] - Adding cobertura.properties file for use in limited environments.
Joakim Erdfelt
as joakimerdfelt
More... over 18 years ago
The branch coverage is working. The instrumentation has been changed to 2-pass instrumentation. Also the new dependency (asm-tree.jar) has been added. More... over 18 years ago