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 245106 - Add a hint to use generics where i can use generics for more type safety(For compilation level > 1.5)
Summary: Add a hint to use generics where i can use generics for more type safety(For ...
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2014-06-17 13:41 UTC by Dalton.Dh
Modified: 2015-10-02 15:51 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dalton.Dh 2014-06-17 13:41:54 UTC
Product Version = NetBeans IDE 8.0 (Build 201403101706)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.0-b70
Comment 1 Dalton.Dh 2014-06-17 13:51:33 UTC
It includes
Unchecked generic type operation
Usage of raw type
generic type parameter declared with a final type bound etc.
Comment 2 Svata Dedic 2015-10-02 15:51:51 UTC
Please elaborate more; examples of suggested fixes would be useful.