summaryrefslogtreecommitdiff
path: root/ale_linters/java
AgeCommit message (Expand)Author
2020-05-19refactor(javac): ale_java_javac_sourcepath variable defaults to StringNiBo
2020-05-19refactor(javac): ale_java_javac_classpath variable supports String and List t...NiBo
2020-05-19refactor(javac): ale_java_javac_sourcepath variable supports String and List ...NiBo
2020-05-15style(javac): Code formattingNiBo
2020-05-15feat(javac): Add java_javac_sourcepath variableNiBo
2020-03-26Fix code conventionpuritys
2020-03-26To support javaagent on eclipselsppuritys
2019-06-19Add support for javalsp configuration options.Horacio Sanson
2019-06-12Fix checkstyle default configuration.Horacio Sanson
2019-06-09Do not set default binary.Horacio Sanson
2019-06-05Fix javalsp command callback.Horacio Sanson
2019-06-03#2542 - Improve checkstyle project configurationw0rp
2019-06-03Feature/add ant support (#2539)Andrew Lee
2019-05-28Fix java checkstyle handler.Horacio Sanson
2019-05-22Fix eclipse.jdt.ls workspace data path.Horacio Sanson
2019-05-21Allow running eclipselsp as installed by system package on GNU/Linux (#2523)Grim Kriegor
2019-05-08Merge pull request #2134 from oaue/masterw0rp
2019-05-08Improve eclipselsp jar search logic.Horacio Sanson
2019-04-11Fix 1996 - Add eclipse LSP support.Horacio Sanson
2019-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
2019-03-06Merge pull request #2305 from campbellr/masterw0rp
2019-03-03javac: Don't assume src/main/java always existsRyan Campbell
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2019-02-07Fixes javalsp linterJan Ouwens
2019-01-26#2132 Unify temporary file management in command.vimw0rp
2018-12-09javac linter: fix handling of error messages containing ':' characterDavid LANDREAU
2018-12-05Fix javalsp command.Horacio Sanson
2018-11-07Let checkstyle only lint original filesJohannes Wienke
2018-11-07Support older checkstyle versionsJohannes Wienke
2018-10-02Fix PMD not working with classes without packageDiego Lemos
2018-09-04Improve ALE project style checkingw0rp
2018-08-26Add vader test and fix command callback.Horacio Sanson
2018-08-24Add vscode-java-language-server linterHoracio Sanson
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2018-04-09Add support for the java PMD linterJohannes Wienke
2018-04-08Close #1476 - Make the javac executable configurablew0rp
2017-11-20Fix #859 Include test and jaxb Java source paths when availablew0rp
2017-11-18#852 - Capture error codes for checkstylew0rp
2017-11-05Fix #1061 - Handle the filenames returned by javacw0rp
2017-08-29Gradle support for javacBrayden Banks
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-06-19handle column number in javac linter (#660)oaue
2017-05-28Revert "Fix #501 - Do not run javac when it is just a stub asking you to inst...w0rp
2017-05-15Add checkstyle linterDevon Meunier
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-05-04#502 Parse more undefined symbol errorsw0rp
2017-05-04Fix #502 - Report undefined symbol errors better for javacw0rp
2017-05-04Fix #501 - Do not run javac when it is just a stub asking you to install Java...w0rp