aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2021-03-29Bump plexus-java from 1.0.6 to 1.0.7 in /commondependabot[bot]
2021-03-22Bump guava.version from 30.1-jre to 30.1.1-jre in /commondependabot[bot]
2021-03-17Bump ecj from 3.24.0 to 3.25.0 in /commondependabot[bot]
2021-02-16Add `toString()` implementations for `MoreTypes.equivalence()` and `Annotatio...Ron Shapiro
2021-02-15Bump junit from 4.13.1 to 4.13.2 in /commondependabot[bot]
2021-01-26Bump truth from 1.1 to 1.1.2 in /commondependabot[bot]
2021-01-15Bump plexus-java from 1.0.5 to 1.0.6 in /commondependabot[bot]
2020-12-21Bump guava.version from 30.0-jre to 30.1-jre in /commondependabot[bot]
2020-12-21Bump ecj from 3.23.0 to 3.24.0 in /commondependabot[bot]
2020-11-16Fix Javadoc typos.David P. Baker
2020-10-22Update versions of some plugins.cpovirk
2020-10-22Update a bunch of *deps* (though not *plugins*).cpovirk
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-08-07Update dependency versions.dpb
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-04-15Update versions of Truth and Compile-testing.Sean Sullivan
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-05-05Stop using auto-parent.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