You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the editor may say that some kind of problem with code assist occurred: not sure why (any idea?)
click to "restore defaults"
at this point, invoking code assist again may not work any more (why?)
close the Test50 class and open it again
try to invoke code assist at "|" again
now, the fully qualified name javax.swing.tree.TreeNode is inserted at the declaration point, instead of the import statement, although "Add import instead of qualified name" workspace preference related to Content Assist is checked
at this point, this faulty behaviour will always occur
If you still can't reproduce in this way, please tell me: I may provide my whole Eclipse installation (for Windows x64).
The text was updated successfully, but these errors were encountered:
Okay, got it. When you complete on the full type name, the import rewriter is finding a conflict with the recovery generated field/property "java.lang.Object TreeNode". If you remove even one character, the import should be inserted. I'll see what I can do about this issue.
Follow-up of #862 (see discussion there).
Steps to repro:
javax.swing.tree.TreeNode
TreeNode
at the declaration point; so far so goodTest50
classTest50
class and open it againjavax.swing.tree.TreeNode
is inserted at the declaration point, instead of the import statement, although "Add import instead of qualified name" workspace preference related to Content Assist is checkedIf you still can't reproduce in this way, please tell me: I may provide my whole Eclipse installation (for Windows x64).
The text was updated successfully, but these errors were encountered: