ErrLookup › google/guava
google/guava
Google core libraries for Java · Java · 1,865 source files
Analyzed at 94f39958ba on 2026-08-13. 26 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Call using() before createTestSuite(). | exception | error | guava-testlib, test-setup, illegal-state, builder |
| Call named() before createTestSuite(). | exception | error | guava-testlib, test-setup, illegal-state, builder |
| Call withFeatures() before createTestSuite(). | exception | error | guava-testlib, test-setup, illegal-state, features, builder |
| unable to extract method from test: not a TestCase. | exception | error | guava-testlib, junit, reflection, test-filtering |
| %s: no CollectionSizes specified (check the argument to Feat | exception | error | guava-testlib, test-setup, features, collection-size |
| A compound CollectionSize doesn't specify a number of elemen | exception | error | guava-testlib, illegal-state, features, collection-size, api-misuse |
| Error extracting features from tester annotation. | exception | error | guava-testlib, annotations, reflection, features |
| Annotation explicitly or implicitly requires one or more fea | exception | error | guava-testlib, annotations, features, conflicting-requirements |
| Annotation requires to be %s features that earlier annotatio | exception | error | guava-testlib, annotations, features, conflicting-requirements |
| Should not call merge function if key was absent | exception | error | guava-testlib, map-contract, merge, assertion |
| Should not call merge function if key was mapped to null | exception | error | guava-testlib, map-contract, merge, null-values, assertion |
| Should not call merge function if value was null | exception | error | guava-testlib, map-contract, merge, null-values, assertion |
| Null check failed on return value of %s | exception | error | guava-testlib, null-checks, reflection, class-sanity |
| Serialization failed on return value of %s | exception | error | guava-testlib, serialization, reflection, class-sanity |
| Return value of %s reserialized to an unequal value | exception | error | guava-testlib, serialization, equals-hashcode, class-sanity |
| Cannot generate distinct value for parameter %s of %s | exception | error | guava-testlib, equals-hashcode, reflection, class-sanity |
| Cannot determine value for parameter %s of %s | exception | error | guava-testlib, reflection, class-sanity, instantiation |
| %s returns null and cannot be used to test instance methods. | exception | error | guava, testing, class-sanity, instantiation, null |
| at index %s | validation | error | guava, testing, equals, null-pointer, validation |
| wrong exception thrown from %s when passing null to %s param | exception | error | guava, testing, nullpointer-tester, null-check, contract |
| $ITEM must not be $RELATIONSHIP to $OTHER | exception | error | guava, testing, equals, contract, relationship-tester |
| Unexpected interrupt while waiting for future | exception | error | guava, testing, concurrency, gc, interrupt, finalization |
| Unexpected interrupt while waiting for latch | exception | error | guava, testing, concurrency, gc, interrupt, latch |
| failure during tearDown | exception | error | guava, testing, teardown, lifecycle, exception-wrapping |
| scheduleAtFixedRate is not supported. | exception | error | guava, testing, concurrency, executor, unsupported-operation, scheduled |
| scheduleWithFixedDelay is not supported. | exception | error | guava, testing, concurrency, executor, unsupported-operation, scheduled |