aboutsummaryrefslogtreecommitdiff
path: root/guava-tests/test/com/google/common/reflect
AgeCommit message (Expand)Author
2021-05-24`Invokable` no longer inherits from `java.lang.reflect.AccessibleObject`.Éamonn McManus
2020-12-16Internal changeGoogle Java Core Libraries
2020-11-10Fix Android test failure in ClassPathTest.benyu
2020-11-10Refactor ClassPath: replace Scanner with Location class.benyu
2020-09-29Fix ClassPathTest on Android JDK 11.benyu
2020-09-29Internal changes to ClassPath.benyu
2020-09-29Internal changes to ClassPath.benyu
2019-05-05Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo).cpovirk
2019-02-26Reformat with google-java-formatcushon
2018-05-09Use the type annotation version of @Nullable in the Java 8 branchcushon
2018-03-05Add isSubtypeOf() "pre"-condition check before getSubtype() returns.benyu
2018-03-05Fix List<Foo<?>>.isSubtypeOf(List<Foo<?>>).benyu
2017-12-07Migrate from jsr305 @Nullable to Checker Framework @NullableDecl.cpovirk
2017-12-04google-java-format MOST OF THE THINGS.cpovirk
2017-11-21Migrate usage of Files.fileTreeTraverser() to Files.fileTraverser().jnyman
2017-11-16Import Map.Entry almost everywhere.cpovirk
2017-09-12Make ClassPath search the contents of the "java.class.path" system property f...dpb
2017-08-18Use diamond operator for all test targets except 'collect'jijiang
2017-08-11PolishingJonathan Bluett-Duncan
2017-07-26Use diamond operator.cpovirk
2017-06-16Don't fail tests just because we can't securely delete recursively.cpovirk
2017-03-16Fix external bug #2751.benyu
2017-02-22Make classpath scans over circular symlinks predictable.Jason Trump
2017-01-12To fix external bug https://github.com/google/guava/issues/2152.benyu
2016-11-08Fix some typos in guava-[gwt,testlib,tests]/*Sebastian Kürten
2016-09-21If File.exists throws an exception when constructing a ClassPath instance, ig...emcmanus
2016-09-15Fix imports in all Guava packages.cgdecker
2016-07-19Update imports ordering to the new java import order.gak
2016-06-23Remove trailing whitespace.cpovirk
2016-06-17Work around javac bug.cpovirk
2016-06-07Support owner type subtype relationship in TypeToken.isSubtypeOf() and TypeTo...benyu
2016-04-18"subType" -> "subtype"cpovirk
2016-04-13Currently, SomeClass<?>.getSubType(SubClass<?, OtherT>) returns SubClass<?, O...mboyington
2016-02-25Add @CheckReturnValue to the immutable collection types. This forces the call...kak
2016-02-11Run more tests against MutableClassToInstanceMap by defining a type that impl...cpovirk
2016-02-09Add @CheckReturnValue to com.google.common.reflect. This forces the caller of...ronshapiro
2016-01-26Add ClassPath.ResourceInfo.asByteSource() and asCharSource(Charset).cgdecker
2015-12-09Remove type parameters from IterableSubject, MultisetSubject, and MultimapSub...kak
2015-10-30Fix buggy test identified by CollectionIncompatibleType.cpovirk
2015-10-30Suppress new CollectionIncompatibleType Error Prone check by castingeaftan
2015-10-27Re-apply wildcard translation fix.benyu
2015-10-26Rename SuppressUnderAndroid to "AndroidIncompatible," since we treat it just ...cpovirk
2015-08-19Convert much of Guava to Truth by using Refaster.cpovirk
2015-08-10Suppress tests under Android.cpovirk
2015-08-03Fix formboyington
2015-06-08Remove the test code from TypesTest that tries to ensure that Types.newTypeVa...emcmanus
2015-06-03Strip testNewTypeVariable from Guava.cpovirk
2015-06-01In TypesTest, change the check for correct functioning in the presence of a S...emcmanus
2015-04-16Refactored Scanner.onJarEntry() and onResourceFile() to scanJarFile() and sca...benyu
2015-04-14Fix ClassPath by exposing Scanner for internal clients to customize.benyu