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 255711 - NullPointerException at org.netbeans.modules.git.remote.ui.clone.RepositoryStep.stateChanged
Summary: NullPointerException at org.netbeans.modules.git.remote.ui.clone.RepositorySt...
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote VCS (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-06 05:40 UTC by Exceptions Reporter
Modified: 2016-07-08 14:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220360


Attachments
stacktrace (1.69 KB, text/plain)
2015-10-06 05:40 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-10-06 05:40:12 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: h




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.git.remote.ui.clone.RepositoryStep.stateChanged(RepositoryStep.java:248)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:133)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:119)
   at org.netbeans.modules.git.remote.ui.repository.remote.RemoteRepository.validateFields(RemoteRepository.java:315)
   at org.netbeans.modules.git.remote.ui.repository.remote.RemoteRepository.access$1200(RemoteRepository.java:93)
   at org.netbeans.modules.git.remote.ui.repository.remote.RemoteRepository$5$1.run(RemoteRepository.java:467)
Comment 1 Exceptions Reporter 2015-10-06 05:40:13 UTC
Created attachment 156536 [details]
stacktrace
Comment 2 Alexander Simon 2016-07-08 14:21:34 UTC
Only one report for 8.1 beta.
Hope it was fixed.