Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 89d75c1 Release Error Prone 2.49.0 by cushon · 8 weeks ago v2.49.0
  2. 0b7b03b Fix up some javadoc on `ModifySourceCollectionInStream.isStreamApiInvocationOnStreamSource` (see also unknown commit) by Kurt Alfred Kluever · 8 weeks ago
  3. fe5a7b1 Remove old FieldMatchers API by Liam Miller-Cushon · 8 weeks ago
  4. d54a1d1 Fix up some `Finally` javadocs. by Kurt Alfred Kluever · 8 weeks ago
  5. d93b319 [RefactorSwitch] bugfix comment handling by markbrady · 8 weeks ago
  6. ff59782 [IfChainToSwitch] cleanup redundant conditions in ternary. No functional changes. by markbrady · 9 weeks ago
  7. 43b6df6 Generalise DuplicateAssertion to handle check* methods. by ghm · 9 weeks ago
  8. 2c4346f Fix a bug in `BooleanLiteral`: it currently suggests replacing `Boolean.FALSE` with `false` even when it's explicitly cast to a type variable `V`. This results in uncompilable code because Java doesn't allow casting a primitive boolean to a type variable (`(V) false` is invalid). by Kurt Alfred Kluever · 9 weeks ago
  9. 559039b [IfChainToSwitch] doc-only change. fix typo in code comments. by markbrady · 9 weeks ago
  10. 393c61c [IfChainToSwitch] enhance code generation to emit unnamed variables, when supported by markbrady · 9 weeks ago
  11. 337a6c8 Ban using reference equality for `MemorySegment`s. by Kurt Alfred Kluever · 9 weeks ago
  12. 736e704 Fix a crash in NestedInstanceOfConditions on instanceof patterns by Liam Miller-Cushon · 9 weeks ago
  13. da4b5f8 Deprecate `doTest(TestMode)` by Liam Miller-Cushon · 9 weeks ago
  14. a2fb842 Automatic code cleanup. by Liam Miller-Cushon · 9 weeks ago
  15. 9601a3c Delete fix that suggests using Guava's deprecated `Object.equal()` method. by Kurt Alfred Kluever · 9 weeks ago
  16. 1e227c5 Add a[] by Kurt Alfred Kluever · 9 weeks ago
  17. 2d579a9 Fix a crash in DeprecatedVariable on synthetic record trees by Liam Miller-Cushon · 9 weeks ago
  18. 351abc2 Added an ErrorProne check to detect record accessors inside the compact canonical ctors: by Error Prone Team · 9 weeks ago
  19. 949be06 Automatic code cleanup. by Liam Miller-Cushon · 9 weeks ago
  20. 429a509 Match interfaces that override `equals` in `ReferenceEquality` by Liam Miller-Cushon · 9 weeks ago
  21. ee7b7d7 Automatic code cleanup. by Liam Miller-Cushon · 9 weeks ago
  22. 190e452 Deprecate `AST_MATCH` by Liam Miller-Cushon · 9 weeks ago
  23. 6308f64 Reformat test data. by ghm · 9 weeks ago
  24. ccfc176 Automatic code cleanup. by Liam Miller-Cushon · 9 weeks ago
  25. 1a249a7 [IfChainToSwitch] enhance domination logic to respect developing changes in JEP 530 by markbrady · 9 weeks ago
  26. fbcfab1 Create a helper for changing the visibility of an element by Liam Miller-Cushon · 9 weeks ago
  27. 111d692 Add nested-@Generated test and restore EnumLite diagnostics by Error Prone Team · 9 weeks ago
  28. 2eee040 Check ternary expressions in TimeUnitMismatch. by ghm · 9 weeks ago
  29. f65588d Improve InvalidLink to better handle qualified method references. by ghm · 9 weeks ago
  30. 5b1d3d1 Update `MisleadingEscapedSpace` to account for CRLF line endings. by Éamonn McManus · 10 weeks ago
  31. 73f258d Add a comment about the limitations of InvalidLink. by ghm · 10 weeks ago
  32. eee32c3 Improve error message for block tags used as inline tags. by ghm · 10 weeks ago
  33. 4f91e96 Update some tests for `var` position handling to pass on JDK 26 by Liam Miller-Cushon · 10 weeks ago
  34. 17054ed Update CheckReturnValue to recognize ignorability annotations used by the Kotlin stdlib. by Chaoren Lin · 10 weeks ago
  35. b53bebf Fix `FixedPosition` `endPosition` constructor parameter by Petr Portnov | PROgrm_JARvis · 10 weeks ago
  36. 0778412 Clean up and remove some redundant matchers by Liam Miller-Cushon · 10 weeks ago
  37. ef81093 Also reorder imports in MisformattedTestData by Liam Miller-Cushon · 10 weeks ago
  38. aa994bd Update some expected test outputs by Liam Miller-Cushon · 10 weeks ago
  39. 5ebde4c Remove `variableType(Matcher)` by Liam Miller-Cushon · 10 weeks ago
  40. 2e3cef7 Don't match `instanceof` expressions with patterns. by cpovirk · 10 weeks ago
  41. ee5a9cb Relax an assertion in `onlyTypeParameter` by Liam Miller-Cushon · 10 weeks ago
  42. 1dd9c3a Create a new FieldMatchers API, similar to MethodMatchers by Liam Miller-Cushon · 10 weeks ago
  43. 4ea00ca Simplify isJavadoccableClass by Liam Miller-Cushon · 10 weeks ago
  44. bb6c75b Remove deprecated `MethodMatchers.withSignature` by Liam Miller-Cushon · 10 weeks ago
  45. 7e0462a Update some expected test outputs by Liam Miller-Cushon · 10 weeks ago
  46. 2961b19 Improve logic of whether or not something is a javadoccable `Class`. by Kurt Alfred Kluever · 2 months ago
  47. a676288 Methods inside local classes are not javadoccable. by Kurt Alfred Kluever · 2 months ago
  48. e30934a Add MockitoBean to list of exempted variable annotations by elyse-yao · 2 months ago
  49. 837f510 Add a test that demonstrates that `AlmostJavadoc` fires on methods inside local classes (and leaves a TODO to fix it). by Kurt Alfred Kluever · 2 months ago
  50. 5369133 Flag javadoc on `record` components. by Kurt Alfred Kluever · 2 months ago
  51. 1e200c1 Convert `doubleJavadoc()` to a textblock. by Kurt Alfred Kluever · 2 months ago
  52. d4a4d7d Add a unit test for a local class with a javadoc'ed method. by Kurt Alfred Kluever · 2 months ago
  53. d1616e0 AssertThrowsMinimizer: handle varargs, allow casts from `null` by Liam Miller-Cushon · 2 months ago
  54. 43dbf79 Add some tests that verify that `NotJavadoc` doesn't already cover `record` components. by Kurt Alfred Kluever · 2 months ago
  55. a98a1c5 Create alternatives to `withSignature` for varargs and type parameters by Liam Miller-Cushon · 2 months ago
  56. a05765d Replace some anonymous classes with lambdas by Liam Miller-Cushon · 2 months ago
  57. b527d95 Expand explanation of `ErrorProneCommentStyle`. by Kurt Alfred Kluever · 2 months ago
  58. 0dbf04a fix: support implicit `@MethodSource` to `UnusedMethod` by Petr Portnov | PROgrm_JARvis · 2 months ago
  59. 43f6a73 Import mockito/mockito from GitHub. by Kurt Alfred Kluever · 2 months ago
  60. e951dcd Flag time unit mismatches in method references. by ghm · 2 months ago
  61. 6671d19 Handle wildcard types in `SuggestedFixes.qualifyType` by Liam Miller-Cushon · 3 months ago
  62. 9c3acc0 PUBLIC: Internal change. by Kurt Alfred Kluever · 3 months ago
  63. 9ffbb3d Fix a null pointer introduced in ConstantExpressions recently by Error Prone Team · 3 months ago
  64. c1e4306 Add a unit test for `AssertThrowsMinimizerTest` that constructs an `Optional` inside the lambdas. by Kurt Alfred Kluever · 3 months ago
  65. 11adec2 Add an assertThrows heuristic for `RpcAuthority.self()` by Liam Miller-Cushon · 3 months ago
  66. f82be2d Make `enclosingPackage` return an optional by Liam Miller-Cushon · 3 months ago
  67. e287e9a Prototype of a classic javadoc to marktown javadoc migration tool. by Kurt Alfred Kluever · 3 months ago
  68. cc65a4e Discourage unnecessary block lambdas in assertThrows by Liam Miller-Cushon · 3 months ago
  69. cda0d92 `RuntimeException` is a subtype of `Exception`, so acknowledge that `Exception` implicitly catches runtime exceptions. by ghm · 3 months ago
  70. 230fe2e Migrate from `variableType(Matcher)` to `variableType(TypePredicate)` by Liam Miller-Cushon · 3 months ago
  71. 1aed17d Prepare for an upcoming change to the javac AST in JDK-8268850 by Liam Miller-Cushon · 3 months ago
  72. cf67393 Add an explanation for AssertThrowsMinimizer by Liam Miller-Cushon · 3 months ago
  73. 1c87a3e AssertThrowsMinimizer: don't hoist lambdas or equivalent anonymous classes, or new array expressions by Liam Miller-Cushon · 3 months ago
  74. a628f81 Restrict hoisting in AssertThrowsMinimizer when asserting checked exceptions. by ghm · 3 months ago
  75. 57134a0 Add `PreferThrowsTag` which recommends using `@throws` instead of the legacy `@exception` javadoc tag. by Kurt Alfred Kluever · 3 months ago
  76. e0e6f55 Don't hoist anything with a compile-time constant value by Liam Miller-Cushon · 3 months ago
  77. d06d1d8 Add `throws` clauses when necessary when hoisting exceptions. by ghm · 3 months ago
  78. 6300696 [RefactorSwitch] flip flag to enable arrow-style switches to be converted to assignment switches by markbrady · 3 months ago
  79. 8c1a6bb Extend TimeUnitMismatch to check return statements. by ghm · 3 months ago
  80. 3e83d8b Remove unused DiscardingFileDestination class by Liam Miller-Cushon · 3 months ago
  81. f7bf1b5 Add more heuristics to AssertThrowsMinimizer by Liam Miller-Cushon · 3 months ago
  82. 1bfb5ef [IfChainToSwitch] Refine analysis of `break`s and `yield`s to enable additional conversions to `switch` by markbrady · 3 months ago
  83. 5032045 [IfChainToSwitch] add unit tests for handling of duplicated patterns by markbrady · 3 months ago
  84. 6dae535 [IfChainToSwitch] bugfix: when a guard is present and `true`, must be treated as an unguarded pattern by markbrady · 3 months ago
  85. b4c5535 [IfChainToSwitch] bugfix to not attempt transformation when `null` is duplicated by markbrady · 3 months ago
  86. 7ce6b74 [StatementSwitchToExpressionSwitch] Refactor shared logic into SwitchUtils. No functional changes. by markbrady · 3 months ago
  87. d25ab8d Fix typo. by cpovirk · 3 months ago
  88. 5b5fb4e [IfChainToSwitch] bugfix to ensure that in generated code, any local variable referenced (but not declared in) a guard is effectively final by markbrady · 3 months ago
  89. 16e7d00 Special-case RpcClientContext.create() as something that doesn't need hoisting. by ghm · 3 months ago
  90. f8bca16 Remove unused fix application logic by Liam Miller-Cushon · 3 months ago
  91. 5b2391c AssertThrowsMinimizer: process an entire method at a time to create unique variable names by Liam Miller-Cushon · 3 months ago
  92. 29b03d0 [IfChainToSwitch] bugfix to prevent invalid code generation by ensuring that a guard cannot be a `false` literal by markbrady · 3 months ago
  93. f572c50 Mention the annotation name in UnnecessaryQualifier by Liam Miller-Cushon · 3 months ago
  94. 376bc7b Suggest minimizing the amount of logic in `assertThrows` by Liam Miller-Cushon · 3 months ago
  95. 9947a47 [IfChainToSwitch] fix bug wherein type checking is not sufficiently strict. Update unit tests. by markbrady · 3 months ago
  96. 9114df6 [IfChainToSwitch] Add support for `if` predicates that contain multiple comparisons ORed together, e.g. `... else if(x == 1 || x == 2) {...} ... ` transforms to `switch (x) { ... case 1, 2 -> {...} ...}`. Also supports enum comparison. by markbrady · 3 months ago
  97. 8ae2332 Remove `@Nullable` from `VisitorState#getSourceCode` by Liam Miller-Cushon · 3 months ago
  98. 1fe807a AvoidValueSetter: fix the collision-detection logic for sensibly_named fields. by ghm · 3 months ago
  99. ad78428 Handle multi-variable declarations in UnnecessarySemicolon by Liam Miller-Cushon · 3 months ago
  100. 395c04d Update google-java-format version by Liam Miller-Cushon · 3 months ago