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 238702 - NullPointerException at org.netbeans.modules.bugtracking.ui.selectors.RepositorySelector.create
Summary: NullPointerException at org.netbeans.modules.bugtracking.ui.selectors.Reposit...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-22 13:19 UTC by Tomas Stupka
Modified: 2013-11-23 04:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205497


Attachments
stacktrace (3.92 KB, text/plain)
2013-11-22 13:19 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-11-22 13:19:12 UTC
Build: NetBeans IDE Dev (Build 20131122-4f2f7a42b1bd)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X

User Comments:
tstupka: cancel on repo creation




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugtracking.ui.selectors.RepositorySelector.create(RepositorySelector.java:84)
   at org.netbeans.modules.bugtracking.util.BugtrackingUtil.createRepository(BugtrackingUtil.java:75)
   at org.netbeans.modules.bugtracking.tasks.actions.Actions$CreateRepositoryAction.actionPerformed(Actions.java:770)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
Comment 1 Tomas Stupka 2013-11-22 13:19:14 UTC
Created attachment 142484 [details]
stacktrace
Comment 2 Tomas Stupka 2013-11-22 15:15:39 UTC
fixed in core-main #bc541af26d94
Comment 3 Quality Engineering 2013-11-23 04:26:19 UTC
Integrated into 'main-silver', will be available in build *201311230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bc541af26d94
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #238702 - NullPointerException at org.netbeans.modules.bugtracking.ui.selectors.RepositorySelector.create