aboutsummaryrefslogtreecommitdiff
path: root/common/src/main/java
AgeCommit message (Expand)Author
2021-06-30Avoid wildcards, which confuse our nullness checker.cpovirk
2021-06-30Annotate auto-common for nullness.Éamonn McManus
2021-06-28Use more fluent streams constructs.É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-06-01Replace server Guava API usage with Android compatible alternatives.Brad Corso
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
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-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-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-04-29Update copyrights to say Google LLC instead of Google Inc.emcmanus
2019-03-08Stop using reflection now that we require javac8.ronshapiro
2019-02-13Fix javadoc referenceronshapiro
2018-11-28Fix indentationcushon
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-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
2017-10-24Make AnnotationMirrors.getAnnotationValuesWithDefaults() return an ImmutableMapronshapiro
2017-09-07Fix Visibility.ofElement() for ModuleElements for JDK 9.ronshapiro
2017-07-05Allow MoreElements.hasModifiers to be accepted by methods that accept a Predi...ronshapiro
2017-04-20Fix a typo in MoreTypes that meant that, when comparing types, the containing...emcmanus