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 262266 - NullPointerException at org.netbeans.modules.versioning.core.DelegatingVCS.getTopmostManagedAncestor
Summary: NullPointerException at org.netbeans.modules.versioning.core.DelegatingVCS.ge...
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-29 11:49 UTC by mps77
Modified: 2016-05-29 11:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224271


Attachments
stacktrace (1.29 KB, text/plain)
2016-05-29 11:49 UTC, mps77
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mps77 2016-05-29 11:49:11 UTC
This bug was originally marked as duplicate of bug 255780, 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 201604160001)
VM: Java HotSpot(TM) Client VM, 25.72-b05, Java(TM) SE Runtime Environment, 1.8.0_72-ea-b05
OS: Windows 7

User Comments:
mps77: update nb with autoupdate




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.versioning.core.DelegatingVCS.getTopmostManagedAncestor(DelegatingVCS.java:187)
   at org.netbeans.modules.versioning.core.VersioningManager.getOwner(VersioningManager.java:452)
   at org.netbeans.modules.versioning.core.VersioningAnnotationProvider.getOwner(VersioningAnnotationProvider.java:96)
   at org.netbeans.modules.versioning.core.VersioningAnnotationProvider.access$1200(VersioningAnnotationProvider.java:78)
   at org.netbeans.modules.versioning.core.VersioningAnnotationProvider$Cache.getCommonOwner(VersioningAnnotationProvider.java:773)
   at org.netbeans.modules.versioning.core.VersioningAnnotationProvider$Cache.annotate(VersioningAnnotationProvider.java:677)
Comment 1 mps77 2016-05-29 11:49:14 UTC
Created attachment 159910 [details]
stacktrace