You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Luca Mambretti (Jira)" <ji...@apache.org> on 2021/01/29 09:10:00 UTC

[jira] [Created] (NETBEANS-5300) Code Coverage Report no longer works throwing NPE

Luca Mambretti created NETBEANS-5300:
----------------------------------------

             Summary: Code Coverage Report no longer works throwing NPE
                 Key: NETBEANS-5300
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5300
             Project: NetBeans
          Issue Type: Bug
          Components: maven - codecoverage
    Affects Versions: 12.2, 12.3
         Environment: *Product Version:* Apache NetBeans IDE 12.2

*Java:* 11; Java HotSpot(TM) 64-Bit Server VM 11+28

*Runtime:* Java(TM) SE Runtime Environment 11+28

*System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
            Reporter: Luca Mambretti
         Attachments: idelog.log

When invoking the Code Coverage report from a Maven project with jacoco enabled

<plugin>
 <groupId>org.jacoco</groupId>
 <artifactId>jacoco-maven-plugin</artifactId>
 <version>0.8.6</version>
 </plugin>

 

Instead of showing the code coverage report the IDE throws an NPE and does nothing.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists