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 3525 - Exception thrown while moving and expanding directories
Summary: Exception thrown while moving and expanding directories
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Janne Leppanen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-20 00:58 UTC by Janne Leppanen
Modified: 2008-12-23 10:54 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 Janne Leppanen 1999-08-20 00:58:50 UTC
Also exception was thrown when removed repository see attachment.


java.lang.ClassNotFoundException: com.netbeans.ide.filesystems.DefaultAttributes
$Table
        at java.io.ObjectInputStream.inputObject(Compiled Code)
        at java.io.ObjectInputStream.readObject(Compiled Code)
        at java.io.ObjectInputStream.readObject(Compiled Code)
        at org.openide.filesystems.DefaultAttributes.loadTable(DefaultAttributes
.java:402)
        at org.openide.filesystems.DefaultAttributes.load(Compiled Code)
        at org.openide.filesystems.DefaultAttributes.loadTable(Compiled Code)
        at org.openide.filesystems.DefaultAttributes.readAttribute(Compiled Code
)
        at org.openide.filesystems.AbstractFileObject.getAttribute(Compiled Code
)
        at org.openide.loaders.DataLoaderPool.findDataObject(Compiled Code)
        at org.openide.loaders.DataLoaderPool.findDataObject(Compiled Code)
        at org.openide.loaders.DataObject.find(Compiled Code)
        at com.netbeans.developer.impl.PackageNode$Filer.putPackages(Compiled Co
de)
        at com.netbeans.developer.impl.PackageNode$7.run(PackageNode.java:285)