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 237003 - Patch for: Don't use annotation as super interface too-tip shows {0}
Summary: Patch for: Don't use annotation as super interface too-tip shows {0}
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: PATCH_AVAILABLE
Depends on:
Blocks:
 
Reported: 2013-10-10 19:52 UTC by MackSix
Modified: 2013-11-24 02:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (28.21 KB, image/png)
2013-10-10 19:52 UTC, MackSix
Details
Proposed patch (981 bytes, patch)
2013-11-16 13:11 UTC, markiewb
Details | Diff
Patch in action (4.59 KB, image/png)
2013-11-16 13:11 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2013-10-10 19:52:36 UTC
Created attachment 140992 [details]
Screenshot

Don't use annotation as super interface too-tip shows {0}

See screenshot.

Product Version: NetBeans IDE 7.4 (Build 201310012201)
Java: 1.8.0-ea; Java HotSpot(TM) 64-Bit Server VM 25.0-b50
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b108
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 Jiri Prox 2013-10-11 06:48:29 UTC
reproducible
Comment 2 markiewb 2013-11-16 13:11:09 UTC
Created attachment 142261 [details]
Proposed patch

I like to propose a patch for this issue. Please review and commit.
Comment 3 markiewb 2013-11-16 13:11:28 UTC
Created attachment 142262 [details]
Patch in action
Comment 4 Svata Dedic 2013-11-21 10:00:11 UTC
Will be integrated as rev. http://hg.netbeans.org/jet-main/rev/71799bd41e90
Comment 5 Quality Engineering 2013-11-24 02:20:20 UTC
Integrated into 'main-silver', will be available in build *201311240002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/71799bd41e90
User: Svata Dedic <sdedic@netbeans.org>
Log: #237003: proper msg escaping (by Markiewb)