| Commit message (Expand) | Author | Age | Files | Lines |
* | Update minimum Java version to 17 | Matthias Sohn | 2024-05-02 | 1 | -10/+0 |
* | Bazel: Add support for JDK 21 | David Ostrovsky | 2024-05-02 | 1 | -1/+13 |
* | [errorprone] Fix pattern ModifiedButNotUsed | Matthias Sohn | 2024-04-29 | 1 | -1/+1 |
* | [errorprone] Fix pattern CatchAndPrintStackTrace | Matthias Sohn | 2024-04-29 | 1 | -1/+1 |
* | [errorprone] Fix pattern FutureReturnValueIgnored | Matthias Sohn | 2024-04-29 | 1 | -1/+1 |
* | [errorprone] Fix pattern BadImport | Matthias Sohn | 2024-04-29 | 1 | -1/+1 |
* | [errorprone] Fix pattern UseCorrectAssertInTests | Matthias Sohn | 2024-04-29 | 1 | -1/+1 |
* | [errorprone] Fix pattern ProtectedMembersInFinalClass | Matthias Sohn | 2024-04-29 | 1 | -1/+1 |
* | [errorprone] Fix pattern CatchFail | Matthias Sohn | 2024-04-29 | 1 | -1/+1 |
* | [errorprone] Fix pattern see UnusedVariable | Matthias Sohn | 2024-04-29 | 1 | -1/+1 |
* | [errorprone] Fix pattern LongLiteralLowerCaseSuffix | Matthias Sohn | 2024-04-29 | 1 | -1/+1 |
* | [errorprone] Fix error pattern JdkObsolete | Matthias Sohn | 2024-04-29 | 1 | -1/+1 |
* | [errorprone] Fix UnnecessaryParentheses errors | Matthias Sohn | 2024-04-28 | 1 | -1/+1 |
* | Make the tests buildable by bazel test | Kamil Musin | 2023-11-23 | 1 | -17/+17 |
* | Activate additional error prone checks | David Ostrovsky | 2023-09-25 | 1 | -12/+340 |
* | tools/BUILD: Sort errorprone rules alphabetically | Matthias Sohn | 2023-09-22 | 1 | -7/+7 |
* | Bump bazel vesion to 6.2.0 | David Ostrovsky | 2023-05-29 | 1 | -1/+1 |
* | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-04-26 | 1 | -3/+3 |
|\ |
|
| * | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-04-26 | 1 | -3/+3 |
| |\ |
|
| | * | Demote severity of some error prone bug patterns to warnings | David Ostrovsky | 2023-04-26 | 1 | -3/+3 |
* | | | Bazel: Switch to using toolchain resolution for java rules | David Ostrovsky | 2022-01-20 | 1 | -1/+13 |
* | | | Bazel: Simplify java 11 toolchain definition | David Ostrovsky | 2022-01-20 | 1 | -20/+2 |
* | | | Bazel: Add missing java packages to error_prone package group | David Ostrovsky | 2022-01-20 | 1 | -3/+8 |
|/ / |
|
* | | sshd: add support for ssh-agent | Thomas Wolf | 2021-11-03 | 1 | -0/+1 |
* | | [releng] bazel: Enable errorprone on o.e.j.ssh.apache | Thomas Wolf | 2021-11-03 | 1 | -0/+1 |
* | | [releng] Make the bazel build use Java 11 | Thomas Wolf | 2021-11-03 | 1 | -1/+18 |
|/ |
|
* | ErrorProne: Enable and fix UnusedException check | David Pursehouse | 2020-01-27 | 1 | -0/+1 |
* | Remove Error-Prone ExpectedExceptionChecker | David Pursehouse | 2020-01-24 | 1 | -1/+0 |
* | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-09-08 | 1 | -0/+1 |
|\ |
|
| * | Format BUILD files with buildifier | Matthias Sohn | 2019-09-08 | 1 | -1/+1 |
| * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-09-08 | 1 | -0/+1 |
| |\ |
|
| | * | Bazel: Add fixes for --incompatible_load_java_rules_from_bzl | David Pursehouse | 2019-09-08 | 1 | -0/+1 |
* | | | Increase severity of AmbiguousMethodReference to ERROR | David Pursehouse | 2019-08-09 | 1 | -1/+1 |
* | | | Fix NarrowingCompoundAssignment warnings from Error Prone | David Pursehouse | 2019-08-08 | 1 | -1/+1 |
* | | | GlobalBundleCache: Fix ClassNewInstance warning from Error Prone | David Pursehouse | 2019-06-22 | 1 | -1/+1 |
* | | | Error Prone: Increase severity of NonOverridingEquals to ERROR | David Pursehouse | 2019-06-17 | 1 | -1/+1 |
* | | | Error Prone: Increase severity of ImmutableEnumChecker to ERROR | David Pursehouse | 2019-06-17 | 1 | -1/+1 |
* | | | Error Prone: Increase severity of ShortCircuitBoolean to ERROR | David Pursehouse | 2019-06-15 | 1 | -1/+1 |
* | | | Increase severity of OperatorPrecedence to ERROR, and fix instances | David Pursehouse | 2019-06-12 | 1 | -1/+1 |
* | | | Merge branch 'master' into stable-5.4 | Matthias Sohn | 2019-06-11 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | ErrorProne: Increase severity of FutureReturnValueIgnored to ERROR | David Pursehouse | 2019-06-11 | 1 | -1/+1 |
| |/ |
|
* | | Bazel: Increase severity of most error-prone checks to ERROR | David Pursehouse | 2019-05-26 | 1 | -39/+39 |
* | | Enable error-prone checks by default | David Pursehouse | 2019-05-26 | 1 | -1/+3 |
|/ |
|
* | Bazel: Increase severity of ClassCanBeStatic to ERROR | David Pursehouse | 2018-11-08 | 1 | -1/+1 |
* | Bazel: Format tools/BUILD with buildifier | David Pursehouse | 2018-11-06 | 1 | -6/+6 |
* | Upgrade to Bazel 0.19.0 | David Ostrovsky | 2018-11-01 | 1 | -1/+1 |
* | Bazel: Increase severity of DefaultCharset to ERROR | David Pursehouse | 2018-09-30 | 1 | -1/+1 |
* | Bazel: Increase severity of MissingFail to ERROR | David Pursehouse | 2018-09-30 | 1 | -1/+1 |
* | Bazel: Increase severity of ExpectedExceptionChecker to ERROR | David Pursehouse | 2018-09-26 | 1 | -1/+1 |
* | Bazel: Provide toolchain with activated error prone warnings | David Ostrovsky | 2018-09-22 | 1 | -0/+107 |