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 206928 - [71cat] NullPointerException at org.eclipse.mylyn.internal.bugzilla.core.RepositoryConfiguration.addValidOperationsAfter4
Summary: [71cat] NullPointerException at org.eclipse.mylyn.internal.bugzilla.core.Repo...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
: 211672 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-01-05 01:02 UTC by alied
Modified: 2012-10-25 17:49 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184193


Attachments
stacktrace (2.63 KB, text/plain)
2012-01-05 01:02 UTC, alied
Details
stacktrace (5.57 KB, text/plain)
2012-01-17 06:42 UTC, alied
Details
stacktrace (3.84 KB, text/plain)
2012-06-21 10:20 UTC, Tomas Stupka
Details
stacktrace (3.18 KB, text/plain)
2012-09-05 09:29 UTC, Stepan Zebra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2012-01-05 01:02:32 UTC
Build: NetBeans IDE 7.1 (Build 201112051121)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Linux

User Comments:
alied: I tried to add a new issue to a java.net project

alied: tried to add a issue to a java.net project




Stacktrace: 
java.lang.NullPointerException
   at org.eclipse.mylyn.internal.bugzilla.core.RepositoryConfiguration.addValidOperationsAfter4(RepositoryConfiguration.java:710)
   at org.eclipse.mylyn.internal.bugzilla.core.RepositoryConfiguration.addValidOperations(RepositoryConfiguration.java:668)
   at org.eclipse.mylyn.internal.bugzilla.core.BugzillaTaskDataHandler.initializeNewTaskDataAttributes(BugzillaTaskDataHandler.java:541)
   at org.eclipse.mylyn.internal.bugzilla.core.BugzillaTaskDataHandler.initializeTaskData(BugzillaTaskDataHandler.java:474)
   at org.netbeans.modules.bugzilla.issue.IssuePanel.productComboActionPerformed(IssuePanel.java:2292)
   at org.netbeans.modules.bugzilla.issue.IssuePanel.access$3700(IssuePanel.java:156)
Comment 1 alied 2012-01-05 01:02:34 UTC
Created attachment 114651 [details]
stacktrace
Comment 2 alied 2012-01-17 06:42:22 UTC
Created attachment 114952 [details]
stacktrace

trying to add a new issue to a java.net project
Comment 3 Tomas Stupka 2012-04-25 10:24:21 UTC
*** Bug 211672 has been marked as a duplicate of this bug. ***
Comment 4 Tomas Stupka 2012-06-21 10:20:06 UTC
Created attachment 121154 [details]
stacktrace

accidentaly created a bogus bugzilla repository and since then the exception appears
Comment 5 Exceptions Reporter 2012-07-24 18:12:44 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=184193
Comment 6 Stepan Zebra 2012-09-05 09:29:00 UTC
Created attachment 123933 [details]
stacktrace

Created a new project on java.net and clicked "New issue..." link in the Team dashboard.
Comment 7 Stepan Zebra 2012-09-05 09:33:10 UTC
This NPE is thrown in 7.2. In Dev the form to create new issue is shown, but Component and Version is empty so issue can't be created.
Comment 8 Tomas Stupka 2012-10-25 17:49:51 UTC
> This NPE is thrown in 7.2. In Dev the form to create new issue is shown, but Component and Version is empty so issue can't be created.
the locally cached repository configuration seems to be messed up. workaround would be to click "Reload Attributes" from a new issue or query dialog

no reports from 7.3 dev in which we upgraded the bugzilla connector a couple of times (from 3.6.0 -> 3.8.2). 
also that it might be related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=354984 

closing for now. feel free to reopen in case the problem happens again with a actual dev build.