Ben Bader

Results 23 issues of Ben Bader
trafficstars

Pros: - remove stupid `Injects = new[] { typeof(Foo) }` boilerplate Cons: - Inheritance complicates this - `Container.Add` complicates this - At some point, we have to determine just what...

Stack trace (with identifying names obfuscated): ``` Graph visualization failed. Please report this as a bug. javax.annotation.processing.FilerException: Source file already created: /AppName/.apt_generated/com/corp/app/ApplicationModule.dot at org.eclipse.jdt.internal.apt.pluggable.core.filer.IdeFilerImpl.createResource(IdeFilerImpl.java:96) at dagger.internal.codegen.GraphAnalysisProcessor.writeDotFile(GraphAnalysisProcessor.java:328) at dagger.internal.codegen.GraphAnalysisProcessor.process(GraphAnalysisProcessor.java:116) at org.eclipse.jdt.internal.compiler.apt.dispatch.RoundDispatcher.handleProcessor(RoundDispatcher.java:139)...