Open
Description
In Java, methods should have the opening curly bracket in the same line, which is mostly applied in this repo but not e.g. here.
Maybe we could add a Java linter to enforce the coding style?
Though I'm not sure whether any good Java linter exists beside these which are builtin in an IDE.