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 68086 - NPE in cvs when selecting Show Changes
Summary: NPE in cvs when selecting Show Changes
Status: RESOLVED DUPLICATE of bug 68076
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-04 11:52 UTC by Kenneth Ganfield
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 Kenneth Ganfield 2005-11-04 11:52:10 UTC
windows XP
IDE build: 20051104-0719
Fresh user dir

I open project which is in cvs
I update using cvs
I make a modification and then choose cvs > show changes
I get an NPE box with the following exception:

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 Maros Sandor 2005-11-04 12:00:44 UTC

*** This issue has been marked as a duplicate of 68076 ***