Bug 262597 - [content assist] Adding missing import statement causes hover box to screw up
Summary: [content assist] Adding missing import statement causes hover box to screw up
Status: RESOLVED DUPLICATE of bug 84545
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.5   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-27 11:57 EST by Kent Johnson CLA
Modified: 2009-01-28 06:29 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Johnson CLA 2009-01-27 11:57:15 EST
Follow the steps in bug 260717

When codeassist is invoked, the missing import statement is added & the code shifts down 2 lines.

A box appears with 'int i', which are the parameters of the constructor. It shows up where the constructor call was before the import statement was added.

The box with 'int i' does not go away until you click somewhere else.
Comment 1 Dani Megert CLA 2009-01-28 06:29:10 EST

*** This bug has been marked as a duplicate of bug 84545 ***