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 - JaCoCo report does not refresh
Summary: JaCoCo report does not refresh
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-31 13:23 UTC by Alfatrion
Modified: 2017-12-31 13:23 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 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