aboutsummaryrefslogtreecommitdiff
path: root/javatests/dagger/internal/codegen/OptionalBindingRequestFulfillmentTest.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
2020-09-01Internal changeDagger Team
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-04-09Make Java 7 compatibility work-arounds conditional on the source versioncushon
2019-01-18Use shorter names for the proxy methods on factories.ronshapiro
2018-10-03Initial version of Producer cancellation that doesn't change the type of any ...cgdecker
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-04-18Remove unnecessary volatile reads in single check implementationsbcorso
2018-03-22Add Caching to SwitchingProvider implementationbcorso
2018-03-22Replace anonymous Providers with SwitchProvidersbcorso
2017-12-21Always parameterize Optional.<Foo>absent/emtpy() to fix a javac7 issueronshapiro
2017-12-14Use JavaFileObjectSubject.containsElementsIn to simplify our testsronshapiro
2017-12-08Inline checkNotNull invocations into proxy methodsronshapiro
2017-10-19Don't use PrivateMethodBindingExpressions when the binding's FactoryCreationS...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-09Enable non-Instance DependencyRequests in PrivateMethodBindingExpression.bcorso
2017-09-28Add DependencyMethodBindingExpression and use it to handle instance dependenc...bcorso
2017-09-28Automated rollback of 7fbd46c6ronshapiro
2017-09-28Remove dagger1 compatability in ProductionExecutorModulesronshapiro
2017-08-14Remove unused framework fieldsronshapiro
2017-08-03Remove all assert statements from dagger codegenronshapiro
2017-08-03Add null-checking for non-nullable @Provides methods that are inlined or prox...dpb
2017-07-05Inline requests for optional bindingsronshapiro