aboutsummaryrefslogtreecommitdiff
path: root/common/src
AgeCommit message (Expand)Author
2021-02-16Add `toString()` implementations for `MoreTypes.equivalence()` and `Annotatio...Ron Shapiro
2020-11-16Fix Javadoc typos.David P. Baker
2020-09-03Correct docs to clarify that AutoValueExtension should be in a java_plugin ruleGoogle Java Core Libraries
2020-09-01Remove redundant `hasNext()` checks. Since the `equalLists` method starts by ...Éamonn McManus
2020-08-27Automatic code cleanup.Google Java Core Libraries
2020-08-17Remove a stray semicolonronshapiro
2020-07-29Add javadoc to the methods in SuperficialValidation. Also add a private const...emcmanus
2020-07-28Open SuperficialValidation#validateType(TypeMirror) to public visibilitybcorso
2020-06-18[ #HiltMigration ] Updating BasicAnnotationProcessor to support a String-base...armandgray
2020-03-16Refactor BasicAnnotationProcessor (3 of 3)bcorso
2020-03-13Apply a hack to OverridesTest so that it will work with newer versions of ecj.emcmanus
2020-03-13Refactor BasicAnnotationProcessor (2 of 3)bcorso
2020-03-10Refactor BasicAnnotationProcessor (1 of 3)bcorso
2020-01-10Add MoreTypes.isConversionFromObjectUnchecked. This method tells, for a given...emcmanus
2019-11-21Clarify the documentation of MoreTypes.nonObjectSuperclass.dpb
2019-11-14Automated g4 rollback of changelist 279369564.bcorso
2019-11-13Optimize MoreTypes.nonObjectSuperclassbcorso
2019-11-11Roll forward of CL 264613939: Use ElementVisitor rather than Element#getKind(...bcorso
2019-10-22Helper Methods in AnnotationValuesmahsabadian
2019-10-14Fix 4 ErrorProneStyle findings:clshepherd
2019-09-23Suppress emitting errors about unprocessed elements when there are already er...clayb
2019-08-23Replace FooVisitor6 and FooVisitor7 with FooVisitor8 throughout auto-common. ...emcmanus
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-19Suppress warnings about TypeMirror.equals in some cases where we are calling ...bhagwani
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
2019-03-08Stop using reflection now that we require javac8.ronshapiro
2019-02-13Fix javadoc referenceronshapiro
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-28Fix indentationcushon
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-06-25Add a static overrides() method to MoreElements that uses ExplicitOverrides.dpb
2018-03-21Document MoreTypes.equivalence().emcmanus
2018-02-28Remove some garbage seemingly pasted by mistake into MoreElements.isAnnotatio...peteg
2018-02-15Add a test for GeneratedAnnotationscushon
2018-01-16Fix broken @links.dpb
2018-01-08Add an implementation of generatedAnnotation that uses the source version ins...cushon
2017-12-28Graduate SimpleAnnotationMirror and SimpleTypeAnnotationValue from Dagger's i...ronshapiro
2017-12-05Add utility methods within auto-common to determine which @Generated annotati...dpb
2017-11-20Give BasicAnnotationProcessor a unified error format so that tools can parse ...ronshapiro