Frank Ulbricht
Frank Ulbricht
> I'd argue that this falls into the bucket of https://github.com/projectfluent/fluent/wiki/Good-Practices-for-Developers#prefer-separate-messages-over-variants-for-ui-logic. You clearly have a point here. Localization shouldn't replace program logic of course.
Maybe integrating an option into the "Maven Favorites" is an alternative solution. VS Code could disable "autobuild" before starting Maven and enable it again after the build has finished.
It is not about Maven, it is about the Java 9 module system. This is the `module-info.java` of the project with my implemented checks: ``` module com.qualitype.modaplex.checkstyle { requires java.xml;...
Sure, I can try. For the beginning, the simplest way would be to make Checkstyle a named automatic module. All you need to do is, add this line to your...
I did my very best. Hope this will help you. https://github.com/checkstyle/checkstyle/pull/14139
Hi there! Is anyone working on this issue? It is a real blocker for us...