[
https://issues.jboss.org/browse/JBIDE-22657?page=com.atlassian.jira.plugi...
]
Mickael Istria resolved JBIDE-22657.
------------------------------------
Resolution: Cannot Reproduce Bug
I never managed to reproduce this issue.
Also, the stacktrace seems not in sync with the current code, and there is a
"catch" block in the code that should simply have returned false in case of a
NPE.
I believe the version you had was somehow erroneous (picking the code from the previous
"playground" plugins.
Feel free to reopen if you can reproduce it.
smart import nullpointer
------------------------
Key: JBIDE-22657
URL:
https://issues.jboss.org/browse/JBIDE-22657
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Reporter: Max Rydahl Andersen
Assignee: Mickael Istria
Fix For: 4.4.1.Final, 4.5.0.AM1
when using smartimport to import
https://github.com/maxandersen/imapfilter-docker.git
from disk I got a NPE in jaxrs:
{code}
java.lang.NullPointerException
at
org.jboss.tools.ws.jaxrs.ui.internal.importer.JaxRsConfigurator.canConfigure(JaxRsConfigurator.java:66)
at
org.eclipse.ui.internal.wizards.datatransfer.SmartImportJob.importProjectAndChildrenRecursively(SmartImportJob.java:466)
at
org.eclipse.ui.internal.wizards.datatransfer.SmartImportJob.run(SmartImportJob.java:242)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)