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 255350 - Avoid dialog if no test is found, use just status bar
Summary: Avoid dialog if no test is found, use just status bar
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-17 07:57 UTC by Tomas Mysik
Modified: 2015-09-18 01:40 UTC (History)
1 user (show)

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 Tomas Mysik 2015-09-17 07:57:25 UTC
If no test file for a source file exists and one runs its test or tries to navigate to it, a dialog is shown. This can be quite annoying since user must click the OK button. Better will be to use just a status bar.
Comment 1 Tomas Mysik 2015-09-17 08:10:11 UTC
Done.

http://hg.netbeans.org/web-main/rev/a2152aeac598
Comment 2 Quality Engineering 2015-09-18 01:40:12 UTC
Integrated into 'main-silver', will be available in build *201509180002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a2152aeac598
User: Tomas Mysik <tmysik@netbeans.org>
Log: #255350 - Avoid dialog if no test is found, use just status bar