1. 01194cd Update to Gradle 5.0 (#260) by Manu Sridharan · 6 years ago
  2. 736dd4e Stop shadowing Checker Framework libraries (#258) by Manu Sridharan · 6 years ago
  3. abb96b5 Remove sudo: false from travis config (#257) by Zac Sweers · 6 years ago
  4. 6d58494 Prepare next development version by Manu Sridharan · 6 years ago
  5. d53bb06 Prepare for release 0.6.3 by Manu Sridharan · 6 years ago
  6. 0c1d8ac Fix handling of enhanced for loops (#256) by Manu Sridharan · 6 years ago
  7. 19cbe82 Prepare next development version by Manu Sridharan · 6 years ago
  8. a412c8b Prepare for release 0.6.2 by Manu Sridharan · 6 years ago
  9. fee6872 Handle lambda override with AcknowledgeRestrictiveAnnotations (#255) by Manu Sridharan · 6 years ago
  10. 009719c Handle interaction between AcknowledgeRestrictiveAnnotations and TreatGeneratedAsUnannotated (#254) by Manu Sridharan · 6 years ago
  11. 55b50fe Prepare next development version. by Lazaro Clapp · 6 years ago
  12. 37cd629 Prepare for release 0.6.1. by Lazaro Clapp · 6 years ago
  13. 5006267 Add support for renamed android.support packages in models. (#253) by Lázaro Clapp · 6 years ago
  14. d0bddbc Fix error on checking the initTree2PrevFieldInit cache. (#252) by Lázaro Clapp · 6 years ago
  15. d1684d9 Restrictive annotated method overriding (#249) by shubham ugare · 6 years ago
  16. 2cf8011 Update net.ltgt.errorprone to 0.6, and various small updates to the build (#248) by Thomas Broyer · 6 years ago
  17. 81aba29 Update to Error Prone 2.3.2 (#242) by Manu Sridharan · 6 years ago
  18. e94911e Change how jarinfer finds astubx model jars. (#243) by Lázaro Clapp · 6 years ago
  19. 52f2e2b Update Gradle examples in README (#244) by Thomas Broyer · 6 years ago
  20. 81030b5 Assertion of not equal to null updates the access path (#240) by shubham ugare · 6 years ago
  21. 237a6ef Enable excluded class annotations to (mostly) work on inner classes (#239) by Manu Sridharan · 6 years ago
  22. 0b28b6a Prepare next development version. by Lazaro Clapp · 6 years ago
  23. 8dd1c30 Prepare for release 0.6.0. by Lazaro Clapp · 6 years ago
  24. c0f3d41 Pass nullability info on enclosing locals into dataflow analysis for lambdas and anonymous / local classes (#235) by Manu Sridharan · 6 years ago
  25. 15b8dca Bump Checker Framework to 2.5.5 (#233) by Manu Sridharan · 6 years ago
  26. 7a0c1dc De-genericize NullnessStore (#231) by Manu Sridharan · 6 years ago
  27. bceb3b5 Fix AutoFix for MethodRefs returning null. (#229) by Lázaro Clapp · 6 years ago
  28. 2487e1c Add support for marking library parameters as explicitly @Nullable (#228) by Lázaro Clapp · 6 years ago
  29. f3be0a7 Prepare next development version. by Lazaro Clapp · 6 years ago
  30. 4608861 Prepare for release 0.5.6. by Lazaro Clapp · 6 years ago
  31. eb5c8cc Make JarInfer generated jars fully deterministic by removing timestamps (#227) by Lázaro Clapp · 6 years ago
  32. f22c416 Fix empty comment added when AutoFixSuppressionComment is not set. (#225) by Lázaro Clapp · 6 years ago
  33. b27b01f Fix code coverage badge on README.txt by Lázaro Clapp · 6 years ago
  34. 874bf5b Add coverage measurement through coveralls. (#224) by Lázaro Clapp · 6 years ago
  35. bfadd66 Prepare next development version by Manu Sridharan · 6 years ago
  36. b662a88 Prepare for release 0.5.5 by Manu Sridharan · 6 years ago
  37. 9e8d712 No need to check GJF when uploading snapshot builds (#223) by Manu Sridharan · 6 years ago
  38. bfd56c3 Handle invocation of native method from initializer (#222) by Manu Sridharan · 6 years ago
  39. 0e608dd Add ErrorURL option (#220) by Manu Sridharan · 6 years ago
  40. 4e468e6 Fix Changelog typo. by Lazaro Clapp · 6 years ago
  41. 5a34cd5 Prepare next development version. by Lazaro Clapp · 6 years ago
  42. f3be922 Prepare for release 0.5.4. by Lazaro Clapp · 6 years ago
  43. 6251c19 [JarInfer] Handler for @Nullable return value annotations (#216) by Subarno · 6 years ago
  44. 4c18813 Update to Error Prone 2.3.1 and centralize Java compiler flags (#218) by Manu Sridharan · 6 years ago
  45. 8275e83 Update readme and tooling versions (#217) by Gautam Korlam · 6 years ago
  46. 772e8b6 [JarInfer] Write to/load from separate astubx model jars (#214) by Subarno · 6 years ago
  47. 74b1858 Add AutoFixSuppressionComment flag. (#213) by Lázaro Clapp · 6 years ago
  48. 3c01e29 Prepare next development version. by Lazaro Clapp · 6 years ago
  49. 38ae934 Prepare for release 0.5.3. by Lazaro Clapp · 6 years ago
  50. 0a91e9b JarInfer checks for null tested parameters (#211) by Subarno · 6 years ago
  51. d005bd2 Create android-jarinfer-models-sdk28 and fix release scripts. (#210) by Lázaro Clapp · 6 years ago
  52. 4ffcc40 Small test for restrictive annotations and generics. (#209) by Lázaro Clapp · 6 years ago
  53. 411a3c0 fix: zip entry size error (#207) by Subarno · 6 years ago
  54. f7ce9f2 Handler for separate Android models jar (#206) by Subarno · 6 years ago
  55. 15eef74 Handle @NotNull in hasNonNullAnnotation. (#204) by Lázaro Clapp · 6 years ago
  56. e51677f JarInfer: Third-party bytecode analysis (MVP version) (#199) by Lázaro Clapp · 6 years ago
  57. cabef1f Prepare next development version. by Lazaro Clapp · 6 years ago
  58. 59dea35 Prepare for release 0.5.2. by Lazaro Clapp · 6 years ago
  59. 18a4290 Fix @NonNull argument detection in RestrictiveAnnotationHandler. (#198) by Lázaro Clapp · 6 years ago
  60. 9b90a7d Various crash fixes (#196) by Manu Sridharan · 6 years ago
  61. e565a11 Add ExcludedFieldAnnotations unit tests. (#192) by Lázaro Clapp · 6 years ago
  62. 737c15e Fix NPE in Thrift handler on complex receiver expressions (#195) by Manu Sridharan · 6 years ago
  63. 628f08d Prepare next development version. by Lazaro Clapp · 6 years ago
  64. fd571af Prepare for release 0.5.1. by Lazaro Clapp · 6 years ago
  65. 75c6a55 Various fixes for AcknowledgeRestrictiveAnnotations (#194) by Lázaro Clapp · 6 years ago
  66. 00b6e13 Prepare next development version. by Lazaro Clapp · 6 years ago
  67. 53ddb5e Prepare for release 0.5.0. by Lazaro Clapp · 6 years ago
  68. 79d0f8c Check that castToNonNull method is not passed @NonNull (#191) by Lázaro Clapp · 6 years ago
  69. 34e6db4 Add -XepOpt:NullAway:AcknowledgeRestrictiveAnnotations config flag. (#189) by Lázaro Clapp · 6 years ago
  70. 3dce1cd Add support for LEFT_SHIFT and RIGHT_SHIFT (#188) by Lázaro Clapp · 6 years ago
  71. cfb1e24 Remove a suppression from a test that doesn't need it. (#183) by Lázaro Clapp · 6 years ago
  72. f92d6a1 Support Objects.isNull (#179) by Lázaro Clapp · 6 years ago
  73. 13bd4e6 Prepare next development version. by Lazaro Clapp · 6 years ago
  74. 03f8ff7 Prepare for release 0.4.7. by Lazaro Clapp · 6 years ago
  75. 0c1e603 Fix NPE inside NullAway when initializer methods use try-with-resources. (#177) by Lázaro Clapp · 6 years ago
  76. bd00274 Properly read type use annotations when code is present as a class file (#172) by Manu Sridharan · 6 years ago
  77. 9d0d969 Cleanup some unnecessary state (#168) by Manu Sridharan · 6 years ago
  78. 7d4072d Prepare next development version. by Lazaro Clapp · 7 years ago
  79. 643e15a Prepare for release 0.4.6. by Lazaro Clapp · 7 years ago
  80. b827864 Don't report initialization warnings on fields for @ExternalInit classes with no initializer methods (#166) by Manu Sridharan · 7 years ago
  81. fe11a8a minor cleanup in Apache Thrift handling code (#165) by Manu Sridharan · 7 years ago
  82. fb04e4e Fix a couple of Thrift issues (#164) by Manu Sridharan · 7 years ago
  83. f4c8244 Prepare next development version by Manu Sridharan · 7 years ago
  84. 251390e Prepare for release 0.4.5 by Manu Sridharan · 7 years ago
  85. d2f37b0 fix bug in handling TBase.isSet() (#161) by Manu Sridharan · 7 years ago
  86. acf8856 Prepare next development version by Manu Sridharan · 7 years ago
  87. 244812b Prepare for release 0.4.4 by Manu Sridharan · 7 years ago
  88. b3bfa8e add UnannotatedClasses option (#160) by Manu Sridharan · 7 years ago
  89. 427a5d5 Prepare next development version by Manu Sridharan · 7 years ago
  90. 1620c50 Prepare for release 0.4.3 by Manu Sridharan · 7 years ago
  91. 0ee75ef handle unboxing of array index expression (#158) by Manu Sridharan · 7 years ago
  92. d62df5a Fix #156 (#157) by Manu Sridharan · 7 years ago
  93. b51b44d Make sure our unit tests break if we drop regexp support. (#155) by Lázaro Clapp · 7 years ago
  94. ddccef8 Prepare next development version. by Lazaro Clapp · 7 years ago
  95. 831ad8e Prepare for release 0.4.2. by Lazaro Clapp · 7 years ago
  96. 85a133d Update Checker Framework to 2.5.0 (#150) by Manu Sridharan · 7 years ago
  97. ec3e35b Use `@SuppressWarnings` as autofix in a couple more places #149 by Manu Sridharan · 7 years ago
  98. aa08a90 Add a Handler for supporting isSetXXXX() methods in Thrift-generated code (#148) by Manu Sridharan · 7 years ago
  99. 65afe4c Properly find super constructor for anonymous classes (#147) by Manu Sridharan · 7 years ago
  100. 9f08d3a Don't crash on field initialization inside an enum (#146) by Manu Sridharan · 7 years ago