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 68076 - [50cat] NPE while update files
Summary: [50cat] NPE while update files
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: REGRESSION
: 68086 (view as bug list)
Depends on: 68079
Blocks:
  Show dependency tree
 
Reported: 2005-11-04 07:45 UTC by wulgar
Modified: 2007-01-04 17:14 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 wulgar 2005-11-04 07:45:14 UTC
[ BUILD # : 200511031900 ]
[ JDK VERSION : 1.5.0_05 ]

java.lang.NullPointerException
	at org.openide.util.lookup.InstanceContent$SimpleItem.<init>(InstanceContent.java:144)
	at org.openide.util.lookup.SimpleLookup.<init>(SimpleLookup.java:41)
	at org.openide.util.lookup.Lookups.fixed(Lookups.java:69)
	at org.netbeans.modules.versioning.system.cvss.ui.syncview.SyncFileNode.<init>(SyncFileNode.java:59)
	at org.netbeans.modules.versioning.system.cvss.ui.syncview.SyncFileNode.<init>(SyncFileNode.java:55)
	at org.netbeans.modules.versioning.system.cvss.ui.syncview.SynchronizePanel.getNodes(SynchronizePanel.java:295)
	at org.netbeans.modules.versioning.system.cvss.ui.syncview.SynchronizePanel.setupModels(SynchronizePanel.java:232)
	at org.netbeans.modules.versioning.system.cvss.ui.syncview.SynchronizePanel.access$900(SynchronizePanel.java:51)
	at org.netbeans.modules.versioning.system.cvss.ui.syncview.SynchronizePanel$RefreshViewTask.run(SynchronizePanel.java:468)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:471)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:904)
Comment 1 Peter Pis 2005-11-04 09:02:05 UTC
Raising priority -> P1. 
Comment 2 _ pkuzel 2005-11-04 09:25:58 UTC
FIXED in issue #68079
Comment 3 Maros Sandor 2005-11-04 12:00:44 UTC
*** Issue 68086 has been marked as a duplicate of this issue. ***
Comment 4 _ pkuzel 2005-11-09 13:53:42 UTC
Checking in CvsFileNode.java;
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/CvsFileNode.java,v
 <--  CvsFileNode.java
new revision: 1.4; previous revision: 1.3
done
Checking in ui/syncview/SyncFileNode.java;
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/syncview/SyncFileNode.java,v
 <--  SyncFileNode.java
new revision: 1.11; previous revision: 1.10
done
Comment 5 Peter Pis 2006-07-10 09:38:59 UTC
Verified.