Aurélien Pupier created CAMEL-12635:
---------------------------------------
Summary: Potential NPE in CamelEndpointDetails.hasCode method
Key: CAMEL-12635
URL: https://issues.apache.org/jira/browse/CAMEL-12635
Project: Camel
Issue Type: Bug
Reporter: Aurélien Pupier
in case className is null, there is an NPE
{noformat}
java.lang.NullPointerException
at
org.apache.camel.parser.model.CamelEndpointDetails.hashCode(CamelEndpointDetails.java:153)
at java.util.HashMap.hash(HashMap.java:338)
at java.util.HashMap.put(HashMap.java:611)
at
com.github.cameltooling.lsp.internal.CamelTextDocumentService.didSave(CamelTextDocumentService.java:223){noformat}
it is also possible with endpointURi but i think that endpointURi is always not
null (but maybe worth checking for non null in hashCode method
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)