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 268313 - NullPointerException at org.netbeans.modules.git.ui.fetch.FetchUtils.log
Summary: NullPointerException at org.netbeans.modules.git.ui.fetch.FetchUtils.log
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-03 00:55 UTC by mrpc
Modified: 2016-10-03 00:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213223


Attachments
stacktrace (1.45 KB, text/plain)
2016-10-03 00:55 UTC, mrpc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrpc 2016-10-03 00:55:30 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
mrpc: Remote pull
I selected "enable deletes"
Selected a branch to be deleted and deselected everything
finished the dialog and let netbeans pull

GUEST: the error occoured after get remotelly removed branches deleted locally

GUEST: <Please provide a description of the problem or the steps to reproduce>asas

GUEST: I was fetching a git branch and this weird thing ocurred

GUEST: was attempting to git pull a removed branch; Netbeans notifies me that it is doing a fetch instead

GUEST: Was attempting to do a Git Pull with deletes enabled; selected two removed branches and unselected master.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.git.ui.fetch.FetchUtils.log(FetchUtils.java:103)
   at org.netbeans.modules.git.ui.fetch.PullAction$GitProgressSupportImpl$1.call(PullAction.java:221)
   at org.netbeans.modules.git.ui.fetch.PullAction$GitProgressSupportImpl$1.call(PullAction.java:208)
   at org.netbeans.modules.versioning.indexingbridge.Bridge$1.call(Bridge.java:64)
   at org.netbeans.modules.parsing.api.indexing.IndexingManager.runProtected(IndexingManager.java:382)
   at org.netbeans.modules.versioning.indexingbridge.Bridge.runWithoutIndexing(Bridge.java:59)
Comment 1 mrpc 2016-10-03 00:55:32 UTC
Created attachment 162310 [details]
stacktrace