Status: New
Owner: ----

New issue 700 by [email protected]: binding order matters when requireExplicitBindings is on
http://code.google.com/p/google-guice/issues/detail?id=700

See the attached test case, it fails with

1) Explicit bindings are required and com.google.apps.framework.producers.GuicePocTest$A is not explicitly bound.
  while locating com.google.apps.framework.producers.GuicePocTest$A
for parameter 0 at com.google.apps.framework.producers.GuicePocTest$BImpl.<init>(GuicePocTest.java:17) at com.google.apps.framework.producers.GuicePocTest$1.configure(GuicePocTest.java:25)

When reversing the binding order (first A, then B), it passes.

Attachments:
        GuicePocTest.java  717 bytes

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to