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 - Implement Java Hints for "Java Language Level Migration aids"
Summary: Implement Java Hints for "Java Language Level Migration aids"
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.4
Hardware: PC Linux
: P1 normal (vote)
Assignee: Svata Dedic
URL:
Keywords: PLAN
Depends on:
Blocks:
 
Reported: 2013-09-09 12:32 UTC by Svata Dedic
Modified: 2013-11-11 14:56 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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