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 270067 - NullPointerException at org.netbeans.libs.git.jgit.commands.ResetCommand.run
Summary: NullPointerException at org.netbeans.libs.git.jgit.commands.ResetCommand.run
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-14 09:39 UTC by gbouzas
Modified: 2017-03-14 09:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 228397


Attachments
stacktrace (2.68 KB, text/plain)
2017-03-14 09:39 UTC, gbouzas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gbouzas 2017-03-14 09:39:56 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 7

User Comments:
gbouzas: Git checkout files




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.libs.git.jgit.commands.ResetCommand.run(ResetCommand.java:169)
   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)
   at org.netbeans.libs.git.GitClient.checkout(GitClient.java:423)
Comment 1 gbouzas 2017-03-14 09:39:58 UTC
Created attachment 163829 [details]
stacktrace