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 267935 - NullPointerException at org.netbeans.modules.git.ui.checkout.AbstractCheckoutAction$1.log
Summary: NullPointerException at org.netbeans.modules.git.ui.checkout.AbstractCheckout...
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: 2016-09-07 20:25 UTC by markiewb
Modified: 2016-09-07 20:25 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226128


Attachments
stacktrace (1.64 KB, text/plain)
2016-09-07 20:25 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2016-09-07 20:25:00 UTC
This bug was originally marked as duplicate of bug 249567, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.71-b15, Java(TM) SE Runtime Environment, 1.8.0_71-b15
OS: Windows 7

User Comments:
GUEST: Try to checkout a git tag as new branch

misterm: Checking out a tag

markiewb: Checkout a tag

misterm: .




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.git.ui.checkout.AbstractCheckoutAction$1.log(AbstractCheckoutAction.java:193)
   at org.netbeans.modules.git.ui.checkout.AbstractCheckoutAction$1.perform(AbstractCheckoutAction.java:120)
   at org.netbeans.modules.git.client.GitProgressSupport.performIntern(GitProgressSupport.java:115)
   at org.netbeans.modules.git.client.GitProgressSupport.run(GitProgressSupport.java:108)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 markiewb 2016-09-07 20:25:03 UTC
Created attachment 161954 [details]
stacktrace