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 232975 - Save All button don't save file in some cases
Summary: Save All button don't save file in some cases
Status: RESOLVED DUPLICATE of bug 227270
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 7.4
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-18 10:58 UTC by soldatov
Modified: 2013-07-18 11:11 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 soldatov 2013-07-18 10:58:06 UTC
Product Version         = NetBeans IDE Dev (Build 201307162300) (#1ccf682608ea)
Operating System        = SunOS version 5.11 running on x86
Java; VM; Vendor        = 1.7.0_25; Java HotSpot(TM) Client VM 23.25-b01; Oracle Corporation
Runtime                 = Java(TM) SE Runtime Environment 1.7.0_25-b15

Scenario:
1) Create Java Application project
2) Open JavaApplication1.java file
3) Type ; in latest line
4) Press Save All button on toolbar (quickly)
5) Repeat 3)-4) steps
==> Very quickly IDE doesn't save latest changes and "Save All" button is enabled

Warning appears in messages.log:
WARNING [org.netbeans.api.actions.Savable]: Savable class org.openide.loaders.DataObject$DOSavable is not in Savable.REGISTRY! Have not you forgotten to call register() in constructor?

Workaround: wait 5-10 seconds and press Save All button
Expected: "saving..." message in status bar
Comment 1 soldatov 2013-07-18 11:11:26 UTC
sorry. I think bug in http://hg.netbeans.org/ergonomics/rev/ec3d638a6599

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