Delany

Results 118 comments of Delany

@hgschmie to invoke private constructors via reflection you need to use https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/reflect/AccessibleObject.html#setAccessible(boolean) There some complication when it comes to the JPMS: https://stackoverflow.com/questions/63407349/java-illegal-access-operations-method-will-be-deprecated Since its not possible for checkstyle to discover...

I guess I have the same issue: /git/tepe $ cd ../tep /git/tep $ cd ../tepe /git/tepe $ z tep /git/tepe $ Isn't this the whole point of the program?

We're three months into Lobster's nine month lifespan. I couldn't find a ticket for Kinetic Kudu. Perhaps you should just say you only support LTS distributions?

Hi @remko. I haven't yet - still intend to. Feel free to close. Thank you for answering On Sun, 27 Aug 2023, 10:30 Remko Popma, ***@***.***> wrote: > @delanym Did...

This is an essential feature especially when extending. Spotbug analysis is expensive and I only want visitors from findsecbugs-plugin analyzed.

The output of spotbugs:check is identifiers like EXS_EXCEPTION_SOFTENING_NO_CONSTRAINTS which don't help here at all.

@igmtz please have a go at it

@astocker-scottlogic they are not empty strings: they're strings that _differ_ by whitespace only. The method would also be useful when glyphs have a similar appearance but are in fact different,...

Looks good! Would the diff come in color? In which case it could be a single line (red square brackets green curly) org.opentest4j.AssertionFailedError: expected: but was: diff: a[ ]{\t}c Git...

I could maybe use the exclusions tag, but what the heck is a javap format: java/lang/String.getBytes:(Ljava/lang/String;)[B supposed to mean I dont know. Can you include a couple of examples? Presumably...