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 186428 - NullPointerException at org.netbeans.modules.jira.query.QueryController.populateList
Summary: NullPointerException at org.netbeans.modules.jira.query.QueryController.popul...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-20 10:37 UTC by Jaromir Uhrik
Modified: 2010-06-05 07:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 169875


Attachments
stacktrace (1002 bytes, text/plain)
2010-05-20 10:38 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2010-05-20 10:37:58 UTC
Build: NetBeans IDE Dev (Build 201005191833)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-9M3125
OS: Mac OS X

User Comments:
juhrik: -install JIRA support from update center
-log in to kenai.com
-Create project with jira on kenai
-in the Team view select this project and push its Find issue... node
-->> NPE appears

There appear some other NPE when some other issue related actions like New Isseu.. are invoked. It starts to work after the IDE is restarted with clear userdir.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jira.query.QueryController.populateList(QueryController.java:463)
   at org.netbeans.modules.jira.query.QueryController.access$300(QueryController.java:136)
   at org.netbeans.modules.jira.query.QueryController$4$1.run(QueryController.java:425)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:633)
   at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:137)
Comment 1 Jaromir Uhrik 2010-05-20 10:38:03 UTC
Created attachment 99244 [details]
stacktrace
Comment 2 Jaromir Uhrik 2010-05-20 10:42:25 UTC
...to be concrete by 'other issue related actions' in description I meant action 'Save this Query' and 'Reload Attributes' in the Find Issues page.
Comment 3 Jaromir Uhrik 2010-05-20 10:44:21 UTC
... or also closing New Issue tab in editor
Comment 4 Jaromir Uhrik 2010-06-03 13:04:16 UTC
Problem seems to be on the NetBeans side because I see no such problem in NetBeans 6.8.
Comment 5 Tomas Stupka 2010-06-04 09:06:12 UTC
http://hg.netbeans.org/cdev/rev/373a8c7a99fd
fixed
Comment 6 Quality Engineering 2010-06-05 07:49:07 UTC
Integrated into 'main-golden', will be available in build *201006050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/373a8c7a99fd
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #186428 - NullPointerException at org.netbeans.modules.jira.query.QueryController.populateList