aboutsummaryrefslogtreecommitdiff
path: root/factory/src/test
AgeCommit message (Expand)Author
2021-10-01Include type parameters of parent types in generated factory classes.Éamonn McManus
2021-06-02Reformat all the Auto projects using google-java-format. For now, javadoc ref...Éamonn McManus
2021-01-09Ensure that type annotations are placed correctly.Éamonn McManus
2020-12-15Handle `@AutoFactory` constructors that throw checked exceptions.Éamonn McManus
2020-12-14Update AutoFactory compilation tests to use the more recent compile-testing API.Éamonn McManus
2020-08-27Automatic code cleanup.Google Java Core Libraries
2019-08-19Add support for type parameters to @AutoFactory.gsaul
2019-08-19Don't crash processing classes in the default packagescushon
2019-05-27Don't compare TypeMirrors using Object#equalscushon
2019-04-29Update copyrights to say Google LLC instead of Google Inc.emcmanus
2018-02-01Fix handling of @Generated in tests after 715b8eb505649a4acaaa5889d4f4b51a91d...cushon
2018-01-25Add support for type-annotations and CheckerFramework nullable types to @Auto...ronshapiro
2017-12-15Write the correct @Generated annotation within auto-factory.dpb
2017-07-05Do not prepend outer classnames to the generated @AutoFactory class name if acwgordon
2017-04-28Emit a checkNotNull method in all generated factories instead of packaging a ...ronshapiro
2017-02-16Fix test which asserted the existence of a diagnostic on an annotation value,...ronshapiro
2016-08-29Allow varargs on @AutoFactory methodsronshapiro
2016-08-29Rename FactoryImplementingGenericInterfaceExtensionFactory file to match the ...ronshapiro
2016-08-29Fix Java source files under third_party/java_src/auto so that they follow the...emcmanus
2016-08-29Disambiguate provider field's names in generated factoriesronshapiro
2016-08-29Allow Provider<> parameters on a create() methodronshapiro
2016-08-29Fix name of a test data classronshapiro
2016-08-29Support @Nullable parameters for @AutoFactoryronshapiro
2016-08-29Automated g4 rollback of changelist 125191485.jmittleman
2016-08-29Support @Nullable parameters for @AutoFactoryronshapiro
2016-03-21When checking FactoryMethodDescriptor's and ImplementationMethodDescriptor's ...alanrussian
2016-03-04When deduping methods that are inherited from an interface, only check the ty...alanrussian
2016-03-04Automated g4 rollback of changelist 115670868.ronshapiro
2016-03-04Support @Nullable parameters for @AutoFactoryronshapiro
2016-03-04Convert @AutoFactory to JavaPoetronshapiro
2016-03-04Automated g4 rollback of changelist 114460941.ronshapiro
2016-03-04Convert @AutoFactory to use JavaPoet.ronshapiro
2016-03-04Fix auto factory issue where multiple copies of the same method can be genera...oni
2015-08-04Name factories for nested classes using the enclosing class names, not just t...dpb
2015-08-04Correctly generate code when a @Provided parameter has a primitive type.dpb
2015-08-04If a @Provided parameter to an @AutoFactory constructor is a Provider<T>, the...dpb
2015-08-04This CL fixes @AutoFactory to support qualifiers with parameters.jart
2015-08-04Automated g4 rollback of changelist 94700822.cgruber
2015-08-04This CL fixes @AutoFactory to support qualifiers with parameters.jart
2015-05-06Fix a bug that causing invalid code generated when using multiple AutoFactori...Oleksandr Gumen
2015-02-02Don't make autofactories final based on a new "allowSubclasses" parameter.sameb
2014-09-06Migrate from Truth.ASSERT to Truth.assert_.Christian Edward Gruber
2014-09-06Update Truth package name to the new location.Christian Edward Gruber
2014-01-17rename the aux directory to appease windowsGregory Kick
2014-01-07Fix AutoFactory to work correctly when implementing an interface that is an e...Christian Edward Gruber
2013-10-29Add RunsWith to permit execution in google's internal test environment.Christian Edward Gruber
2013-09-27Make sure that abstract factories without no-arg constructors cause failures.Gregory Kick
2013-09-25Add tests for invalid values for "extending" in @AutoFactory.Gregory Kick
2013-09-25Fix a line number on a testGregory Kick
2013-09-25add a missing copyrightGregory Kick