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 1839 - When I tried to delete a form object I have got a shared violation message box and also an exception
Summary: When I tried to delete a form object I have got a shared violation message bo...
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-17 22:39 UTC by Jan Palka
Modified: 2008-12-23 11:40 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 Jan Palka 1999-05-17 22:39:58 UTC
java.io.IOException: Shared access
        at com.netbeans.ide.loaders.FileEntry.delete(FileEntry.java:83)
        at com.netbeans.ide.loaders.MultiDataObject.handleDelete(MultiDataObject
.java:285)
        at com.netbeans.ide.loaders.DataObject$2.run(DataObject.java:474)
        at com.netbeans.ide.filesystems.FileSystem.runAtomicAction(FileSystem.ja
va:379)
        at com.netbeans.ide.loaders.DataObject.delete(DataObject.java:472)
        at com.netbeans.ide.loaders.DataNode.destroy(DataNode.java:139)
        at com.netbeans.ide.nodes.FilterNode.destroy(FilterNode.java:204)
        at com.netbeans.ide.explorer.ExplorerActions$1.run(ExplorerActions.java:
384)
        at com.netbeans.ide.filesystems.FileSystem.runAtomicAction(FileSystem.ja
va:379)
        at com.netbeans.ide.explorer.ExplorerActions$DeleteActionPerformer.perfo
rmAction(ExplorerActions.java:380)
        at com.netbeans.ide.util.actions.CallbackSystemAction.performAction(Call
backSystemAction.java:78)
        at com.netbeans.ide.util.actions.CallableSystemAction.actionPerformed(Ca
llableSystemAction.java:77)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:10
66)
        at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra

ctButton.java:1101)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
.java:378)
        at com.netbeans.ide.awt.EnabledButtonModel.setPressed(EnabledButtonModel
.java:85)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
istener.java:217)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:2
30)
        at java.awt.Component.processMouseEvent(Component.java:3126)
        at java.awt.Component.processEvent(Component.java:2965)
        at java.awt.Container.processEvent(Container.java:987)
        at java.awt.Component.dispatchEventImpl(Component.java:2376)
        at java.awt.Container.dispatchEventImpl(Containe
Comment 1 Marek Grummich 2000-07-25 09:40:59 UTC
Priority is changed to P4 (normal).