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 181740 - "No Display Name" in General for Java Hints
Summary: "No Display Name" in General for Java Hints
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-10 02:38 UTC by Masaki Katakai
Modified: 2010-03-10 23:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (118.73 KB, image/png)
2010-03-10 02:38 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2010-03-10 02:38:45 UTC
Created attachment 94958 [details]
screenshot

Product Version: NetBeans IDE Dev (Build 201003081350)
Java: 1.6.0_17; Java HotSpot(TM) 64-Bit Server VM 14.3-b01-101
System: Mac OS X version 10.5.8 running on x86_64; SJIS; en (nb)

There is an item "No Display Name" in "General" category for Java Hints. Is this correct? It seems that the hint class (or module?) is not defining the display name.
Comment 1 Jan Lahoda 2010-03-10 09:54:22 UTC
That was an unfinished hint, disabled:
http://hg.netbeans.org/main-silver?cmd=changeset;node=31125da81edf

I have also changed the annotation processor so that hints without display name/description will not compile.
Comment 2 Quality Engineering 2010-03-10 23:16:00 UTC
Integrated into 'main-golden', will be available in build *201003110200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/31125da81edf
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #181740: all hints are required to have a display name and a description, disabling an unfinished hint that does not fulfill this condition