Gijs de Jong

Results 18 comments of Gijs de Jong

Another useful link: https://github.com/yushijinhun/authlib-injector/discussions/158

Checkstyle needs to be re-run, I will push changes when it's complete.

`ErrorProneTokens#getTokens(String, Context)` doesn't include comments as it relies on the start position of the provided member (e.g., the position of `void`). Comments don't count as tokens but do affect token...

Looks good! However blocks (both static and instance) are also considered class members: ```java class Foo { private static final int bar; private final int baz; // some static initializer...

> Hi @oxkitsune, any update on this task? Yes! It took me a bit to get my environment set up on macos, but I got it working. Working on this...