1. ce41599 Fix jarinfer cli output determinism (#884) by arteghem · 6 months ago
  2. 10761d9 Update some dependencies (#883) by Manu Sridharan · 6 months ago
  3. 3ee7072 Extend library models to mark fields as nullable (#878) by Nima Karimipour · 6 months ago
  4. 5fbee1f Model Lombok-generated equals methods as having a @Nullable parameter (#874) by Manu Sridharan · 7 months ago
  5. 2f1cf7c JSpecify: changes for issue #861 (#863) by Abhijit Kulkarni · 7 months ago
  6. eb2e19c Update to Checker Framework 3.41.0 (#873) by Manu Sridharan · 7 months ago
  7. 1140a81 Prepare next development version. by Lazaro Clapp · 7 months ago
  8. 8e89a9d Prepare for release 0.10.18 by Lazaro Clapp · 7 months ago
  9. bf74867 Fix assertion check for structure of enhanced-for loop over a Map keySet (#868) by Manu Sridharan · 7 months ago
  10. 8f4f8a6 Prepare next development version. by Lazaro Clapp · 7 months ago
  11. 10711f8 Prepare for release 0.10.17 by Lazaro Clapp · 7 months ago
  12. fbd076a Fix bug with computing direct type use annotations on parameters (#864) by Manu Sridharan · 7 months ago
  13. 01aa34e Model Apache Flink's RichFunction.open as an @Initializer method (#862) by Lázaro Clapp · 7 months ago
  14. 4b6e672 Apply minor cleanups suggested by IntelliJ in generics code (#860) by Manu Sridharan · 7 months ago
  15. 9092438 Clarifications and small fixes for checking JSpecify @Nullable annotation (#859) by Manu Sridharan · 7 months ago
  16. 60648a9 Create com.uber.nullaway.generics package (#855) by Manu Sridharan · 7 months ago
  17. 4af912d JSpecify: handling the return of a diamond operator anonymous object method caller (#858) by Abhijit Kulkarni · 8 months ago
  18. 0141aca JSpecify: adding com.google.common to annotated packages in build.gradle (#857) by Abhijit Kulkarni · 8 months ago
  19. 5aeb32c JSpecify: fix crash with calls to static methods (#856) by Abhijit Kulkarni · 8 months ago
  20. 5fc285b Prepare next development version. by Lazaro Clapp · 8 months ago
  21. 24db25e Prepare for release 0.10.16. by Lazaro Clapp · 8 months ago
  22. 81d3cfd JSpecify: handle Nullability for return types of lambda expressions for Generic Types. (#854) by Abhijit Kulkarni · 8 months ago
  23. def015a JSpecify: Modify Array Type Use Annotation Syntax (#850) by Md Armughanuddin · 8 months ago
  24. 97e92b9 JSpecify: handle Nullability for lambda expression parameters for Generic Types (#852) by Abhijit Kulkarni · 8 months ago
  25. bc94dcc Minor cleanup in AccessPathElement (#851) by Manu Sridharan · 8 months ago
  26. f17c91c Update to Gradle 8.4 and Error Prone 2.23.0 (#849) by Manu Sridharan · 8 months ago
  27. 8f270e2 JSpecify: handle return types of method references in Java Generics (#847) by Abhijit Kulkarni · 8 months ago
  28. 099a7a5 Prepare next development version. by Lazaro Clapp · 8 months ago
  29. 7266884 Prepare for release 0.10.15. by Lazaro Clapp · 8 months ago
  30. 5355c7c JSpecify: initial handling of generic enclosing types for inner classes (#837) by Manu Sridharan · 8 months ago
  31. e7623f7 JSpecify: handle incorrect method parameter nullability for method reference (#845) by Abhijit Kulkarni · 8 months ago
  32. 2d2b829 Update minimum Error Prone version and Guava version (#843) by Manu Sridharan · 9 months ago
  33. 424cf63 Ignore another method for code coverage (#844) by Manu Sridharan · 9 months ago
  34. 790a9ec Build NullAway with JSpecify mode enabled (#841) by Manu Sridharan · 9 months ago
  35. 613f98c Update to Checker Framework 3.39.0 (#839) by Manu Sridharan · 9 months ago
  36. 91374c3 Ignore code coverage for method executed non-deterministically in tests (#838) by Manu Sridharan · 9 months ago
  37. b64d1c1 Properly check generic method overriding in explicitly-typed anonymous classes (#808) by Manu Sridharan · 9 months ago
  38. 7d8cd4a Update to Error Prone 2.22.0 (#833) by Manu Sridharan · 9 months ago
  39. 7e36bb0 Fix which JDKs are installed on CI (#835) by Manu Sridharan · 9 months ago
  40. d04828a Run recent JDK tests on JDK 21 (#834) by Md Armughanuddin · 9 months ago
  41. ab387b9 Ignore fields that are annotated with the `@MockBean` and `@SpyBean` annotations of Spring test (#757) by Ullrich Hafner · 9 months ago
  42. 70af259 Update Gradle and a couple of plugin versions (#832) by Manu Sridharan · 9 months ago
  43. 207acbd Prepare next development version. by Lazaro Clapp · 10 months ago
  44. 3a47fee Prepare for release 0.10.14. by Lazaro Clapp · 10 months ago
  45. f98bc4b Run tests on JDK 21 (#826) by Manu Sridharan · 10 months ago
  46. fcaf39e Treat parameter of generated Record.equals() methods as @Nullable (#825) by Manu Sridharan · 10 months ago
  47. a7b097a Remove ASM-related hack in build config (#824) by Manu Sridharan · 10 months ago
  48. ed4d0ae Updated Readme.md with Codecov link (#823) by Md Armughanuddin · 10 months ago
  49. bab9452 Fixes Codecov Report Expired error (#821) by Md Armughanuddin · 10 months ago
  50. 7a78bc7 Bump Checker Framework dependence to 3.38.0 (#819) by Manu Sridharan · 10 months ago
  51. b7f1326 Prepare next development version. by Lazaro Clapp · 10 months ago
  52. 75db7db Prepare for release 0.10.13. by Lazaro Clapp · 10 months ago
  53. 0a83f42 Added Codecov to CI Pipeline (#820) by Md Armughanuddin · 10 months ago
  54. 0431a90 Issue #740: Adding visitors for handling different types along with ClassType in Generic Type invariance check (#806) by akulk022 · 10 months ago
  55. ade9ed1 Remove unnecessary compile dependence for jar-infer-cli (#816) by Manu Sridharan · 10 months ago
  56. c42b0f7 Ensure castToNonNull insertion/removal suggested fixes do not remove comments (#815) by Manu Sridharan · 10 months ago
  57. 154b758 Avoid suggesting castToNonNull fixes in certain cases (#799) by Manu Sridharan · 10 months ago
  58. 56d5ff1 More gradle script formatting (#814) by Manu Sridharan · 10 months ago
  59. 72e6d6f Use Spotless to enforce consistent formatting for Gradle build scripts (#809) by Manu Sridharan · 10 months ago
  60. e05fd9a Bump gradle maven publish plugin from 0.21.0 to 0.25.3 (#810) by Manu Sridharan · 10 months ago
  61. 5c83604 Allow library models to define custom stream classes. (#807) by Lázaro Clapp · 10 months ago
  62. 7cf3e3b Modify JMH Benchmark Workflow For Shellcheck (#813) by Md Armughanuddin · 10 months ago
  63. 540eaa9 Make GenericsChecks methods static (#805) by Manu Sridharan · 11 months ago
  64. 9a42767 Bump Error Prone Gradle Plugin version (#804) by Manu Sridharan · 11 months ago
  65. 91186bd Enable contract checking when building NullAway (#802) by Manu Sridharan · 11 months ago
  66. 01ee4d7 Generics checks for method overriding (#755) by Nikita Dinkar Aware · 11 months ago
  67. 9ee04c2 Update to Error Prone 2.21.1 (#797) by Manu Sridharan · 11 months ago
  68. bbc696c Update to WALA 1.6.2 (#798) by Manu Sridharan · 11 months ago
  69. f14b43d Bump versions for some dependencies (#800) by Manu Sridharan · 11 months ago
  70. 38f3081 Prepare next development version. by Lazaro Clapp · 11 months ago
  71. 6a1e8bb Prepare for release 0.10.12. by Lazaro Clapp · 11 months ago
  72. b061288 Improve auto-fixing of unnecessary castToNonNull calls (#796) by Lázaro Clapp · 11 months ago
  73. e711887 Fix off-by-one error in JSpecify checking of parameter passing (#793) by Manu Sridharan · 11 months ago
  74. 8e4a36a Fix JDK compatibility issue in LombokHandler and introduce AstHelpersBackports (#795) by Manu Sridharan · 11 months ago
  75. 48772af JSpecify: avoid crashes when encountering raw types (#792) by Manu Sridharan · 11 months ago
  76. 9ece8b3 Update to Gradle 8.2.1 (#781) by Manu Sridharan · 11 months ago
  77. 45cc4c2 Disable daemon when running benchmarks (#786) by Manu Sridharan · 11 months ago
  78. 4eed5cd Set concurrency for JMH benchmarking workflow (#784) by Manu Sridharan · 11 months ago
  79. e7ec4b9 Added GCP JMH Benchmark Workflow (#770) by Md Armughanuddin · 11 months ago
  80. 61abe56 Fix compatibility issue when building on JDK 17 but running on JDK 8 (#779) by Manu Sridharan · 12 months ago
  81. 31004d3 Switch to Spotless for formatting Java code (#780) by Manu Sridharan · 12 months ago
  82. 188632b Update to WALA 1.6.1 and remove ability to build on JDK 8 (#777) by Manu Sridharan · 12 months ago
  83. ec64e82 Add tasks to run JDK 8 tests on JDK 11+ (#778) by Manu Sridharan · 12 months ago
  84. 18b6ab3 Update to Error Prone 2.20.0 (#772) by Manu Sridharan · 1 year ago
  85. a81c4b3 Build the Android sample app on JDK 17 (#776) by Manu Sridharan · 1 year ago
  86. cea42a5 Add step to create release on GitHub (#775) by Manu Sridharan · 1 year ago
  87. 9cef809 Fix Publish Snapshot CI job (#774) by Lázaro Clapp · 1 year ago
  88. 1012a0a Prepare next development version. by Lazaro Clapp · 1 year ago
  89. b007926 Prepare for release 0.10.11. by Lazaro Clapp · 1 year ago
  90. 2bfe823 Upgrade maven publish plugin to 0.21.0 and restore publishing (#773) by Lázaro Clapp · 1 year ago
  91. 37f4bb8 Introduce FluentFutureHandler as a workaround for Guava Futures/FluentFuture (#771) by Lázaro Clapp · 1 year ago
  92. 0466a02 Added support for Apache Validate (#769) by Asapin · 1 year ago
  93. 1ff88b6 Revert #762 (Grade upgrade) and add CI checking of publishing flows (#767) by Lázaro Clapp · 1 year ago
  94. d09ff9b Fix error inside Lombok generated code for @Nullable @Builder.Default (#765) by Lázaro Clapp · 1 year, 1 month ago
  95. c1741b3 Upgrade to Error Prone 2.19.1 (#763) by Christopher Lambert · 1 year, 1 month ago
  96. eea2a9a Upgrade to Gradle 8.1.1 (#762) by Christopher Lambert · 1 year, 1 month ago
  97. ffdcf46 Clearer printing of types in errors related to generics (#758) by Manu Sridharan · 1 year, 2 months ago
  98. f585e23 Fix CI on Windows (#759) by Manu Sridharan · 1 year, 2 months ago
  99. 8821567 refactor LibraryModelsHandler.onOverrideMayBeNullExpr (#754) by Christopher Lambert · 1 year, 3 months ago
  100. 67c357e refactor: streamline mayBeNullExpr flow (#753) by Christopher Lambert · 1 year, 3 months ago