2018-03-31 10:55:20 -04:00
|
|
|
===============================================================================
|
|
|
|
ALE Java Integration *ale-java-options*
|
|
|
|
|
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
checkstyle *ale-java-checkstyle*
|
|
|
|
|
|
|
|
g:ale_java_checkstyle_options *g:ale_java_checkstyle_options*
|
|
|
|
*b:ale_java_checkstyle_options*
|
|
|
|
|
|
|
|
Type: String
|
|
|
|
Default: '-c /google_checks.xml'
|
|
|
|
|
|
|
|
This variable can be changed to modify flags given to checkstyle.
|
|
|
|
|
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
javac *ale-java-javac*
|
|
|
|
|
|
|
|
g:ale_java_javac_classpath *g:ale_java_javac_classpath*
|
|
|
|
*b:ale_java_javac_classpath*
|
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be set to change the global classpath for Java.
|
|
|
|
|
|
|
|
|
2018-06-14 06:31:12 -04:00
|
|
|
g:ale_java_javac_executable *g:ale_java_javac_executable*
|
|
|
|
*b:ale_java_javac_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'javac'`
|
|
|
|
|
|
|
|
This variable can be set to change the executable path used for javac.
|
|
|
|
|
|
|
|
|
2018-03-31 10:55:20 -04:00
|
|
|
g:ale_java_javac_options *g:ale_java_javac_options*
|
|
|
|
*b:ale_java_javac_options*
|
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be set to pass additional options to javac.
|
|
|
|
|
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
google-java-format *ale-java-google-java-format*
|
|
|
|
|
|
|
|
|
|
|
|
g:ale_java_google_java_format_executable
|
|
|
|
*g:ale_java_google_java_format_executable*
|
|
|
|
*b:ale_java_google_java_format_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'google-java-format'`
|
|
|
|
|
|
|
|
See |ale-integrations-local-executables|
|
|
|
|
|
|
|
|
|
|
|
|
g:ale_java_google_java_format_options *g:ale_java_google_java_format_options*
|
|
|
|
*b:ale_java_google_java_format_options*
|
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be set to pass additional options
|
|
|
|
|
2018-06-14 06:31:12 -04:00
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
pmd *ale-java-pmd*
|
|
|
|
|
|
|
|
g:ale_java_pmd_options *g:ale_java_pmd_options*
|
|
|
|
*b:ale_java_pmd_options*
|
|
|
|
|
|
|
|
Type: String
|
|
|
|
Default: '-R category/java/bestpractices'
|
|
|
|
|
|
|
|
This variable can be changed to modify flags given to PMD. Do not specify -f
|
|
|
|
and -d. They are added automatically.
|
|
|
|
|
|
|
|
|
2018-09-24 20:40:17 -04:00
|
|
|
===============================================================================
|
|
|
|
javalsp *ale-java-javalsp*
|
|
|
|
|
|
|
|
To enable Java LSP linter you need to download and build the vscode-javac
|
2019-03-08 06:04:56 -05:00
|
|
|
language server from https://github.com/georgewfraser/java-language-server.
|
|
|
|
Simply download the source code and then build a distribution:
|
2018-09-24 20:40:17 -04:00
|
|
|
|
2019-03-08 06:04:56 -05:00
|
|
|
scripts/link_mac.sh
|
2018-09-24 20:40:17 -04:00
|
|
|
|
2019-03-08 06:04:56 -05:00
|
|
|
or
|
|
|
|
|
|
|
|
scripts/link_windows.sh
|
|
|
|
|
|
|
|
This generates a dist/mac or dist/windows directory that contains the
|
|
|
|
language server. To let ALE use this language server you need to set the
|
|
|
|
g:ale_java_javalsp_executable variable to the absolute path of the java
|
|
|
|
executable in this directory.
|
2018-09-24 20:40:17 -04:00
|
|
|
|
2018-12-17 06:28:27 -05:00
|
|
|
g:ale_java_javalsp_executable *g:ale_java_javalsp_executable*
|
|
|
|
*b:ale_java_javalsp_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'java'`
|
|
|
|
|
|
|
|
This variable can be changed to use a different executable for java.
|
|
|
|
|
2018-09-24 20:40:17 -04:00
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
uncrustify *ale-java-uncrustify*
|
|
|
|
|
|
|
|
See |ale-c-uncrustify| for information about the available options.
|
|
|
|
|
|
|
|
|
2018-03-31 10:55:20 -04:00
|
|
|
===============================================================================
|
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|