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 52507 - NPE from o.n.m.vcscore.turbo.local.Memory$FileObjectKey.<init>
Summary: NPE from o.n.m.vcscore.turbo.local.Memory$FileObjectKey.<init>
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-15 15:47 UTC by Antonin Nebuzelsky
Modified: 2006-03-24 12:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE stacktrace (1.78 KB, text/plain)
2004-12-15 15:48 UTC, Antonin Nebuzelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2004-12-15 15:47:57 UTC
Testing the new VCS cache redesign with the 
pkuzel's build Netbeans-turbo-041214.

I was running checkout command for standard_nowww 
on netbeans cvs pserver. Almost at the end of the 
checkout, the exception was raised.
Comment 1 Antonin Nebuzelsky 2004-12-15 15:48:47 UTC
Created attachment 19318 [details]
NPE stacktrace
Comment 2 _ pkuzel 2004-12-15 16:13:32 UTC
Have you run with enabled asserts?
Comment 3 Antonin Nebuzelsky 2004-12-15 16:16:51 UTC
No, asserts were turned off.
Comment 4 Martin Entlicher 2004-12-15 17:21:51 UTC
Fixed in turbo branch:

/cvs/vcscore/src/org/netbeans/modules/vcscore/VcsFileSystem.java,v 
<--  VcsFileSystem.java
new revision: 1.288.2.33; previous revision: 1.288.2.32
Comment 5 Martin Entlicher 2004-12-15 17:22:20 UTC
Should be fixed.
Comment 6 Martin Entlicher 2004-12-15 17:22:36 UTC
FIXED.
Comment 7 Antonin Nebuzelsky 2004-12-20 12:38:04 UTC
I did not encounter the exception any more.