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 251757 - Empty hint to use anonymous inner class
Summary: Empty hint to use anonymous inner class
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-10 11:22 UTC by cezariusz
Modified: 2015-07-27 08:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Empty hint (5.75 KB, image/png)
2015-04-10 11:44 UTC, cezariusz
Details
Hint actions (6.45 KB, image/png)
2015-04-10 11:50 UTC, cezariusz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2015-04-10 11:22:08 UTC
Product Version: NetBeans IDE Dev (Build 201504030001)
Java: 1.8.0_25; Java HotSpot(TM) 64-Bit Server VM 25.25-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_25-b18
System: Windows 7 version 6.1 running on amd64; Cp1250; pl_PL (nb)

The hint to use anonymous inner class is empty when the mouse cursor is over the exclamation mark.
Comment 1 cezariusz 2015-04-10 11:44:34 UTC
Created attachment 153125 [details]
Empty hint
Comment 2 cezariusz 2015-04-10 11:50:55 UTC
Created attachment 153126 [details]
Hint actions
Comment 3 cezariusz 2015-04-10 11:58:54 UTC
Test case:

public class ThreadTest {

    public void startThread() {
        new Thread(() -> {
            worker();
        }).start();
    }

    public void worker() {
    }

}
Comment 4 Svata Dedic 2015-06-02 13:42:08 UTC
Labels added in jet-main#15ff189d3041
Comment 5 Quality Engineering 2015-06-05 02:39:09 UTC
Integrated into 'main-silver', will be available in build *201506050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/15ff189d3041
User: Svata Dedic <sdedic@netbeans.org>
Log: #251757: Missing hint labels added
Comment 6 cezariusz 2015-07-27 08:29:07 UTC
Verified with Build 201507240001.