• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

uber / NullAway / #1052

Builds Branch Commit Type Ran Committer Via Coverage
#1052 manu/model-mapordefault Merge a4f6d6ce1 into fc151dcaa Pull #724 01 Feb 2023 04:38PM UTC web-flow github-actions pending completion   set done
#1051 master Support isInstanceOf(...) as implying non-null in assertion libraries. (#726) Generally speaking, all these libraries implement the assertion by calling `Class.isInstance`, which will return `false` whenever the argument is `null`. Similar to th... push 01 Feb 2023 01:48AM UTC web-flow github-actions pending completion   set done
#1050 lazaro_support_assert_isInstanceOf Merge 73cbae9d7 into d2e4a491f Pull #726 31 Jan 2023 11:55PM UTC web-flow github-actions pending completion   set done
#1049 lazaro_support_assert_isInstanceOf Merge 893f2c59b into d2e4a491f Pull #726 31 Jan 2023 11:49PM UTC web-flow github-actions pending completion   set done
#1048 manu/model-mapordefault Merge 3cbfa4d87 into d2e4a491f Pull #724 31 Jan 2023 02:23AM UTC web-flow github-actions pending completion   set done
#1047 master Add support for external init annotations in constructors (#725) NullAway has existing support for `-XepOpt:NullAway:ExternalInitAnnotations=...` as configuration option. Before this PR, that option allows listing a set of class-level annotation... push 31 Jan 2023 02:19AM UTC web-flow github-actions pending completion   set done
#1046 manu/model-mapordefault Merge 5511ffc29 into 4cabc3dc1 Pull #724 30 Jan 2023 11:56PM UTC web-flow github-actions pending completion   set done
#1045 lazaro_external_init_annot_constructors Merge dfa760b64 into 4cabc3dc1 Pull #725 30 Jan 2023 04:10PM UTC web-flow github-actions pending completion   set done
#1044 master Avoid redundant Map lookups (#722) while reading through the code i noticed a few redundant map lookups i've only adjusted the places where it was clear the map never stores null values and where `get` immediately followed a `containsKey` a... push 30 Jan 2023 04:10PM UTC web-flow github-actions pending completion   set done
#1043 manu/model-mapordefault Merge 50ecc440b into 4cabc3dc1 Pull #724 30 Jan 2023 03:52PM UTC web-flow github-actions pending completion   set done
#1042 master Ignore incompatibly annotated var args from Kotlin code. (#721) See #720 for a detailed explanation. Long story short: 1. `kotlinc` will add `@org.jetbrains.annotations.NotNull` as a declaration annotation for any argument that is non-null... push 26 Jan 2023 05:39PM UTC web-flow github-actions pending completion   set done
#1041 lazaro_nullable_varargs_of_unannotated_code Merge 021f5a430 into 57a89e857 Pull #721 25 Jan 2023 10:41PM UTC web-flow github-actions pending completion   set done
#1040 master Update to Error Prone 2.18.0 (#707) Fixed some minor Javadoc warnings reported by the new version. Also, adds an `@Inject` annotation on the main `NullAway` constructor, for compatibility with future versions of Error Prone that load checkers vi... push 22 Jan 2023 07:31PM UTC web-flow github-actions pending completion   set done
#1039 master Support more test assertions in OptionalEmptinessHandler (#718) supported with JUnit 4: ``` Assert.assertTrue(x.isPresent()) Assert.assertFalse(x.isEmpty()) ``` supported with JUnit 5: ``` Assertions.assertTrue(x.isPresent()) Assertions... push 22 Jan 2023 07:19PM UTC web-flow github-actions pending completion   set done
#1038 master Add Throwable.getCause and getLocalizedMessage() library models (#717) They both can return `null`: - In its default implementation `getLocalizedMessage()` calls `getMessage()`, so should be treated in the same way. - Not every throwable was ... push 20 Jan 2023 06:28PM UTC web-flow github-actions pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • …
  • 79
  • 80
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc