openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Cobertura
Settings
|
Report Duplicate
110
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 11, 2024 — Jun 11, 2025
Showing page 22 of 37
Search / Filter on:
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.
lewijw
More...
about 18 years ago
The methods without line number are not instrumented. Again and right ...
jirimares
More...
about 18 years ago
The methods without line number are not instrumented.
jirimares
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:
lewijw
More...
about 18 years ago
Improve the message that appears when java nio locking fails on linux.
lewijw
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).
lewijw
More...
about 18 years ago
The serialVersionUID has been wrong defined for the coverage classes.
jirimares
More...
about 18 years ago
Don't use a file lock when system property "cobertura.use.java.nio" is set to false.
lewijw
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:".
lewijw
More...
about 18 years ago
Improve error handling for when a lock cannot be obtained on cobertura.ser.lock file.
lewijw
More...
about 18 years ago
Java 1.3 changes.
lewijw
More...
about 18 years ago
Add functional tests for new condition coverage code.
lewijw
More...
about 18 years ago
getBranchNumber() was changed to getConditionNumber().
lewijw
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.
lewijw
More...
about 18 years ago
Add functional tests for new condition coverage code.
lewijw
More...
about 18 years ago
Add <conditions> to xml report for lines with conditions.
lewijw
More...
about 18 years ago
Add <conditions> to xml report for lines with conditions.
lewijw
More...
about 18 years ago
Move HtmlReport.getPercentValue to StringUtil.getPercentValue to be used in LineData.
lewijw
More...
about 18 years ago
Minor documentation spelling change.
lewijw
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.
lewijw
More...
about 18 years ago
Minor whitespace changes to get indentation consistent.
lewijw
More...
about 18 years ago
The asm-tree.jar has been added to classpath ...
jirimares
More...
about 18 years ago
Change to the note about cobertura.properties prompted by input from Joakim Erdfelt.
lewijw
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).
lewijw
More...
about 18 years ago
Add Jiri Mares to COPYRIGHT file.
lewijw
More...
about 18 years ago
Add Joakim Erdfelt to copyright.
lewijw
More...
about 18 years ago
Minor whitespace changes to get indentation and bracketing consistent.
lewijw
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.
lewijw
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.
jirimares
More...
over 18 years ago
←
1
2
…
18
19
20
21
22
23
24
25
26
…
36
37
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree