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 53695 - NullPointerException when expanding nb_all
Summary: NullPointerException when expanding nb_all
Status: RESOLVED WORKSFORME
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 4.x
Hardware: Sun SunOS
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-19 15:52 UTC by Martin Entlicher
Modified: 2005-01-21 10:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The NPE. (1.58 KB, text/plain)
2005-01-19 15:54 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2005-01-19 15:52:59 UTC
"standard" module checked out from
cvs.netbeans.org in nb_all directory. When
NetBeans are started and nb_all added to
Favorites, the attached NPE is thrown. 100%
reproducible.
Comment 1 Martin Entlicher 2005-01-19 15:54:35 UTC
Created attachment 19791 [details]
The NPE.
Comment 2 _ pkuzel 2005-01-19 18:30:00 UTC
Looks like parent traversal leaves VFS realms and enters LFS. Looks 
like MFS fileobject vs VFS fileobject issue. For root? 
Comment 3 Martin Entlicher 2005-01-19 20:29:39 UTC
I have problems to reproduce it :-(
i can reproduce it in production build #200501171900 without problems,
but not in build from the sources. At least a diagnostic exception
added, which is later reported through ErrorManager (so no threads are
interrupted). Downgrading to P4 and leaving open if we'll be able to
track that down...

/cvs/vcscore/src/org/netbeans/modules/vcscore/turbo/IgnoreList.java,v
 <--  IgnoreList.java
new revision: 1.5; previous revision: 1.4
Comment 4 Martin Entlicher 2005-01-21 10:40:08 UTC
Works for me. Might be associated with #53792. Will reopen if reappears.