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

Summary: NullPointerException at org.netbeans.libs.git.jgit.commands.ResetCommand.run
Product: versioncontrol Reporter: gbouzas
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: git
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228397
Attachments: stacktrace

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