aboutsummaryrefslogtreecommitdiff
path: root/javatests/dagger/internal/codegen/MembersInjectionTest.java
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-03-16Add a class retention @DaggerGenerated annotation to Dagger generated sources.Brad Corso
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-09-01Internal changeDagger Team
2020-07-29Change the name of private methods for types to be foo() instead of getFoo() ...erichang
2020-03-13Stop generating members injectors for classes without local injection sites a...erichang
2020-03-04Ban Throwing exception from injected methodsmahsabadian
2019-12-16Roll forward of Propagate qualifiers for field injections in MemberInjectors.danysantiago
2019-12-16Automated g4 rollback of changelist 283574407.danysantiago
2019-12-06Propagate qualifiers for field injections in MemberInjectors.danysantiago
2019-10-04[Dagger Refactor] Call ProvisionMethod.invoke() for all factory.get() methods.bcorso
2019-08-05Delete FrameworkDependency and it's associated infrastructureronshapiro
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-15Change component constructors and initialization methods to no longer take a ...cgdecker
2019-01-08Remove experimentalAndroidMode2 since we don't have any plans to investigate ...ronshapiro
2018-08-21Report binding graph errors once at the root component, not once per entry po...dpb
2018-06-12Rename "dagger.experimentalAndroidMode" to "dagger.fastInit"bcorso
2018-05-11Inline all constants and methods in ErrorMessages that are used only from one...dpb
2018-05-09Use CompilationSubject instead of JavaSourcesSubject.dpb
2018-04-24Add static switching providers to androidExperimentalAndroidMode2bcorso
2018-04-19Fix AndroidMode double checked locking to functionally match default mode.bcorso
2017-12-19To accelerate javac, use more-specific types for fields where they are trivia...jaredking
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-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-18Don't create private methods for dependency requests to bindings that have ze...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-14Remove unused framework fieldsronshapiro
2017-08-14Fix an issue with inlined members injection in components andronshapiro
2017-08-09Inline members injection in components and factories.ronshapiro
2017-08-03Remove all assert statements from dagger codegenronshapiro
2017-06-14Generate delegate members-injection methods for all members that need them.ronshapiro
2017-04-19Move prod compiler code and guava/jdk Optional tests from their previous mave...ronshapiro