Bug 6410

Summary: File unchanged but dirtied by code assist
Product: [Eclipse Project] JDT Reporter: James Moody <James_Moody>
Component: UIAssignee: Claude Knaus <Claude_Knaus>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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