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 241189 - Exception after opening query as table
Summary: Exception after opening query as table
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-30 18:23 UTC by Tomas Pavek
Modified: 2014-02-05 02:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Pavek 2014-01-30 18:23:27 UTC
Created and saved a JIRA query (apache.org repository, Jira connector 5+). Closed the editor with query results after it finished. Expanded the query in Tasks. Then "Open" from context menu.

java.lang.IllegalArgumentException: array element type mismatch
        at java.lang.reflect.Array.set(Native Method)
        at org.netbeans.modules.jira.client.spi.JiraConnectorProvider$WrapperInvocationHandler.invok
e(JiraConnectorProvider.java:316)
        at com.sun.proxy.$Proxy36.getPriorities(Unknown Source)
        at org.netbeans.modules.jira.query.QueryController.setFilterDefinition(QueryController.java:
556)
        at org.netbeans.modules.jira.query.QueryController.access$600(QueryController.java:131)
        at org.netbeans.modules.jira.query.QueryController$4$1.run(QueryController.java:477)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
        at java.awt.EventQueue.access$200(EventQueue.java:103)
        at java.awt.EventQueue$3.run(EventQueue.java:694)
        at java.awt.EventQueue$3.run(EventQueue.java:692)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
        at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)

        at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Comment 1 Tomas Stupka 2014-02-03 18:29:29 UTC
fixed in core-main #5be810c71bc9
Comment 2 Quality Engineering 2014-02-05 02:45:24 UTC
Integrated into 'main-silver', will be available in build *201402050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5be810c71bc9
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #241189 - Exception after opening query as table