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 4153 - Reading files from directory with old filesystem.attributes (with com.netbeans.ide packages) throws exception.
Summary: Reading files from directory with old filesystem.attributes (with com.netbean...
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: L Martinek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-01 19:38 UTC by L Martinek
Modified: 2008-12-23 10:42 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 L Martinek 1999-10-01 19:38:21 UTC
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:402)
        at org.openide.filesystems.DefaultAttributes.load(DefaultAttributes.java:364)
        at org.openide.filesystems.DefaultAttributes.loadTable(DefaultAttributes.java:344)
        at org.openide.filesystems.DefaultAttributes.readAttribute(DefaultAttributes.java:145)
        at org.openide.filesystems.AbstractFileObject.getAttribute(AbstractFileObject.java:336)
        at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:341)
        at org.openide.loaders.FolderList.createBoth(FolderList.java:360)
        at org.openide.loaders.FolderList.getObjects(FolderList.java:240)
        at org.openide.loaders.FolderList.getChildrenList(FolderList.java:136)

        at org.openide.loaders.DataFolder.getChildrenList(DataFolder.java:223)
        at org.openide.loaders.FolderChildren$Addition.run(FolderChildren.java:292)
        at org.openide.util.Task.run(Task.java:127)
        at org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:519)