]
Mickael Istria reassigned JBIDE-22657:
--------------------------------------
Assignee: Mickael Istria
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.M1, 4.5.0.M1
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}