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 255203 - NullPointerException at org.netbeans.modules.bugtracking.ui.repository.RepositoryComboSupport.setComboBoxData
Summary: NullPointerException at org.netbeans.modules.bugtracking.ui.repository.Reposi...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-11 08:52 UTC by Jiri Prox
Modified: 2015-09-15 01:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219868


Attachments
stacktrace (1.59 KB, text/plain)
2015-09-11 08:52 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2015-09-11 08:52:33 UTC
Build: NetBeans IDE Dev (Build 201509080002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
jiriprox: NPE when adding new bug repository (netbeans)




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugtracking.ui.repository.RepositoryComboSupport.setComboBoxData(RepositoryComboSupport.java:266)
   at org.netbeans.modules.bugtracking.ui.repository.RepositoryComboSupport.refreshComboBoxData(RepositoryComboSupport.java:644)
   at org.netbeans.modules.bugtracking.ui.repository.RepositoryComboSupport.access$1000(RepositoryComboSupport.java:93)
   at org.netbeans.modules.bugtracking.ui.repository.RepositoryComboSupport$3.run(RepositoryComboSupport.java:658)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
Comment 1 Jiri Prox 2015-09-11 08:52:36 UTC
Created attachment 156085 [details]
stacktrace
Comment 2 Tomas Stupka 2015-09-11 13:08:19 UTC
fixed in jet-main #bc1f4b301be1
Comment 3 Quality Engineering 2015-09-15 01:24:23 UTC
Integrated into 'main-silver', will be available in build *201509150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bc1f4b301be1
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #255203 - NullPointerException at org.netbeans.modules.bugtracking.ui.repository.RepositoryComboSupport.setComboBoxData