Bug 294002 - [content assist] Auto completion for constructor of nested class should generate import statement
Summary: [content assist] Auto completion for constructor of nested class should gener...
Status: ASSIGNED
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: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-02 17:24 EST by Brian Miller CLA
Modified: 2023-04-11 12:58 EDT (History)
3 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 2009-11-02 17:24:33 EST
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0
Build Identifier: 20090920-1017

class Bug {
	{
		Thread.setDefaultUncaughtExceptionHandler(
				new Unc // LINE 4		
		);
	}
}

Reproducible: Always

Steps to Reproduce:
1. Place the caret on LINE 4 after the letter 'c'.
2. Press Ctrl+Space to get proposals.
3. Pick the first proposal.  See that the needed import statement wasn't generated.
Comment 1 Eclipse Genie CLA 2019-04-27 15:42:50 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 2 Dani Megert CLA 2019-04-28 10:33:46 EDT
Still an issue in 4.12 M1.
Comment 3 Eclipse Genie CLA 2021-04-18 00:20:33 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 4 Jeff Johnston CLA 2021-04-18 19:04:03 EDT
Still a problem in 4.20 M1
Comment 5 Eclipse Genie CLA 2023-04-11 12:58:15 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.