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

Summary: NullPointerException at org.eclipse.jgit.api.MergeCommand.include
Product: versioncontrol Reporter: brknshldr <brknshldr>
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: git
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214931
Attachments: stacktrace

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