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 228412 - "private method never called" hint [findbugs] shows on the wrong line
Summary: "private method never called" hint [findbugs] shows on the wrong line
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-09 15:21 UTC by athompson
Modified: 2013-04-18 00:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
hint is on the wrong line (116.88 KB, image/png)
2013-04-09 15:21 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2013-04-09 15:21:58 UTC
Created attachment 133395 [details]
hint is on the wrong line

The yellow underline for the Findbugs warning "private method never called" is shown on the line below the method declaration, instead of on the method declaration itself.
Comment 1 Jan Lahoda 2013-04-15 07:54:04 UTC
http://hg.netbeans.org/jet-main/rev/da4e8e9b40a1
Comment 2 athompson 2013-04-18 00:44:10 UTC
yup