All Versions
71
Latest Version
Avg Release Cycle
38 days
Latest Release
-

Changelog History
Page 7

  • v0.2.1 Changes

    • ๐Ÿ›  Fix bug with accesses of fields from unannotated packages (#67)
    • โž• Add models for ArrayDeque (#68)
  • v0.2.0 Changes

    • ๐Ÿ†• New feature: NullAway now does some checking that @NonNull fields are not used before the are initialized (#58, #63). Updating to 0.2.0 may cause "read before initialized" problems to be detected in code that was NullAway-clean before.
    • Model Throwable.getMessage() as returning @Nullable, matching the spec. This may also cause new warnings in code that was previously NullAway-clean.
  • v0.1.8 Changes

    • ๐Ÿ— Make NullAway's Error Prone dependence compileOnly (#50). This could help reduce size of annotation processor paths, speeding build times.
    • ๐Ÿ– Handle AND, OR, XOR expressions getting autoboxed (#55)
    • ๐Ÿ– Handle @Nullable type use annotations (#56)
  • v0.1.7 Changes

    • ๐Ÿ“ฆ -XepOpt:NullAway:ExcludedClasses accepts package prefixes. (#38)
    • ๐Ÿ– Handle unary minus and unary plus (#40)
    • ๐Ÿ– Handle prefix increment / decrement (#43)
    • โž• add check for unannotated packages when excluding a class (#46)
  • v0.1.6 Changes

    • We now check static fields and initializer blocks (#34)
    • ๐Ÿ›  Fix for lambdas where the functional interface method had void return type (#37)
  • v0.1.5 Changes

    • โž• Add finer grained suppressions and auto-fixes (#31). You can suppress initialization errors specifically now with @SuppressWarnings("NullAway.Init")
    • ๐Ÿ›  Fix performance issue with lambdas (#29)
    • โž• Add lambda support to the RxNullabilityPropagator handler. (#12)
  • v0.1.4 Changes

    • Another lambda fix (#23)
  • v0.1.3 Changes

    • ๐Ÿ›  Fixes for lambdas (#13, #17)
  • v0.1.2 Changes

    • โฌ‡๏ธ Downgrade Checker Framework due to crash (#7)
    • More modeling of Rx operators (#8)
  • v0.1.1 Changes

    • โšก๏ธ Update Checker Framework dependence to pick up bug fix (#4)