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 250888 - NullPointerException at org.netbeans.modules.versioning.core.DelegatingVCS.getTopmostManagedAncestor
Summary: NullPointerException at org.netbeans.modules.versioning.core.DelegatingVCS.ge...
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-04 10:31 UTC by inonit
Modified: 2015-03-31 14:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215805


Attachments
stacktrace (1.39 KB, text/plain)
2015-03-04 10:31 UTC, inonit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description inonit 2015-03-04 10:31:55 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 20150227-2dd7fe78e7e6)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Mac OS X

User Comments:
inonit: just opening NetBeans




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 inonit 2015-03-04 10:31:57 UTC
Created attachment 152389 [details]
stacktrace
Comment 2 Alexander Simon 2015-03-04 10:35:57 UTC
probably module remotefs.versioning.api should require org.netbeans.modules.remotefs.versioning
Comment 3 Vladimir Kvashin 2015-03-31 14:04:23 UTC
All 4 reports of March 5 show that remotefs.versioning.api module is loaded  while remotefs.versioning is not.

Already fixed by Alexander by hg.netbeans.org/cnd-main/rev/fd2a7306b0a1 -
thank you!

No reports after March 5.