Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Recommenders/Attic/New and Noteworthy/0.4"

m
(Removing all content from page)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Status  ==
 
  
'''Not 'loud' released.''' Maintenance release which comes with many improvements under the hood such as much more models for Eclipse APIs.
 
 
'''Please note that currently only Eclipse APIs are supported!'''
 
 
== Intelligent Overrides Completion  ==
 
 
Code Recommenders Overrides Completion now supports completion on nested and anonymous classes:
 
 
 
 
[[Image:Recommenders_Overrides_Completion_in_Inner_Classes.png]]<br>
 
 
<br>
 
 
== Improve Support for Generics  ==
 
 
Code Recommenders Calls Completion now supports recommending generic methods. It's not learning which exact generic type a method call should have but is able to learn API usages from erased type information but transfer this knowledge into source code that uses generics.
 
 
 
[[Category:Recommenders|Attic]]
 

Latest revision as of 02:30, 26 September 2013

Back to the top