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 240164 - NullPointerException at org.netbeans.modules.jira.client.spi.JiraConnectorProvider.createWrapper
Summary: NullPointerException at org.netbeans.modules.jira.client.spi.JiraConnectorPro...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-09 14:48 UTC by Tomas Stupka
Modified: 2014-01-11 04:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206427


Attachments
stacktrace (1.57 KB, text/plain)
2014-01-09 14:48 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2014-01-09 14:48:57 UTC
Build: NetBeans IDE Dev (Build 20140109-7f7d9232a7b1)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Mac OS X

User Comments:
tstupka: canceled modify query




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jira.client.spi.JiraConnectorProvider.createWrapper(JiraConnectorProvider.java:231)
   at org.netbeans.modules.jira.client.spi.JiraConnectorProvider.convert(JiraConnectorProvider.java:363)
   at org.netbeans.modules.jira.client.spi.JiraConnectorProvider$WrapperInvocationHandler.invoke(JiraConnectorProvider.java:320)
   at com.sun.proxy.$Proxy47.getProjectFilter(.java:0)
   at org.netbeans.modules.jira.query.QueryController$4$1.run(QueryController.java:459)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
Comment 1 Tomas Stupka 2014-01-09 14:48:58 UTC
Created attachment 143752 [details]
stacktrace
Comment 2 Tomas Stupka 2014-01-09 16:00:04 UTC
fixed in core-main #de71b8a11573
Comment 3 Quality Engineering 2014-01-11 04:46:25 UTC
Integrated into 'main-silver', will be available in build *201401110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/de71b8a11573
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #240164 - NullPointerException at org.netbeans.modules.jira.client.spi.JiraConnectorProvider.createWrapper