aboutsummaryrefslogtreecommitdiff
path: root/javatests/dagger/internal/codegen/SubcomponentValidationTest.java
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-03-25Rollback of https://github.com/google/dagger/commit/ec708a388c28de5b9cf6d8232...Brad Corso
2021-03-18Make nested subcomponent and switching provider impls static within the gener...Brad Corso
2021-03-16Add a class retention @DaggerGenerated annotation to Dagger generated sources.Brad Corso
2021-03-09Change the component implementation suffix from "Impl" to "I" to save some ch...Eric Chang
2020-11-23Flip the default for experimentalDaggerErrorMessages back to disabled since i...Eric Chang
2020-11-18Turn on experimental dagger error messages by default. The old messages can s...Eric Chang
2020-09-03Internal changeDagger Team
2020-09-03Fix redundant memoization for scoped bindings in fastInit.Brad Corso
2020-07-29Change the name of private methods for types to be foo() instead of getFoo() ...erichang
2019-06-06Suppress unchecked+rawtypes warnings on all Dagger generated code.ronshapiro
2019-05-05Only public components should have public generated componentsronshapiro
2019-05-05Automated rollback of 16734557b96f38b79efcb4764fef4e08aa44c305ronshapiro
2019-05-02Only public components should have public generated componentsronshapiro
2019-01-18Use shorter names for the proxy methods on factories.ronshapiro
2019-01-15Make component requirement fields in concrete components final.cgdecker
2019-01-15Change component constructors and initialization methods to no longer take a ...cgdecker
2018-12-18Stop treating bindings with module instance state as modifiable, and instead ...ronshapiro
2018-11-30Make sure all processing steps defer elements if TypeNotPresentException is t...dpb
2018-08-21Report binding graph errors once at the root component, not once per entry po...dpb
2018-06-28Implement subcomponent factory validation using the new binding graph model.dpb
2018-06-12Rename "dagger.experimentalAndroidMode" to "dagger.fastInit"bcorso
2018-05-09Use CompilationSubject instead of JavaSourcesSubject.dpb
2018-04-19Fix AndroidMode double checked locking to functionally match default mode.bcorso
2018-03-28Inline the "FooKey cannot be provided without ..." error message formats to s...ronshapiro
2018-02-22Make ComponentRequirementField creation lazy.bcorso
2018-02-07Simplify binding expression creation logic. Specifically, make it easier to r...dpb
2018-01-08Refactor PrivateMethodBindingExpression into multiple classes.dpb
2017-12-14Remove dependency on JSR 305 annotationsronshapiro
2017-12-14Use JavaFileObjectSubject.containsElementsIn to simplify our testsronshapiro
2017-12-08Inline checkNotNull invocations into proxy methodsronshapiro
2017-12-06Add ordering to fields and methods in GeneratedComponentModel.bcorso
2017-11-02Enable PrivateMethodBindingExpression for scoped binding expressions.bcorso
2017-10-31Automated rollback of 59a0f5521ebf45c24f8c77686911bf5e476e8a61bcorso
2017-10-31Enable PrivateMethodBindingExpression for scoped binding expressions.bcorso
2017-10-19Drop "Instance" from private method names.bcorso
2017-10-19Use private methods to implement instance requests even when we're not in exp...ronshapiro
2017-10-18A new way of constructing JavaFileObjects depending on CompilerMode.dpb
2017-10-16Bypass creating a private method if the component api already exposes a method.bcorso
2017-09-28Add DependencyMethodBindingExpression and use it to handle instance dependenc...bcorso
2017-08-24Inline requests for bindings that were provided with a @BindInstance method, ...ronshapiro
2017-08-14Remove unused framework fieldsronshapiro
2017-08-09Inline members injection in components and factories.ronshapiro
2017-08-03Remove all assert statements from dagger codegenronshapiro
2017-06-14SubcomponentBuilderRequestFulfillmentronshapiro
2017-05-02Compact classnames for subcomponent implementationsRay Ryan
2017-04-19Move prod compiler code and guava/jdk Optional tests from their previous mave...ronshapiro