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 240598 - NullPointerException at org.netbeans.modules.git.ui.fetch.PullBranchesStep.fillRemoteBranches
Summary: NullPointerException at org.netbeans.modules.git.ui.fetch.PullBranchesStep.fi...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-17 11:46 UTC by zeloras
Modified: 2014-01-18 04:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202422


Attachments
stacktrace (3.42 KB, text/plain)
2014-01-17 11:46 UTC, zeloras
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zeloras 2014-01-17 11:46:02 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: OpenJDK Client VM, 23.7-b01, OpenJDK Runtime Environment, 1.7.0_25-b30
OS: Linux

User Comments:
GUEST: GIT Pull is causing NullPointerException

GUEST: Trying to pull a project from bitbucket.. :(

GUEST: I tried to pull new data from git server using ssh and private key and it crashed without making me choose branch

GUEST: Not sure how it happened.

GUEST: Tried to pull from a bitbucket repository

GUEST: null pointer

GUEST: trying to pull from GIT

zeloras: ?????? "???????? ?? ?????????? ???????????" ????? ???? ?????? ??????????? ? ????? "?????"

GUEST: GIT -> pull - leaded to null pointer exception

GUEST: pull data from internnet using GIT




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.git.ui.fetch.PullBranchesStep.fillRemoteBranches(PullBranchesStep.java:183)
   at org.netbeans.modules.git.ui.fetch.PullBranchesStep.access$100(PullBranchesStep.java:75)
   at org.netbeans.modules.git.ui.fetch.PullBranchesStep$2$1.run(PullBranchesStep.java:164)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
Comment 1 zeloras 2014-01-17 11:46:04 UTC
Created attachment 144068 [details]
stacktrace
Comment 2 Ondrej Vrabec 2014-01-17 13:35:56 UTC
fixed: core-main #63ae10f6e62b
Comment 3 Quality Engineering 2014-01-18 04:51:19 UTC
Integrated into 'main-silver', will be available in build *201401180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/63ae10f6e62b
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #240598 - NullPointerException at org.netbeans.modules.git.ui.fetch.PullBranchesStep.fillRemoteBranches