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 209334

Summary: NullPointerException at org.netbeans.modules.versioning.core.api.VCSFileProxy.createFileProxy
Product: versioncontrol Reporter: stiffuser
Component: CodeAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 185677
Attachments: stacktrace

Description stiffuser 2012-03-08 14:23:49 UTC
This bug was originally marked as duplicate of bug 208322, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-8771-on-20120223)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.versioning.core.api.VCSFileProxy.createFileProxy(VCSFileProxy.java:95)
   at org.netbeans.modules.versioning.DelegatingVCS.toProxies(DelegatingVCS.java:646)
   at org.netbeans.modules.versioning.DelegatingVCS.access$200(DelegatingVCS.java:72)
   at org.netbeans.modules.versioning.DelegatingVCS$DelegatingHistoryProvider$DelegateChangeListener.fireHistoryChanged(DelegatingVCS.java:614)
   at org.netbeans.modules.subversion.HistoryProvider$1.run(HistoryProvider.java:159)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1404)
Comment 1 stiffuser 2012-03-08 14:23:51 UTC
Created attachment 116478 [details]
stacktrace
Comment 2 Tomas Stupka 2012-03-09 17:33:00 UTC
from the stacktrace it looks like the build from which this was reported is bassed on a revision prior to the bugfix #8ebe91b2e5df in issue #208322

closing as duplicate for now, but feel free to reopen in case the problem should reappear.

*** This bug has been marked as a duplicate of bug 208322 ***