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 257546 - Hints "Standard JavaC warnings" not available for inspection.
Summary: Hints "Standard JavaC warnings" not available for inspection.
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-13 10:34 UTC by -Silver-
Modified: 2016-05-26 01:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (77.36 KB, text/plain)
2016-01-13 10:34 UTC, -Silver-
Details

Note You need to log in before you can comment on or make changes to this bug.
Description -Silver- 2016-01-13 10:34:30 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_66
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.66-b18

Reproducibility: Happens every time

STEPS:
I would like to inspect the code of my project searching for the use of all the "deprecated" method calls.
From the options -> Editor -> Hint panel I can see that there is an hint in the group "Standard Javac Warnings" called "Deprecated" that does exactly what I want. It underlines all the deprecated method calls into the java editor.
I want to use this hint into the inspector so that I can find all the occurrences of this "problem" inside the project. 

1. I go to Source -> Inspect...
2. Select single inspection radiobutton and then click on "Browse" 
3. In the opened panel select "Netbeans Java Hint" as Analyzer

ACTUAL:
In the panel containing the groups of hints there is not the one called "Standard Javac warnings" so I can not select the hint "deprecated" for my inspection. 

EXPECTED:
The panel contains all the groups of hints available in the option -> Editor -> hints panel so I can select the group "Standard Javac warnings" and then the hint "deprecated" to start my inspection. 


Best regards
Comment 1 -Silver- 2016-01-13 10:34:35 UTC
Created attachment 158114 [details]
IDE log
Comment 2 Svata Dedic 2016-05-25 15:08:11 UTC
javac warnings enabled for bulk processing - jet-main#e0fc83582570
Comment 3 Quality Engineering 2016-05-26 01:58:16 UTC
Integrated into 'main-silver', will be available in build *201605260002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e0fc83582570
User: Svata Dedic <sdedic@netbeans.org>
Log: #257546: javac warnings will appear in code inspection results and action items