Bug 520989 - Freeze on content assist
Summary: Freeze on content assist
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 4.7   Edit
Hardware: PC Windows 10
: P3 major with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-15 12:06 EDT by B. VON KARGER CLA
Modified: 2022-12-22 16:23 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description B. VON KARGER CLA 2017-08-15 12:06:26 EDT
Here is how to reproduce:

1. Download and unpack a fresh "Eclipse IDE for Java Developers".
2. Create a new Java project
3. Create a new enum named Test.java with exactly the following content

public enum Test {

	C1(x -> x.toString())
	C2(x -> x.)

	;

	Test(String s) {

	}
}

4. Place the cursor in the line "C2(x -> x.)" between the dot and the close parens
5. Hit Ctrl-Space

--> Intense CPU usage and Eclipse stops responding
Comment 1 Eclipse Genie CLA 2020-10-11 16:14: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 2 Eclipse Genie CLA 2022-12-22 16:23:48 EST
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.