aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
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-18Update references to auto-parent 6.dpb
2018-01-16Fix broken @links.dpb
2018-01-12Add explicit groupId for auto/commonronshapiro
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-12-04Use dependency and plugin management from auto-parent v5. Use latest dependen...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-09-07Stop OverridesTest from trying to use ECJ on Java 9, until we can run it with...emcmanus
2017-07-05Allow MoreElements.hasModifiers to be accepted by methods that accept a Predi...ronshapiro
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
2017-03-06MoreTypes.asWildcard() should accept a type which isn't guaranteed to already...ronshapiro
2016-11-22Relax the return type for the deferred elements.dpb
2016-10-12Fix a number of incompatibilities between javac and ecj in the area of overri...emcmanus
2016-10-12Javadoc refers to deprecated method #postProcess() - updated now to refer to ...kwestbrooks
2016-10-12Fix a couple of minor javadoc errors in auto-common.emcmanus
2016-09-21Replace the use of Elements.overrides in MoreElements.getLocalAndInheritedMet...emcmanus
2016-09-08Bump dependency versions to latest releasescgruber
2016-08-29Update the integration test pom.xml files to use a version of maven-jar-plugi...cgruber
2016-08-29Use named classes in MoreElements and MoreTypes to make clearer stack tracesronshapiro
2016-08-29Fix Java source files under third_party/java_src/auto so that they follow the...emcmanus
2016-08-29Fixed typommshi
2016-08-29Add a hook for processing over.dankurka
2016-05-31Add text to the specification of MoreElements.getLocalAndInheritedMethods to ...emcmanus
2016-05-17Correct commentronshapiro
2016-05-10Update to Guava 19ronshapiro
2016-03-04Stop importing ImmutableSet.Builderronshapiro
2016-01-10Make AnnotationValues public.dpb