aboutsummaryrefslogtreecommitdiff
path: root/javatests/dagger/internal/codegen/ModuleFactoryGeneratorTest.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-10-27Don't reference the error message string in generated code. Previous post-opt...Dagger Team
2020-09-01Internal changeDagger Team
2019-10-08Wrap static _Factory.INSTANCE fields in an InstanceHolder class.bcorso
2019-06-06Suppress unchecked+rawtypes warnings on all Dagger generated code.ronshapiro
2019-03-17Allow public modules to include non-public modules when those included module...cgdecker
2019-03-17Remove usage of weird formatErrorMessage() in (Producer)ModuleFactoryGenerato...cgdecker
2019-03-17Fix some weird logic in ModuleValidator.cgdecker
2019-03-17Report an error for scopes on @Multibinds methods. We may at some point want ...ronshapiro
2019-01-18Use shorter names for the proxy methods on factories.ronshapiro
2019-01-08Remove experimentalAndroidMode2 since we don't have any plans to investigate ...ronshapiro
2018-08-09Check dependency requests for multiple qualifiers, wildcard types, and provid...dpb
2018-08-06Make compilation tests consistently treat multi-line expected errors.dpb
2018-05-25Report an error for binding methods that have more than one scope annotation,...dpb
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-11Delegate to proxy/new method in Factory.get() methodsbcorso
2017-12-20Make a ProvisionBinding for all requests of MembersInjector<T>ronshapiro
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-08Inline checkNotNull invocations into proxy methodsronshapiro
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-08-03Use Object as a parameter in proxy methods only if **raw** type is inaccessible.gak
2017-04-19Move prod compiler code and guava/jdk Optional tests from their previous mave...ronshapiro