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 2976 - Exception occured after first click on Browse.
Summary: Exception occured after first click on Browse.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pzajac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-30 20:12 UTC by pzajac
Modified: 2002-07-19 15:23 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 pzajac 1999-07-30 20:12:51 UTC
Exception occured after first click on Browse.

java.lang.ClassNotFoundException: com.netbeans.ide.filesystems.DefaultAttributes$Table

        at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:981)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:232)
        at org.openide.filesystems.DefaultAttributes.loadTable(DefaultAttributes.java:366)
        at org.openide.filesystems.DefaultAttributes.load(DefaultAttributes.java:328)
        at org.openide.filesystems.DefaultAttributes.loadTable(DefaultAttributes.java:308)
        at org.openide.filesystems.DefaultAttributes.readAttribute(DefaultAttributes.java:130)
        at org.openide.filesystems.AbstractFileObject.getAttribute(AbstractFileObject.java:299)
        at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:340)
        at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:316)
        at org.openide.loaders.DataObject.find(DataObject.java:402)
        at com.netbeans.developer.impl.PackageNode$PackageChildren.putPackages(PackageNode.java:254)
        at com.netbeans.developer.impl.PackageNode$PackageChildren.access$0(PackageNode.java:211)
        at com.netbeans.developer.impl.PackageNode$5.run(PackageNode.java:139)
setting visibility of objectBrowser to true
Comment 1 Marek Grummich 2000-07-25 09:43:59 UTC
Priority is changed to P4 (normal).