Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
dagger2
/
c8c6c0534def5f3b9881d277db7eb6e19fd25a08
/
java
/
dagger
/
internal
/
codegen
/
CodeBlocks.java
c8c6c05
Add null-checking for non-nullable @Provides methods that are inlined or proxied.
by dpb
· 8 years ago
3a179ec
Move prod compiler code and guava/jdk Optional tests from their previous maven structure (src/{main,test}/) to the {java,javatest}/ model typical to bazel
by ronshapiro
· 9 years ago
[Renamed from compiler/src/main/java/dagger/internal/codegen/CodeBlocks.java]
f5447bc
Collect should be used with factories that return new collections
by cushon
· 9 years ago
57f302c
Make injection of core Android types easier.
by ronshapiro
· 9 years ago
1ab10de
Add collectors for CodeBlocks. This is missing some of the permutations that we will eventually want/need, but it seemed weird to add them without usages and the cleanup to the callers is easy enough, but non-trivial.
by gak
· 9 years ago
00a6fb1
Generate static methods in our factory implementations to provide a publicly accessible way to invoke package-private methods and constructors. Then, use those proxy methods directly to fulfill requests that don't require Providers.
by gak
· 9 years ago
6624110
Java 8. Shit just got real. (redux)
by gak
· 9 years ago
f370e19
Introduce RequestFulfillment as a way to model the operation that turns the logical concept of a binding into a CodeBlock suitable for preforming the operation requested by a DependencyRequest.
by gak
· 9 years ago
1b65b6a
Add blank line above package declaration
by dpb
· 9 years ago
5dde42d
Clean up opensource repo; remove Dagger 1 references
by ronshapiro
· 9 years ago
b9158d8
Use features added in JavaPoet 1.6.0
by ronshapiro
· 10 years ago
ea019be
Add static utility methods into dagger internal for use in generated code:
by gak
· 10 years ago
6475f47
Remove JavaWriter from Dagger
by ronshapiro
· 10 years ago
f22babc
Convert AbstractComponentWriter to use JavaPoet instead of JavaWriter.
by ronshapiro
· 10 years ago
96f7514
Convert ProducerFactoryGenerator -> JavaPoet
by ronshapiro
· 10 years ago
9540fb2
Convert FactoryGenerator to use JavaPoet
by ronshapiro
· 10 years ago
732e502
Roll forward of [] This fixes an issue where shadowed fields of types requesting a MembersInjector would generate Provider<> fields with the same name.
by ronshapiro
· 10 years ago
8225162
Automated g4 rollback of changelist 111551482.
by tonycuadra
· 10 years ago
3bfdd50
Create a JavaPoet SourceFileGenerator to begin javawriter -> javapoet migration
by ronshapiro
· 10 years ago