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 253817 - [81cat] Show as warning on current line not visible
Summary: [81cat] Show as warning on current line not visible
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.1
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on: 253834
Blocks:
  Show dependency tree
 
Reported: 2015-07-26 21:03 UTC by cezariusz
Modified: 2015-08-04 08:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Show as: Warning (14.20 KB, image/png)
2015-07-26 21:05 UTC, cezariusz
Details
Show as: Warning on Current Line (12.98 KB, image/png)
2015-07-26 21:07 UTC, cezariusz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2015-07-26 21:03:02 UTC
Link: http://services.netbeans.org/synergy/client/app/#/case/4983/suite/1690

Product Version: NetBeans IDE Dev (Build 201507240001)
Java: 1.8.0_51; Java HotSpot(TM) 64-Bit Server VM 25.51-b03
Runtime: Java(TM) SE Runtime Environment 1.8.0_51-b16
System: Windows 8 version 6.2 running on amd64; UTF-8; pl_PL (nb)

When I selected "Show As: Warning on Current Line" for the "Creating new Boolean" hint, it's not visible at all, probably because there is also a hint "Unnecessary boxing". When it's set to "Show As: Warning", both hints are visible.
Comment 1 cezariusz 2015-07-26 21:05:49 UTC
Created attachment 154917 [details]
Show as: Warning
Comment 2 cezariusz 2015-07-26 21:07:17 UTC
Created attachment 154918 [details]
Show as: Warning on Current Line
Comment 3 Svata Dedic 2015-08-04 08:39:58 UTC
Please note that the 'boolean constructor' hint is marked on the 'new Boolean' expression. Both hints appear on the code, provided that the caret stays within "new Boolean" expression.