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 - NullPointerException at org.eclipse.jgit.api.RebaseCommand.squashIntoPrevious
Summary: NullPointerException at org.eclipse.jgit.api.RebaseCommand.squashIntoPrevious
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: 2016-10-05 17:16 UTC by javydreamercsw
Modified: 2016-10-05 17:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226606


Attachments
stacktrace (3.03 KB, text/plain)
2016-10-05 17:16 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
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