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 269855 - NullPointerException at org.eclipse.jgit.api.MergeCommand.include
Summary: NullPointerException at org.eclipse.jgit.api.MergeCommand.include
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: 2017-02-17 16:48 UTC by brknshldr
Modified: 2017-02-17 16:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214931


Attachments
stacktrace (2.83 KB, text/plain)
2017-02-17 16:48 UTC, brknshldr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brknshldr 2017-02-17 16:48:40 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
brknshldr: Attempting to move my project into a Git repository and to push it to upstream on GitHub.

GUEST: Don't know ?

GUEST: Tried to checkout branch

GUEST: i tried to merge a project




Stacktrace: 
java.lang.NullPointerException
   at org.eclipse.jgit.api.MergeCommand.include(MergeCommand.java:515)
   at org.netbeans.libs.git.jgit.commands.MergeCommand.run(MergeCommand.java:96)
   at org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:80)
   at org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:77)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at org.netbeans.libs.git.jgit.commands.GitCommand.execute(GitCommand.java:77)
Comment 1 brknshldr 2017-02-17 16:48:43 UTC
Created attachment 163654 [details]
stacktrace