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 227968 - NullPointerException at org.netbeans.libs.git.jgit.commands.GitCommand.execute
Summary: NullPointerException at org.netbeans.libs.git.jgit.commands.GitCommand.execute
Status: RESOLVED DUPLICATE of bug 216023
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-26 20:18 UTC by SanePumpkins
Modified: 2013-03-26 20:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191400


Attachments
stacktrace (1.70 KB, text/plain)
2013-03-26 20:18 UTC, SanePumpkins
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SanePumpkins 2013-03-26 20:18:56 UTC
Build: NetBeans IDE 7.2.1 (Build 201210100934)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

User Comments:
SanePumpkins: Switching Between Branches / GIT

GUEST: i wanted to checkout a remote branch into my current project

GUEST: Git->Switch to branch...




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.libs.git.jgit.commands.GitCommand.execute(GitCommand.java:75)
   at org.netbeans.libs.git.GitClient.checkoutRevision(GitClient.java:318)
   at org.netbeans.modules.git.client.GitClient$6.call(GitClient.java:266)
   at org.netbeans.modules.git.client.GitClient$6.call(GitClient.java:262)
   at org.netbeans.modules.git.client.GitClient$CommandInvoker$1.call(GitClient.java:744)
   at org.netbeans.modules.versioning.indexingbridge.Bridge$1.call(Bridge.java:64)
Comment 1 SanePumpkins 2013-03-26 20:18:58 UTC
Created attachment 133102 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-03-26 20:40:02 UTC

*** This bug has been marked as a duplicate of bug 216023 ***