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 271956

Summary: JaCoCo report does not refresh
Product: utilities Reporter: Alfatrion
Component: CodeAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description Alfatrion 2017-12-31 13:23:16 UTC
*Actual*
Given a maven project with JaCoCo setup and tests
And the JaCoCo report is open
When you adds a test
And compiles with all tests passing
Then the JaCoCo report refreshes

Given a maven project with JaCoCo setup and tests
And the JaCoCo report is open
When you adds a test that throws an unexpected exception
And compiles with all tests passing
And you fix the test after that 
Then the JaCoCo report will not refresh any more

*Expected*
Given a maven project with JaCoCo setup and tests
And the JaCoCo report is open
When you adds a test that throws an unexpected exception
And compiles with all tests passing
The the JaCoCo report clears the result

Given a maven project with JaCoCo setup and tests
And the JaCoCo report is open
When you adds a test that throws an unexpected exception
And compiles with all tests passing
And you fix the test after that 
Then the JaCoCo report refreshes again