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 234919 - Flip Operands missing tool tip
Summary: Flip Operands missing tool tip
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-24 05:51 UTC by MackSix
Modified: 2013-09-15 01:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (14.54 KB, image/png)
2013-08-24 05:51 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2013-08-24 05:51:36 UTC
Created attachment 139161 [details]
Screenshot

1 .Put this code in a Java file:

        boolean a;
        boolean b = true, c = true;
        a = c & b;

2. Put cursor on "&".

3. Hover mouse over light bulb on the line number bar.

The tool tip says: "----(Alt-Enter shows hints)"
 
Expected: "Flip Operand----(Alt-Enter shows hints)" (or something similar)

See attached screenshot.

Product Version: NetBeans IDE Dev (Build 201308222300)
Java: 1.8.0-ea; Java HotSpot(TM) 64-Bit Server VM 25.0-b44
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b102
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 Svata Dedic 2013-09-09 15:42:52 UTC
Trivial typo, fixed in http://hg.netbeans.org/jet-main/rev/11054fd467c9
Comment 2 Dusan Balek 2013-09-13 07:39:14 UTC
Updating test.

http://hg.netbeans.org/jet-main/rev/9c3ff5d17c19
Comment 3 Quality Engineering 2013-09-15 01:26:32 UTC
Integrated into 'main-silver', will be available in build *201309150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/11054fd467c9
User: Svata Dedic <sdedic@netbeans.org>
Log: #234919: fixed typo in message name