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 268362

Summary: NullPointerException at org.eclipse.jgit.api.RebaseCommand.squashIntoPrevious
Product: versioncontrol Reporter: javydreamercsw <javydreamercsw>
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: 226606
Attachments: stacktrace

Description javydreamercsw 2016-10-05 17:16:34 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: Linux

User Comments:
javydreamercsw: Rebasing with squash.




Stacktrace: 
java.lang.NullPointerException
   at org.eclipse.jgit.api.RebaseCommand.squashIntoPrevious(RebaseCommand.java:766)
   at org.eclipse.jgit.api.RebaseCommand.doSquashFixup(RebaseCommand.java:731)
   at org.eclipse.jgit.api.RebaseCommand.processStep(RebaseCommand.java:484)
   at org.eclipse.jgit.api.RebaseCommand.call(RebaseCommand.java:367)
   at org.netbeans.libs.git.jgit.commands.RebaseCommand.run(RebaseCommand.java:114)
   at org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:80)
Comment 1 javydreamercsw 2016-10-05 17:16:36 UTC
Created attachment 162353 [details]
stacktrace