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 258687 - NullPointerException at org.netbeans.modules.bugtracking.RepositoryRegistry.getRepositories
Summary: NullPointerException at org.netbeans.modules.bugtracking.RepositoryRegistry.g...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-06 15:44 UTC by Tomas Stupka
Modified: 2016-04-08 01:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223362


Attachments
stacktrace (3.22 KB, text/plain)
2016-04-06 15:45 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2016-04-06 15:44:58 UTC
Build: NetBeans IDE Dev (Build 20160406-26cac18745be)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-ea-b05
OS: Mac OS X

User Comments:
tstupka: started NB while proxy was miscofigured




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugtracking.RepositoryRegistry.getRepositories(RepositoryRegistry.java:208)
   at org.netbeans.modules.bugtracking.api.RepositoryManager.getRepositories(RepositoryManager.java:142)
   at org.netbeans.modules.bugzilla.repository.NBRepositorySupport.getNBRepository(NBRepositorySupport.java:115)
   at org.netbeans.modules.bugzilla.api.NBBugzillaUtils$1.run(NBBugzillaUtils.java:85)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 Tomas Stupka 2016-04-06 15:45:00 UTC
Created attachment 159132 [details]
stacktrace
Comment 2 Tomas Stupka 2016-04-07 15:04:03 UTC
fixed in jet-main #e09cde93ac2d
Comment 3 Quality Engineering 2016-04-08 01:47:46 UTC
Integrated into 'main-silver', will be available in build *201604080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e09cde93ac2d
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #258687 - NullPointerException at org.netbeans.modules.bugtracking.RepositoryRegistry.getRepositories