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

Summary: NullPointerException at org.netbeans.modules.versioning.core.DelegatingVCS.getTopmostManagedAncestor
Product: versioncontrol Reporter: mps77 <mps77>
Component: CodeAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224271
Attachments: stacktrace

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