This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/ale_linters/java
Horacio Sanson 181bc69c8c Fix java checkstyle handler.
The checkstyle handler is capable of parsing the new and old output
formats. Unfortunately there are some particular output messages that
matched both the new and old regular expressions:

   [WARN] whatever:11:7: WhitespaceAround: ''if'' is not followed by whitespace. [WhitespaceAround]

This caused ALE to report extra errors since the message was being
matched twice, once as a warning and another (incorrect) old formatted
error.

This MR fixes this by stopping any parsing using the old format regexp
is any errors of the new format are correcly parsed. There is no reason
to expect checkstyle to output both styles in the same report.
2019-05-28 17:48:27 +09:00
..
checkstyle.vim Fix java checkstyle handler. 2019-05-28 17:48:27 +09:00
eclipselsp.vim Fix eclipse.jdt.ls workspace data path. 2019-05-22 09:23:03 +09:00
javac.vim Merge pull request #2134 from oaue/master 2019-05-08 09:50:12 +01:00
javalsp.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
pmd.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00