Skip to content

Passed

org.eclipse.jdt.ls.core.internal.SendNotificationTest.testNotifyWithException

Took 26 ms.

Standard Error

Jun 12, 2024 2:41:03 PM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint handleNotification
WARNING: Notification threw an exception: {
  "jsonrpc": "2.0",
  "method": "workspace/notify",
  "params": {
    "command": "custom",
    "arguments": [
      "foo",
      "bar"
    ]
  }
}
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
	at org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint.lambda$recursiveFindRpcMethods$0(GenericEndpoint.java:67)
	at org.eclipse.lsp4j.jsonrpc.services.G
...[truncated 1948 chars]...
er.java:34)
	at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:82)
	at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:56)
	at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor$DispatcherDefaultingToRealMethod.interceptAbstract(MockMethodInterceptor.java:161)
	at org.mockito.codegen.ExecuteCommandProposedClient$MockitoMock$Mg7yAP3q.sendNotification(Unknown Source)
	... 16 more