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 235701

Summary: Implement Java Hints for "Java Language Level Migration aids"
Product: java Reporter: Svata Dedic <sdedic>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: RESOLVED FIXED    
Severity: normal Keywords: PLAN
Priority: P1    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Svata Dedic 2013-09-09 12:32:23 UTC
The following hints should be implemented.

* Anonymous type can be replaced with method reference
* Lambda can be replaced with method reference
* Lambda code block can be replaced with expression
* Unnecessary boxing
* Unnecessary unboxing
Comment 1 Svata Dedic 2013-11-11 14:56:23 UTC
Boxing / unboxing implemented in http://hg.netbeans.org/jet-main/rev/d7c61e7c40f1 and http://hg.netbeans.org/jet-main/rev/a6fed2fc8366