We've released Cobertura 1.9.3. See below for the full list of changes.
- Update to the latest Javancss (32.53) to fix some complexity calculation problems. Bug #2824425. (John Lewis)
- Non-Java source files (like Groovy) no longer show the JavaNCSS warnings during cobertura-report. Fix of bug #2819844.
- Support the case where multiple classloaders each load the Cobertura classes. (Ed Randall)
- Fixed bug added with 1.9.2 where a NullPointerException is thrown if ProjectData.saveGlobalProjectData() is called before any instrumented code is executed.