daniloesk

Results 8 comments of daniloesk

Sorry for not having time to take a deep look into your problem, but by my quick peek I understand you are using an Angular app as root-config instead of...

It would affect new projects, but since there may be scripts to create new projects it really looks like a major.

I wouldn't open a new major just for this. Handling many majors is confusing for everyone. Maybe leave it as an option for the future.

My best workaround for now is to right click twice. First right click opens the menu, then right-click again on the same and then **hold** it. It will close the...

Running with `mvn test`: NPE stack trace ```stacktrace java.lang.NullPointerException at mockitotest.Service.external(Service.java:14) at mockitotest.ServiceTest.test(ServiceTest.java:33) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)...

@jfrantzius, I've got an email but did not find it here... :-p Well, the code is a demo and is somewhat weird. No constructors, `@Inject`, inner class, etc. But the...

> sorry for the comment No problem ;-) We use IBM servers that need to run on IBM JVM's due to support contracts, so we cannot change vendor. And we...

This (as well as #391) still persists on the latest marketplace version ( 1.0.0.202010091040 ). Changing used classes for the deprecated `cucumber.api` package makes steps recognized by the plugin. To...