eclipse-plugin
Here are 363 public repositories matching this topic...
-
Updated
Jan 29, 2020
-
Updated
Nov 24, 2020 - Java
-
Updated
Nov 24, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 25, 2020 - Java
Given
javax.swing.JList aList;
...
aList.getSelectedValues();
When
refactorings applied...
Then
javax.swing.JList aList;
...
aList.getSelectedValuesList();
This refactoring is similar to VectorOldToNewAPIRefactoring.
-
Updated
Apr 10, 2020 - Java
-
Updated
Jul 6, 2019 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
May 25, 2018 - Java
-
Updated
Oct 30, 2020 - Java
-
Updated
Oct 26, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 15, 2019 - Java
-
Updated
Feb 12, 2020 - Java
-
Updated
Sep 27, 2020 - Java
-
Updated
Oct 29, 2020 - Java
-
Updated
Jan 19, 2020 - Java
-
Updated
Apr 12, 2019 - Java
-
Updated
May 2, 2019 - Scala
-
Updated
Feb 14, 2020 - Java
Improve this page
Add a description, image, and links to the eclipse-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eclipse-plugin topic, visit your repo's landing page and select "manage topics."


Consider the following:
When invoking content assist (Ctrl+Space) at
|, the methods and properties of groovy.lang.Closure are very low in the list of proposals. This is due to very-well-known type adjustments made withinorg.codehaus.groovy.eclipse.codeassist.proposals.AbstractGroovyProposal.getRelevanceClass().