This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 155571

Summary: file marked as modified after no change
Product: groovy Reporter: Lukas Jungmann <jungi>
Component: EditorAssignee: Martin Janicek <mjanicek>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Lukas Jungmann 2008-12-16 16:06:10 UTC
-have a a.A.groovy and b.B.groovy classes
-let B extends A

package b
import a.A
class B extends A| {}

-make sure both files are saved
-invoke CC at '|'
-choose 'A' in CC dialog and hit Enter

=>
 expected: nothing happens since a.A is already imported
 actual: whole file is marked as modified although nothing has changed
Comment 1 Martin Janicek 2012-02-21 14:20:24 UTC
Still valid, but minority issue --> Setting TM = Next