Your comments

Does anybody read these...?


One more addition is necessary:


Change `repository -> methods -> begin` to the following regex:


<string>(?!new)^\s*(?=\w.*\s+)(?=[^=]+\()</string>


The addition of "^\s*" makes sure that statements like the following are not highlighted as method definitions.


private static final Pattern FOO = Pattern.compile("(FOO)+");