Bug 6410 - File unchanged but dirtied by code assist
Summary: File unchanged but dirtied by code assist
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M2   Edit
Assignee: Claude Knaus CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-28 20:40 EST by James Moody CLA
Modified: 2002-01-16 02:41 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 James Moody CLA 2001-11-28 20:40:36 EST
1122.
Open a Java file. Place the cursor inside the left-most parenthesis of a method 
call. For example, consider "I" to be the cursor below:

Object o = anotherObject.method(I);

Press Ctrl-Space. The file is dirtied but not changed, and code assist does not 
appear. If code assist has nothing to suggest, it should not dirty the file.
Comment 1 Claude Knaus CLA 2002-01-11 10:54:05 EST
fixed > 20020110