Description
in case className is null, there is an NPE
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)
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