1. 207acbd Prepare next development version. by Lazaro Clapp · 10 months ago
  2. 3a47fee Prepare for release 0.10.14. by Lazaro Clapp · 10 months ago
  3. f98bc4b Run tests on JDK 21 (#826) by Manu Sridharan · 10 months ago
  4. fcaf39e Treat parameter of generated Record.equals() methods as @Nullable (#825) by Manu Sridharan · 10 months ago
  5. a7b097a Remove ASM-related hack in build config (#824) by Manu Sridharan · 10 months ago
  6. ed4d0ae Updated Readme.md with Codecov link (#823) by Md Armughanuddin · 10 months ago
  7. bab9452 Fixes Codecov Report Expired error (#821) by Md Armughanuddin · 10 months ago
  8. 7a78bc7 Bump Checker Framework dependence to 3.38.0 (#819) by Manu Sridharan · 10 months ago
  9. b7f1326 Prepare next development version. by Lazaro Clapp · 10 months ago
  10. 75db7db Prepare for release 0.10.13. by Lazaro Clapp · 10 months ago
  11. 0a83f42 Added Codecov to CI Pipeline (#820) by Md Armughanuddin · 10 months ago
  12. 0431a90 Issue #740: Adding visitors for handling different types along with ClassType in Generic Type invariance check (#806) by akulk022 · 10 months ago
  13. ade9ed1 Remove unnecessary compile dependence for jar-infer-cli (#816) by Manu Sridharan · 10 months ago
  14. c42b0f7 Ensure castToNonNull insertion/removal suggested fixes do not remove comments (#815) by Manu Sridharan · 10 months ago
  15. 154b758 Avoid suggesting castToNonNull fixes in certain cases (#799) by Manu Sridharan · 10 months ago
  16. 56d5ff1 More gradle script formatting (#814) by Manu Sridharan · 10 months ago
  17. 72e6d6f Use Spotless to enforce consistent formatting for Gradle build scripts (#809) by Manu Sridharan · 10 months ago
  18. e05fd9a Bump gradle maven publish plugin from 0.21.0 to 0.25.3 (#810) by Manu Sridharan · 10 months ago
  19. 5c83604 Allow library models to define custom stream classes. (#807) by Lázaro Clapp · 10 months ago
  20. 7cf3e3b Modify JMH Benchmark Workflow For Shellcheck (#813) by Md Armughanuddin · 10 months ago
  21. 540eaa9 Make GenericsChecks methods static (#805) by Manu Sridharan · 11 months ago
  22. 9a42767 Bump Error Prone Gradle Plugin version (#804) by Manu Sridharan · 11 months ago
  23. 91186bd Enable contract checking when building NullAway (#802) by Manu Sridharan · 11 months ago
  24. 01ee4d7 Generics checks for method overriding (#755) by Nikita Dinkar Aware · 11 months ago
  25. 9ee04c2 Update to Error Prone 2.21.1 (#797) by Manu Sridharan · 11 months ago
  26. bbc696c Update to WALA 1.6.2 (#798) by Manu Sridharan · 11 months ago
  27. f14b43d Bump versions for some dependencies (#800) by Manu Sridharan · 11 months ago
  28. 38f3081 Prepare next development version. by Lazaro Clapp · 11 months ago
  29. 6a1e8bb Prepare for release 0.10.12. by Lazaro Clapp · 11 months ago
  30. b061288 Improve auto-fixing of unnecessary castToNonNull calls (#796) by Lázaro Clapp · 11 months ago
  31. e711887 Fix off-by-one error in JSpecify checking of parameter passing (#793) by Manu Sridharan · 11 months ago
  32. 8e4a36a Fix JDK compatibility issue in LombokHandler and introduce AstHelpersBackports (#795) by Manu Sridharan · 11 months ago
  33. 48772af JSpecify: avoid crashes when encountering raw types (#792) by Manu Sridharan · 11 months ago
  34. 9ece8b3 Update to Gradle 8.2.1 (#781) by Manu Sridharan · 11 months ago
  35. 45cc4c2 Disable daemon when running benchmarks (#786) by Manu Sridharan · 11 months ago
  36. 4eed5cd Set concurrency for JMH benchmarking workflow (#784) by Manu Sridharan · 11 months ago
  37. e7ec4b9 Added GCP JMH Benchmark Workflow (#770) by Md Armughanuddin · 12 months ago
  38. 61abe56 Fix compatibility issue when building on JDK 17 but running on JDK 8 (#779) by Manu Sridharan · 12 months ago
  39. 31004d3 Switch to Spotless for formatting Java code (#780) by Manu Sridharan · 12 months ago
  40. 188632b Update to WALA 1.6.1 and remove ability to build on JDK 8 (#777) by Manu Sridharan · 12 months ago
  41. ec64e82 Add tasks to run JDK 8 tests on JDK 11+ (#778) by Manu Sridharan · 12 months ago
  42. 18b6ab3 Update to Error Prone 2.20.0 (#772) by Manu Sridharan · 1 year ago
  43. a81c4b3 Build the Android sample app on JDK 17 (#776) by Manu Sridharan · 1 year ago
  44. cea42a5 Add step to create release on GitHub (#775) by Manu Sridharan · 1 year ago
  45. 9cef809 Fix Publish Snapshot CI job (#774) by Lázaro Clapp · 1 year ago
  46. 1012a0a Prepare next development version. by Lazaro Clapp · 1 year ago
  47. b007926 Prepare for release 0.10.11. by Lazaro Clapp · 1 year ago
  48. 2bfe823 Upgrade maven publish plugin to 0.21.0 and restore publishing (#773) by Lázaro Clapp · 1 year ago
  49. 37f4bb8 Introduce FluentFutureHandler as a workaround for Guava Futures/FluentFuture (#771) by Lázaro Clapp · 1 year ago
  50. 0466a02 Added support for Apache Validate (#769) by Asapin · 1 year ago
  51. 1ff88b6 Revert #762 (Grade upgrade) and add CI checking of publishing flows (#767) by Lázaro Clapp · 1 year ago
  52. d09ff9b Fix error inside Lombok generated code for @Nullable @Builder.Default (#765) by Lázaro Clapp · 1 year, 1 month ago
  53. c1741b3 Upgrade to Error Prone 2.19.1 (#763) by Christopher Lambert · 1 year, 1 month ago
  54. eea2a9a Upgrade to Gradle 8.1.1 (#762) by Christopher Lambert · 1 year, 1 month ago
  55. ffdcf46 Clearer printing of types in errors related to generics (#758) by Manu Sridharan · 1 year, 2 months ago
  56. f585e23 Fix CI on Windows (#759) by Manu Sridharan · 1 year, 2 months ago
  57. 8821567 refactor LibraryModelsHandler.onOverrideMayBeNullExpr (#754) by Christopher Lambert · 1 year, 3 months ago
  58. 67c357e refactor: streamline mayBeNullExpr flow (#753) by Christopher Lambert · 1 year, 3 months ago
  59. e4dfeac NULL_LITERAL expressions may always be null (#749) by Christopher Lambert · 1 year, 3 months ago
  60. abac2ae Update path serialization for class files (#752) by Nima Karimipour · 1 year, 3 months ago
  61. 7714c45 refactor simple onOverrideMayBeNullExpr handlers (#747) by Christopher Lambert · 1 year, 3 months ago
  62. a1d1eed Generics checks for parameter passing (#746) by Nikita Dinkar Aware · 1 year, 3 months ago
  63. 07a3847 Prepare for Nullable `ASTHelpers.getSymbol` (#733) by Christopher Lambert · 1 year, 4 months ago
  64. d83b7d0 JSpecify generics checks for conditional expressions (#739) by Nikita Dinkar Aware · 1 year, 4 months ago
  65. f743be3 [Refactor] Pass resolved Symbols into Handler methods (#729) by Christopher Lambert · 1 year, 4 months ago
  66. 00adeaf Update to Gradle 8.0.2 (#743) by Manu Sridharan · 1 year, 4 months ago
  67. ad1aab1 Prepare next development version. by Lazaro Clapp · 1 year, 4 months ago
  68. e593f11 Prepare for release 0.10.10. by Lazaro Clapp · 1 year, 4 months ago
  69. 9b6d93f Add command line option to skip specific library models. (#741) by Lázaro Clapp · 1 year, 4 months ago
  70. 49cda49 Docs: `-XepExcludedPaths` was added in 2.1.3, not 2.13 (#744) by Yannick da Silva Bröker · 1 year, 4 months ago
  71. 16923e5 Serialization version 3: update method serialization to exclude type use annotations and type arguments (#735) by Nima Karimipour · 1 year, 4 months ago
  72. ff6b090 Refactoring tabSeparatedToString logic to prepare for serialization version 3. (#738) by Nima Karimipour · 1 year, 4 months ago
  73. 1548c69 Add JSpecify checking for return statements (#734) by NikitaAware · 1 year, 4 months ago
  74. 457a129 Refactoring in symbol serialization (#736) by Nima Karimipour · 1 year, 4 months ago
  75. 14d3693 JSpecify: initial checks for generic type compatibility at assignments (#715) by NikitaAware · 1 year, 5 months ago
  76. a2efa6e Break loops when result can no longer change (#728) by Christopher Lambert · 1 year, 5 months ago
  77. de6e014 Model `Class.isInstance` (#732) by Christopher Lambert · 1 year, 5 months ago
  78. de74310 Model `Class.cast` (#731) by Christopher Lambert · 1 year, 5 months ago
  79. ed0ef72 Refactor code to use Map.getOrDefault where possible (#727) by Christopher Lambert · 1 year, 5 months ago
  80. 8e948db Model `Map.getOrDefault` (#724) by Manu Sridharan · 1 year, 5 months ago
  81. 8a24aa3 Prepare next development version. by Lazaro Clapp · 1 year, 5 months ago
  82. 7591b03 Prepare for release 0.10.9. by Lazaro Clapp · 1 year, 5 months ago
  83. fc151dc Support isInstanceOf(...) as implying non-null in assertion libraries. (#726) by Lázaro Clapp · 1 year, 5 months ago
  84. d2e4a49 Add support for external init annotations in constructors (#725) by Lázaro Clapp · 1 year, 5 months ago
  85. 4cabc3d Avoid redundant Map lookups (#722) by Christopher Lambert · 1 year, 5 months ago
  86. 0a78a82 Ignore incompatibly annotated var args from Kotlin code. (#721) by Lázaro Clapp · 1 year, 5 months ago
  87. 57a89e8 Update to Error Prone 2.18.0 (#707) by Manu Sridharan · 1 year, 5 months ago
  88. d809795 Support more test assertions in OptionalEmptinessHandler (#718) by Christopher Lambert · 1 year, 5 months ago
  89. c4c7c4b Add Throwable.getCause and getLocalizedMessage() library models (#717) by Christopher Lambert · 1 year, 5 months ago
  90. d190853 Prepare next development version. by Lazaro Clapp · 1 year, 5 months ago
  91. 8309d67 Prepare for release 0.10.8. by Lazaro Clapp · 1 year, 5 months ago
  92. 535772a [FixSerialization] Update path serialization for reported errors and fixes. (#714) by Nima Karimipour · 1 year, 5 months ago
  93. dcadcfa Update region selection for initialization errors. (#713) by Nima Karimipour · 1 year, 5 months ago
  94. 2f871a8 Don't do checks for type casts and parameterized trees in unannotated code (#712) by Manu Sridharan · 1 year, 6 months ago
  95. ab0a17d Turn up various Error Prone checks (#710) by Manu Sridharan · 1 year, 6 months ago
  96. afb8fd4 Add an initial annotations artifact (with sample @Initializer implementation) (#709) by Lázaro Clapp · 1 year, 6 months ago
  97. 3ad8876 Prepare next development version. by Lazaro Clapp · 1 year, 6 months ago
  98. 09fa6a6 Prepare for release 0.10.7. by Lazaro Clapp · 1 year, 6 months ago
  99. c5e1a79 Resolve regression for type annotations directly on inner types. (#706) by Lázaro Clapp · 1 year, 6 months ago
  100. d6d2978 Prepare next development version. by Lazaro Clapp · 1 year, 6 months ago