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 205388 - Modified file warning when closing unmodified file
Summary: Modified file warning when closing unmodified file
Status: RESOLVED DUPLICATE of bug 203477
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: PC Linux
: P4 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-21 21:36 UTC by monezz
Modified: 2011-11-22 09:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description monezz 2011-11-21 21:36:33 UTC
[ BUILD # : 201111171527 ]
[ JDK VERSION : 1.6.27 ]

When a file (source or properties) is opened after an automated change and then
closed without changing anything, a modified file warning appears.

Setup: Create new Java project (called e.g. "MyProject5") with default
settings. Create new JFrame Form and name it e.g. "MyJFrame".

1 Open 'MyJFame.java' in designer
2 In Inspector window select the root node ('Form MyJFame')
3 Check 'Automatic Internationalization' in the Properties
4 Insert JLabel and JButton from Pallete to form
5 open the generated bundle.properties.
6 close bundle.properties

EXPECTED RESULT: file is closed
ACTUAL RESULT: modified file warning appears
Comment 1 monezz 2011-11-22 09:35:51 UTC

*** This bug has been marked as a duplicate of bug 203477 ***