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 2518 - there are problems with deleting packages (I`m not shure if it is network problem, because it create this kind of files .nfs0FFE)
Summary: there are problems with deleting packages (I`m not shure if it is network pro...
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pknakal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-16 03:47 UTC by pknakal
Modified: 2008-12-23 10:52 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 pknakal 1999-07-16 03:47:53 UTC
Exception occurred during event dispatching:
java.lang.IllegalArgumentException: 0 x2c_1 = ---

        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.<init>(Throwable.java:94)
        at java.lang.Exception.<init>(Exception.java:42)
        at java.lang.RuntimeException.<init>(RuntimeException.java:47)
        at java.lang.IllegalArgumentException.<init>(IllegalArgumentException.java:43)
        at org.openide.nodes.NodeOp.computePermutation(NodeOp.java:302)
        at org.openide.nodes.Children$1$Updator.run(Children.java:1258)
        at org.openide.util.Mutex.doEvent(Mutex.java:455)
        at org.openide.util.Mutex.writeAccess(Mutex.java:240)
        at org.openide.nodes.Children$Keys.setKeys(Children.java:1302)
        at org.openide.loaders.FolderChildren.refreshChildren(FolderChildren.java:98)
        at org.openide.loaders.FolderChildren.propertyChange(FolderChildren.java:64)
        at org.openide.util.WeakListener$PropertyChange.propertyChange(WeakListener.java:119)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:156)
        at org.openide.loaders.DataObject.firePropertyChange(DataObject.java:682)
        at org.openide.loaders.DataFolder.fireChildrenChange(DataFolder.java:234)
        at org.openide.loaders.FolderList.fireChildrenChange(FolderList.java:427)
        at org.openide.loaders.FolderList.createBoth(FolderList.java:416)
        at org.openide.loaders.FolderList.refresh(FolderList.java:117)

        at org.openide.loaders.FolderList.fileDeleted(FolderList.java:169)
        at org.openide.util.WeakListener$FileChange.fileDeleted(WeakListener.java:177)
        at org.openide.filesystems.FileObject$4.dispatch(FileObject.java:273)
        at org.openide.filesystems.FileSystem$EventDispatcher.run(FileSystem.java:513)
        at org.openide.fil
Comment 1 Marek Grummich 2000-07-25 09:38:59 UTC
Priority is changed to P4 (normal).