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 251427 - NullPointerException at org.netbeans.modules.git.remote.ui.repository.RepositoryInfo.equalsTags
Summary: NullPointerException at org.netbeans.modules.git.remote.ui.repository.Reposit...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote VCS (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-26 05:08 UTC by Exceptions Reporter
Modified: 2015-03-27 03:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216368


Attachments
stacktrace (2.40 KB, text/plain)
2015-03-26 05:08 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-03-26 05:08:26 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 1)
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:
GUEST: Opening Netbeans




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.git.remote.ui.repository.RepositoryInfo.equalsTags(RepositoryInfo.java:502)
   at org.netbeans.modules.git.remote.ui.repository.RepositoryInfo.setTags(RepositoryInfo.java:323)
   at org.netbeans.modules.git.remote.ui.repository.RepositoryInfo.refresh(RepositoryInfo.java:196)
   at org.netbeans.modules.git.remote.FilesystemInterceptor$GitFolderEventsHandler.scanGitFolderTimestamps(FilesystemInterceptor.java:1011)
   at org.netbeans.modules.git.remote.FilesystemInterceptor$GitFolderEventsHandler.initializeFiles(FilesystemInterceptor.java:1132)
   at org.netbeans.modules.git.remote.FilesystemInterceptor$GitFolderEventsHandler.access$2500(FilesystemInterceptor.java:918)
Comment 1 Exceptions Reporter 2015-03-26 05:08:29 UTC
Created attachment 152848 [details]
stacktrace
Comment 2 Alexander Simon 2015-03-26 10:28:07 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/27dff6833415
Comment 3 Quality Engineering 2015-03-27 03:23:08 UTC
Integrated into 'main-silver', will be available in build *201503270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/27dff6833415
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #251427 NullPointerException at org.netbeans.modules.git.remote.ui.repository.RepositoryInfo.equalsTags