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

Summary: Exception occured after first click on Browse.
Product: java Reporter: pzajac <pzajac>
Component: UnsupportedAssignee: pzajac <pzajac>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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).