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 226284 - NullPointerException at org.netbeans.modules.bugtracking.RepositoryImpl.getDisplayName
Summary: NullPointerException at org.netbeans.modules.bugtracking.RepositoryImpl.getDi...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-18 15:38 UTC by Tomas Stupka
Modified: 2013-02-23 04:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198708


Attachments
stacktrace (5.64 KB, text/plain)
2013-02-18 15:38 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-02-18 15:38:29 UTC
Build: NetBeans IDE Dev (Build 20130218-54d12b2a42f7)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.12-b01-434, Java(TM) SE Runtime Environment, 1.6.0_37-b06-434-11M3909
OS: Mac OS X

User Comments:
tstupka: trying to create a new repository from task dashboard




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugtracking.RepositoryImpl.getDisplayName(RepositoryImpl.java:138)
   at org.netbeans.modules.bugtracking.RepositoryImpl.<init>(RepositoryImpl.java:101)
   at org.netbeans.modules.bugtracking.spi.BugtrackingFactory.createRepository(BugtrackingFactory.java:76)
   at org.netbeans.modules.bugzilla.BugzillaConnector.createRepository(BugzillaConnector.java:98)
   at org.netbeans.modules.bugtracking.DelegatingConnector.createRepository(DelegatingConnector.java:144)
   at org.netbeans.modules.bugtracking.ui.selectors.RepositorySelectorBuilder$NewRepositoryInfo.initializeRepository(RepositorySelectorBuilder.java:729)
Comment 1 Tomas Stupka 2013-02-18 15:38:31 UTC
Created attachment 131536 [details]
stacktrace
Comment 2 Tomas Stupka 2013-02-20 13:48:02 UTC
fixed in core-main #d3f46b98d6a6
Comment 3 Quality Engineering 2013-02-23 04:12:33 UTC
Integrated into 'main-golden', will be available in build *201302222300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d3f46b98d6a6
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #226284 - NullPointerException at org.netbeans.modules.bugtracking.RepositoryImpl.getDisplayName