notes about completion work

This commit is contained in:
Ben Fry
2018-03-26 17:43:36 -04:00
parent 6cc0791fad
commit b28139a035
2 changed files with 5 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ import org.eclipse.jdt.core.dom.VariableDeclarationFragment;
// getReturnType2() is used instead of getReturnType().
// need to check whether that's identical in how it performs,
// and if so, use makeLabel() and makeCompletion() more [fry 180326]
// https://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjdt%2Fcore%2Fdom%2FMethodDeclaration.html
public class CompletionCandidate implements Comparable<CompletionCandidate> {
private final String elementName;