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 (Status)
m (Intelligent Overrides Completion)
Line 14: Line 14:
  
 
<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|New and Noteworthy 0.4]]
 
[[Category:Recommenders|New and Noteworthy 0.4]]

Revision as of 20:08, 17 November 2011

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:


Recommenders Overrides Completion in Inner Classes.png


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.

Back to the top