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 252168 - NullPointerException at org.netbeans.modules.git.ui.clone.CloneWizard.getBranch
Summary: NullPointerException at org.netbeans.modules.git.ui.clone.CloneWizard.getBranch
Status: RESOLVED WONTFIX
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL: https://bugs.eclipse.org/bugs/show_bu...
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-29 18:17 UTC by nickvoro
Modified: 2015-07-13 13:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217028


Attachments
stacktrace (4.15 KB, text/plain)
2015-04-29 18:18 UTC, nickvoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nickvoro 2015-04-29 18:17:58 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows XP

User Comments:
nickvoro: <??????? ???????? ???????? ??? ???? ??? ???????????????>

Install today evening at home JDK and NetBeans (jdk-8u45-nb-8_0_2-windows-i586.exe).
I use Windowx XP SP3.
No proxy.
When try to clone any java project from githab (for example, https://github.com/iluwatar/java-design-patterns or ):
 - Group -> Git -> Clone
 - input url-adress and folder for project
 - than "Next" (or "Finish")
and no reactions from IDE, only buttons become gray (not accesible).

P.S. In other computer, at job, W7x64 + Proxy, Install today morning JDK and NetBeans for x64  (jdk-8u45-nb-8_0_2-windows-x64.exe ) and have a success in cloning java project from githab (https://github.com/iluwatar/java-design-patterns).

Thanks for suggestions.
Respect, Nick Vorobtsov




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.git.ui.clone.CloneWizard.getBranch(CloneWizard.java:177)
   at org.netbeans.modules.git.ui.clone.CloneAction.performClone(CloneAction.java:206)
   at org.netbeans.modules.git.ui.clone.CloneAction.performClone(CloneAction.java:164)
   at org.netbeans.modules.git.ui.clone.CloneAction.actionPerformed(CloneAction.java:160)
   at org.openide.awt.InjectorExactlyOne.actionPerformed(InjectorExactlyOne.java:78)
   at org.openide.awt.ContextAction$Performer.actionPerformed(ContextAction.java:226)
Comment 1 nickvoro 2015-04-29 18:18:02 UTC
Created attachment 153464 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-07-13 13:10:52 UTC
file upstream... https://bugs.eclipse.org/bugs/show_bug.cgi?id=472512
Comment 3 Ondrej Vrabec 2015-07-13 13:11:57 UTC
BTW, Windowx XP SP3 is no more supported, so i guess running NetBEans inside Cygwin on WinXP may bring unexpected consequences.