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 220563 - NullPointerException at org.netbeans.modules.bugtracking.kenai.spi.KenaiRepositories.getRepository
Summary: NullPointerException at org.netbeans.modules.bugtracking.kenai.spi.KenaiRepos...
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: 2012-10-22 11:11 UTC by Tomas Stupka
Modified: 2012-11-24 13:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193891


Attachments
stacktrace (3.43 KB, text/plain)
2012-10-22 11:11 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2012-10-22 11:11:54 UTC
Build: NetBeans IDE Dev (Build 20121022-cd41a4370e19)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.10-b01-428, Java(TM) SE Runtime Environment, 1.6.0_35-b10-428-10M3811
OS: Mac OS X

User Comments:
tstupka: opened the tasks dashboard




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugtracking.kenai.spi.KenaiRepositories.getRepository(KenaiRepositories.java:117)
   at org.netbeans.modules.bugtracking.kenai.spi.KenaiRepositories.getRepository(KenaiRepositories.java:105)
   at org.netbeans.modules.bugtracking.kenai.spi.KenaiUtil.getRepository(KenaiUtil.java:170)
   at org.netbeans.modules.ods.tasks.util.C2CUtil.getRepository(C2CUtil.java:197)
   at org.netbeans.modules.ods.tasks.repository.C2CRepository$Cache.<init>(C2CRepository.java:520)
   at org.netbeans.modules.ods.tasks.repository.C2CRepository.getIssueCache(C2CRepository.java:479)
Comment 1 Tomas Stupka 2012-10-22 11:11:56 UTC
Created attachment 126316 [details]
stacktrace
Comment 2 Tomas Stupka 2012-10-25 18:23:28 UTC
fixed in core-main #44258184099a
Comment 3 Quality Engineering 2012-11-24 13:10:49 UTC
Integrated into 'main-golden', will be available in build *201211240959* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/44258184099a
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #220563 - NullPointerException at org.netbeans.modules.bugtracking.kenai.spi.KenaiRepositories.getRepository