aboutsummaryrefslogtreecommitdiff
path: root/javatests/com/google/turbine/binder/bytecode/BytecodeBoundClassTest.java
AgeCommit message (Collapse)Author
2022-08-15Use `InputStream#readAllBytes` instead of `ByteStreams#toByteArray`Liam Miller-Cushon
PiperOrigin-RevId: 467718127
2021-09-16Finish migrating to JSpecify annotationsLiam Miller-Cushon
PiperOrigin-RevId: 397209445
2021-05-21Satisfy the nullness checkerLiam Miller-Cushon
PiperOrigin-RevId: 375173482
2021-04-13Fix handling of `isDefault()` for symbols loaded from the classpathLiam Miller-Cushon
PiperOrigin-RevId: 368258927
2019-07-31Drop bridge methods when reading classes from the classpathcushon
for consistency with classes compiled from source. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=260818524
2019-07-31Handle exceptions for non-generic methodscushon
the signature is only provided for generic methods. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=258262966
2019-06-15Load field signatures and annotations from bytecodecushon
MOE_MIGRATED_REVID=251774958
2019-01-28Miscellaneous cleanupscushon
MOE_MIGRATED_REVID=225619145
2018-11-13Accumulate diagnostics during hierarchy and type bindingcushon
instead of failing eagerly on the first error. If there are multiple missing symbols it's usually more helpful to report them all at once. MOE_MIGRATED_REVID=221365669
2018-10-23Use AutoValue for Type module objectscushon
in order to get equals and hashCode implementations. MOE_MIGRATED_REVID=218399705
2018-10-22Fix class literal-valued annotation defaultscushon
The type of a class literal isn't necessarily a class, as in `void.class`. MOE_MIGRATED_REVID=218197987
2018-10-17Fill in more of classes bound from bytecodecushon
The additional information is read in lazily, so it's inexpensive if we don't end up needing it. MOE_MIGRATED_REVID=217633111