Frank Ulbricht

Results 6 issues of Frank Ulbricht

When building a project with Maven 3.8.5 on Java 17.0.2 using the latest ANTLR version 4.10 of runtime and plugin I get this warning: "The POM for org.antlr:ST4:jar:4.3.2 is invalid,...

A string based selector compares some specified values to the actual variable value. It would be very usefull to be able to specify a message if the variable is null,...

Hi there, it is planned to release ANTLR4 as a named module for Java? Currently the ANTLR runtime does not have a "module-info.class". This causes problems when using it with...

Checkstyle 10.x requires JDK 11 to run. Wouldn't it be the right time to finally make it a Java module (introduced with JDK 9)? I have implemented some Checks for...

approved
miscellaneous

The extension 1.4.0 is not working with CheckStyle 8.42 in combination with certain rules. Everything works fine until we use a rule like "AbstractClassName". The extension fails with "Internal error...

If I use the Java18 snippet tag, all Javadoc is still joined to a single line. I copied the formatter settings from an Eclipse project, where everything works fine. #####...