aboutsummaryrefslogtreecommitdiffstats
path: root/tools/BUILD
Commit message (Expand)AuthorAgeFilesLines
* Update minimum Java version to 17Matthias Sohn2024-05-021-10/+0
* Bazel: Add support for JDK 21David Ostrovsky2024-05-021-1/+13
* [errorprone] Fix pattern ModifiedButNotUsedMatthias Sohn2024-04-291-1/+1
* [errorprone] Fix pattern CatchAndPrintStackTraceMatthias Sohn2024-04-291-1/+1
* [errorprone] Fix pattern FutureReturnValueIgnoredMatthias Sohn2024-04-291-1/+1
* [errorprone] Fix pattern BadImportMatthias Sohn2024-04-291-1/+1
* [errorprone] Fix pattern UseCorrectAssertInTestsMatthias Sohn2024-04-291-1/+1
* [errorprone] Fix pattern ProtectedMembersInFinalClassMatthias Sohn2024-04-291-1/+1
* [errorprone] Fix pattern CatchFailMatthias Sohn2024-04-291-1/+1
* [errorprone] Fix pattern see UnusedVariableMatthias Sohn2024-04-291-1/+1
* [errorprone] Fix pattern LongLiteralLowerCaseSuffixMatthias Sohn2024-04-291-1/+1
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-1/+1
* [errorprone] Fix UnnecessaryParentheses errorsMatthias Sohn2024-04-281-1/+1
* Make the tests buildable by bazel testKamil Musin2023-11-231-17/+17
* Activate additional error prone checksDavid Ostrovsky2023-09-251-12/+340
* tools/BUILD: Sort errorprone rules alphabeticallyMatthias Sohn2023-09-221-7/+7
* Bump bazel vesion to 6.2.0David Ostrovsky2023-05-291-1/+1
* Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-04-261-3/+3
|\
| * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-04-261-3/+3
| |\
| | * Demote severity of some error prone bug patterns to warningsDavid Ostrovsky2023-04-261-3/+3
* | | Bazel: Switch to using toolchain resolution for java rulesDavid Ostrovsky2022-01-201-1/+13
* | | Bazel: Simplify java 11 toolchain definitionDavid Ostrovsky2022-01-201-20/+2
* | | Bazel: Add missing java packages to error_prone package groupDavid Ostrovsky2022-01-201-3/+8
|/ /
* | sshd: add support for ssh-agentThomas Wolf2021-11-031-0/+1
* | [releng] bazel: Enable errorprone on o.e.j.ssh.apacheThomas Wolf2021-11-031-0/+1
* | [releng] Make the bazel build use Java 11Thomas Wolf2021-11-031-1/+18
|/
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-0/+1
* Remove Error-Prone ExpectedExceptionCheckerDavid Pursehouse2020-01-241-1/+0
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-09-081-0/+1
|\
| * Format BUILD files with buildifierMatthias Sohn2019-09-081-1/+1
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-09-081-0/+1
| |\
| | * Bazel: Add fixes for --incompatible_load_java_rules_from_bzlDavid Pursehouse2019-09-081-0/+1
* | | Increase severity of AmbiguousMethodReference to ERRORDavid Pursehouse2019-08-091-1/+1
* | | Fix NarrowingCompoundAssignment warnings from Error ProneDavid Pursehouse2019-08-081-1/+1
* | | GlobalBundleCache: Fix ClassNewInstance warning from Error ProneDavid Pursehouse2019-06-221-1/+1
* | | Error Prone: Increase severity of NonOverridingEquals to ERRORDavid Pursehouse2019-06-171-1/+1
* | | Error Prone: Increase severity of ImmutableEnumChecker to ERRORDavid Pursehouse2019-06-171-1/+1
* | | Error Prone: Increase severity of ShortCircuitBoolean to ERRORDavid Pursehouse2019-06-151-1/+1
* | | Increase severity of OperatorPrecedence to ERROR, and fix instancesDavid Pursehouse2019-06-121-1/+1
* | | Merge branch 'master' into stable-5.4Matthias Sohn2019-06-111-1/+1
|\ \ \ | |/ / |/| |
| * | ErrorProne: Increase severity of FutureReturnValueIgnored to ERRORDavid Pursehouse2019-06-111-1/+1
| |/
* | Bazel: Increase severity of most error-prone checks to ERRORDavid Pursehouse2019-05-261-39/+39
* | Enable error-prone checks by defaultDavid Pursehouse2019-05-261-1/+3
|/
* Bazel: Increase severity of ClassCanBeStatic to ERRORDavid Pursehouse2018-11-081-1/+1
* Bazel: Format tools/BUILD with buildifierDavid Pursehouse2018-11-061-6/+6
* Upgrade to Bazel 0.19.0David Ostrovsky2018-11-011-1/+1
* Bazel: Increase severity of DefaultCharset to ERRORDavid Pursehouse2018-09-301-1/+1
* Bazel: Increase severity of MissingFail to ERRORDavid Pursehouse2018-09-301-1/+1
* Bazel: Increase severity of ExpectedExceptionChecker to ERRORDavid Pursehouse2018-09-261-1/+1
* Bazel: Provide toolchain with activated error prone warningsDavid Ostrovsky2018-09-221-0/+107