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

Summary: [50cat] NPE while update files
Product: versioncontrol Reporter: wulgar <wulgar>
Component: CVSAssignee: issues@versioncontrol <issues>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P1    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 68079    
Bug Blocks:    

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.