index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ale_linters
/
java
Age
Commit message (
Expand
)
Author
2021-01-24
fix(eclipselsp): org.eclipse.equinox.launcher_xxxx.jar file matching failed
NiBo
2020-11-26
Fix regexp pattern to work correctly in nvim and vim on windows and linux
fwy
2020-09-30
Add maven helper file; use maven wrapper if available instead of global 'mvn'...
fenuks
2020-08-13
fix(eclipselsp): Get jar file path failed
NiBo
2020-07-21
Merge pull request #2914 from hsanson/2913-fix-checkstyle-config-with-options
w0rp
2020-07-21
Merge pull request #3137 from hsanson/3132-fix-eclipselsp-command
w0rp
2020-05-19
refactor(javac): ale_java_javac_sourcepath variable defaults to String
NiBo
2020-05-19
refactor(javac): ale_java_javac_classpath variable supports String and List t...
NiBo
2020-05-19
refactor(javac): ale_java_javac_sourcepath variable supports String and List ...
NiBo
2020-05-15
style(javac): Code formatting
NiBo
2020-05-15
feat(javac): Add java_javac_sourcepath variable
NiBo
2020-04-25
Fix eclipselsp command function.
Horacio Sanson
2020-03-26
Fix code convention
puritys
2020-03-26
To support javaagent on eclipselsp
puritys
2019-11-27
Fix 2913 - checkstyle config file ignored.
Horacio Sanson
2019-06-19
Add support for javalsp configuration options.
Horacio Sanson
2019-06-12
Fix checkstyle default configuration.
Horacio Sanson
2019-06-09
Do not set default binary.
Horacio Sanson
2019-06-05
Fix javalsp command callback.
Horacio Sanson
2019-06-03
#2542 - Improve checkstyle project configuration
w0rp
2019-06-03
Feature/add ant support (#2539)
Andrew Lee
2019-05-28
Fix java checkstyle handler.
Horacio Sanson
2019-05-22
Fix eclipse.jdt.ls workspace data path.
Horacio Sanson
2019-05-21
Allow running eclipselsp as installed by system package on GNU/Linux (#2523)
Grim Kriegor
2019-05-08
Merge pull request #2134 from oaue/master
w0rp
2019-05-08
Improve eclipselsp jar search logic.
Horacio Sanson
2019-04-11
Fix 1996 - Add eclipse LSP support.
Horacio Sanson
2019-04-07
#2132 - Replace command_chain and chain_with with ale#command#Run
w0rp
2019-03-06
Merge pull request #2305 from campbellr/master
w0rp
2019-03-03
javac: Don't assume src/main/java always exists
Ryan Campbell
2019-02-22
#2132 - Replace all uses of foo_callback with foo
w0rp
2019-02-07
Fixes javalsp linter
Jan Ouwens
2019-01-26
#2132 Unify temporary file management in command.vim
w0rp
2018-12-09
javac linter: fix handling of error messages containing ':' character
David LANDREAU
2018-12-05
Fix javalsp command.
Horacio Sanson
2018-11-07
Let checkstyle only lint original files
Johannes Wienke
2018-11-07
Support older checkstyle versions
Johannes Wienke
2018-10-02
Fix PMD not working with classes without package
Diego Lemos
2018-09-04
Improve ALE project style checking
w0rp
2018-08-26
Add vader test and fix command callback.
Horacio Sanson
2018-08-24
Add vscode-java-language-server linter
Horacio Sanson
2018-08-02
Simplify the code for most linters and tests with closures
w0rp
2018-07-15
Massively reduce the amount of code needed for linter tests
w0rp
2018-04-09
Add support for the java PMD linter
Johannes Wienke
2018-04-08
Close #1476 - Make the javac executable configurable
w0rp
2017-11-20
Fix #859 Include test and jaxb Java source paths when available
w0rp
2017-11-18
#852 - Capture error codes for checkstyle
w0rp
2017-11-05
Fix #1061 - Handle the filenames returned by javac
w0rp
2017-08-29
Gradle support for javac
Brayden Banks
2017-08-08
Ban use of ==# or ==? in the codebase, and prefer is# or is? instead
w0rp
[next]