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 271014 - Warning after deleting files
Summary: Warning after deleting files
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: PHPUnit (show other bugs)
Version: Dev
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-01 09:50 UTC by twifty
Modified: 2017-07-01 09:50 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 twifty 2017-07-01 09:50:25 UTC
Create a project with two files, and a unit test for one of those files. Run the test.

The Report window should list both files.

Delete the file without the tests.

Running further tests and/or trying to 'clear Results' will display a warning:

"The file /foo/bar/bat.php seems no longer valid"

This is not an exception, so there is nothing in the logs to attach.

The only way to remove the error is to restart the IDE.