This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243838 - Update JaCoCo to work with Java 8
Summary: Update JaCoCo to work with Java 8
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: PC Linux
: P2 normal with 1 vote (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-15 08:30 UTC by everflux
Modified: 2014-04-16 13:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description everflux 2014-04-15 08:30:09 UTC
Update JaCoCo to "0.7.0.201403182114" (including ASM 5 afaik)

See: https://github.com/jacoco/jacoco/issues/74


This will fix https://netbeans.org/bugzilla/show_bug.cgi?id=240630
Comment 1 Antonin Nebuzelsky 2014-04-15 10:11:37 UTC
JaCoCo is not bundled with NetBeans.

everflux, which 3rd party plugin are you using for JaCoCo? The issue should be filed to that plugin.
Comment 2 everflux 2014-04-15 11:04:42 UTC
Ok so is Netbeans just executing the maven build and using the jacoco as defined in the pom?

(See http://wiki.netbeans.org/MavenCodeCoverage for reference)

Then a simple pom update (and perhaps documentation on the wiki page above) would fix all problems. That would be wonderful :)
Comment 3 Tomas Zezula 2014-04-15 13:07:24 UTC
Nothing to do with project/libraries as the jococo is not bundled as NetBeans Library. Reassigning to mvn jococo support.
Comment 4 Milos Kleint 2014-04-16 05:21:49 UTC
wiki website updated, considered done, the version is never explicitly used in codebase.