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 225657 - Unable to disable Javadoc Hints
Summary: Unable to disable Javadoc Hints
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.2.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-02 15:52 UTC by nto7705
Modified: 2013-02-04 12:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (88.06 KB, text/plain)
2013-02-02 15:52 UTC, nto7705
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nto7705 2013-02-02 15:52:04 UTC
Product Version = NetBeans IDE 7.2.1 (Build 201210100934)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_05
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.1-b03

I installed the firebug pllugin and inspected my code.
Later I enabled all hints which are possible, so I got the missing javadoc hints and else.
Then I disabled the hints under Inspect and Manage.
Also under Tools->Preferences->Editor->Hints but my code is still marked.
Comment 1 nto7705 2013-02-02 15:52:09 UTC
Created attachment 130948 [details]
IDE log
Comment 2 Jan Lahoda 2013-02-04 12:29:52 UTC
Sorry, but I was not able to reproduce - when I enabled the hint, lightbulbs appeared in the editor. I disabled it, the lightbulbs in the editor are gone. Could you please describe more exactly what I need to do to see the problem? Thanks.
Comment 3 nto7705 2013-02-04 12:46:41 UTC
Hi, I could resolve this issue.

The following 3 things where enabled Netbeans Java Hints, Findbug Hints and the not offical Checkstyle Plugin of http://www.sickboy.cz/checkstyle/

I disabled the checkstyle plugin and removed it, so I guessed the firebug or netbeans hints caused my issue but somehow the checkstyle javadoc hint was still active until I removed it manually left over checkstyle.xml files.

So, I'm sorry for open this bugreport :)