Bug 94122 - [content assist][5.0] Code completion gives illegal static import
Summary: [content assist][5.0] Code completion gives illegal static import
Status: RESOLVED DUPLICATE of bug 94303
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-09 10:21 EDT by Brian Miller CLA
Modified: 2005-05-12 04:56 EDT (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 Brian Miller CLA 2005-05-09 10:21:29 EDT
Code completion allows a package and class to be chosen for a static import 
declaration, which is good.  The problem is that as soon as the user chooses 
the class, the static import is completed with a semicolon immediately 
following the class name, and this is illegal.  Instead code completion should 
follow the choosing of the class with a choice for static members (and 
asterisk).
Comment 1 Dirk Baeumer CLA 2005-05-09 12:09:49 EDT
Don't know if this is text of JDT/Core.
Comment 2 Dani Megert CLA 2005-05-09 18:11:44 EDT
We should address this for 3.1.
Comment 3 Tom Hofmann CLA 2005-05-12 04:54:52 EDT
we receive the proposal as is from core.
Comment 4 Tom Hofmann CLA 2005-05-12 04:56:43 EDT
already there.

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