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 168082 - [67cat] NullPointerException at org.netbeans.libs.bugtracking.BugtrackingRuntime.addRepositoryConnector
Summary: [67cat] NullPointerException at org.netbeans.libs.bugtracking.BugtrackingRunt...
Status: RESOLVED DUPLICATE of bug 166703
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Stupka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-03 11:20 UTC by big_al
Modified: 2009-07-27 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 153298


Attachments
stacktrace (3.58 KB, text/plain)
2009-07-03 11:20 UTC, big_al
Details

Note You need to log in before you can comment on or make changes to this bug.
Description big_al 2009-07-03 11:20:17 UTC
This issue was originally marked as duplicate of issue 166703, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-83, Java(TM) SE Runtime Environment, 1.6.0_13-b03-211
OS: Mac OS X, 10.5.7, x86_64

User Comments:
big_al: Selecting "Commit All" for a new (not checked in) Maven project, part of Maven POM that has already been checked in.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.libs.bugtracking.BugtrackingRuntime.addRepositoryConnector(BugtrackingRuntime.java:120)
        at org.netbeans.modules.jira.Jira.<init>(Jira.java:87)
        at org.netbeans.modules.jira.Jira.getInstance(Jira.java:92)
        at org.netbeans.modules.jira.JiraConnector.getRepositories(JiraConnector.java:77)
        at org.netbeans.modules.bugtracking.BugtrackingManager.getRepositories(BugtrackingManager.java:119)
        at org.netbeans.modules.bugtracking.BugtrackingManager.getKnownRepositories(BugtrackingManager.java:104)
Comment 1 big_al 2009-07-03 11:20:34 UTC
Created attachment 84331 [details]
stacktrace
Comment 2 Tomas Stupka 2009-07-03 11:25:59 UTC
fix from #166703 wasn't integrated into 6.7

*** This issue has been marked as a duplicate of 166703 ***