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 223703

Summary: Editable Diff-Window does not save when invoking save action
Product: utilities Reporter: markiewb
Component: DiffAssignee: Tomas Stupka <tstupka>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description markiewb 2012-12-12 09:22:31 UTC
[ JDK VERSION : 1.7.0_09 ]

* create java file A.java and B.java
* select both in project view
* invoke contextmenu, then "Tools > Diff" -> Diff window opens with A on the
left and B on the right side
* modify the code of B on the right side
* press CTRL-S (or your shortcut for saving the file)

ACTUAL: B.java is not saved
ACTUAL: B.java is saved
Comment 1 Milutin Kristofic 2012-12-12 10:24:05 UTC
I am not sure if this is bug in editor or diff.
Comment 2 Ondrej Vrabec 2012-12-13 14:14:41 UTC
fix: http://hg.netbeans.org/core-main/rev/efe5d7ea5176
Comment 3 Quality Engineering 2012-12-17 12:40:28 UTC
Integrated into 'main-golden', will be available in build *201212170919* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/efe5d7ea5176
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #223703 - Editable Diff-Window does not save when invoking save action