aboutsummaryrefslogtreecommitdiff
path: root/common/src/test/java/com
AgeCommit message (Expand)Author
2021-06-30Annotate auto-common for nullness.Éamonn McManus
2021-06-03Apply a few automated suggestions.Éamonn McManus
2021-06-03Add String and TypeElement versions of auto-common APIs that currently take i...Brad Corso
2021-06-02Reformat all the Auto projects using google-java-format. For now, javadoc ref...Éamonn McManus
2021-05-13Fix a crash when `getLocalAndInheritedMethods` is called with a raw-type ance...Éamonn McManus
2021-04-20`MoreTypes.isTypeOf` returns false for `ErrorType` rather than throwing.Éamonn McManus
2020-08-27Automatic code cleanup.Google Java Core Libraries
2020-06-18[ #HiltMigration ] Updating BasicAnnotationProcessor to support a String-base...armandgray
2020-03-13Apply a hack to OverridesTest so that it will work with newer versions of ecj.emcmanus
2020-01-10Add MoreTypes.isConversionFromObjectUnchecked. This method tells, for a given...emcmanus
2019-11-13Optimize MoreTypes.nonObjectSuperclassbcorso
2019-10-22Helper Methods in AnnotationValuesmahsabadian
2019-09-23Suppress emitting errors about unprocessed elements when there are already er...clayb
2019-08-19Replace new T[dim].getClass() with class literals: T[].classawturner
2019-08-19Fix PeerBaseMethod to not rely on implicit ordering of Elements.getAllMethods.bcorso
2019-08-14Migrate off the overload of fail(...) that accepts a message.cpovirk
2019-05-27Migrate Correspondence subclasses to instead call Correspondence.from.cpovirk
2019-05-05Migrate from containsAllOf to containsAtLeast.cpovirk
2019-05-05Migrate from containsAllIn to containsAtLeastElementsIn.cpovirk
2019-04-29Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo).cpovirk
2019-04-29Update copyrights to say Google LLC instead of Google Inc.emcmanus
2019-03-22Refactor exception-message assertions to use ThrowableSubject.hasMessageThat(...diamondm
2018-12-23Fix GeneratedAnnotationsTest so that it works on JDKs 8 through 11.emcmanus
2018-12-03Ignore ECJ test in JDK 10 and 11 since ECJ doesn't work for us in those versi...dpb
2018-11-28Replace usages of @Deprecated methods in com.google.common.io.Files with non-...glorioso
2018-11-06Enable a test for a bug that's been fixed for a whileronshapiro
2018-10-29Fix bug where ProcessingStep.process(...) was called with too many elements w...dpb
2018-07-23Add MoreElements.asTypeParameter()ronshapiro
2018-02-15Add a test for GeneratedAnnotationscushon
2017-12-28Graduate SimpleAnnotationMirror and SimpleTypeAnnotationValue from Dagger's i...ronshapiro
2017-09-07Fix Visibility.ofElement() for ModuleElements for JDK 9.ronshapiro
2017-09-07Stop OverridesTest from trying to use ECJ on Java 9, until we can run it with...emcmanus
2017-04-27Add an API to collect @SuppressedWarnings on all enclosing elementsronshapiro
2017-04-20Fix a typo in MoreTypes that meant that, when comparing types, the containing...emcmanus
2016-10-12Fix a number of incompatibilities between javac and ecj in the area of overri...emcmanus
2016-09-21Replace the use of Elements.overrides in MoreElements.getLocalAndInheritedMet...emcmanus
2016-08-29Fix Java source files under third_party/java_src/auto so that they follow the...emcmanus
2016-01-10Improve the logic of MoreTypes.equivalence() so that it no longer considers t...emcmanus
2015-09-11When looking for annotated elements within deferred types, don't traverse nes...dpb
2015-08-04Move the findLocalAndInheritedMethods method out of AutoValueProcessor and in...emcmanus
2015-08-04Make the other auto projects constrained to java source level 6 or 7 (as appr...cgruber
2015-08-04Let each `BasicAnnotationProcessor.ProcessingStep` reject elements that are n...dpb
2015-08-04Fix BasicAnnotationProcessor to deal w/ annotations on method argumentsmboyington
2015-05-06Fixed BasicAnnotationProcessorTest.David Baker
2015-02-02Add a method to MoreTypes that does the same operation as Types.asElement, bu...gak
2015-02-02Hack MoreTypes so that it handles equality of intersection types better on JD...emcmanus
2015-02-02Add MoreTypes.asMemberOf() to allow for easier construction of parameterized ...sameb
2015-01-21Add a nonObjectSuperclass method to MoreTypes that takes a DeclaredType andsameb
2015-01-21Fix MoreTypes equivalence for TypeVariables so that in Map<K, V>, K & V aren'tsameb
2015-01-21Ensure that MoreTypes.equivalence() works in the presence of intersection-typ...emcmanus