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

Summary: Unable to disable Javadoc Hints
Product: java Reporter: nto7705
Component: HintsAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.2.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

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 :)