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 - NullPointerException at org.netbeans.modules.versioning.core.api.VCSFileProxy.createFileProxy
Summary: NullPointerException at org.netbeans.modules.versioning.core.api.VCSFileProxy...
Status: RESOLVED DUPLICATE of bug 208322
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-08 14:23 UTC by stiffuser
Modified: 2012-03-09 17:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185677


Attachments
stacktrace (690 bytes, text/plain)
2012-03-08 14:23 UTC, stiffuser
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***