On Apr 22, 3:11 am, Max Bowsher <[email protected]> wrote: > On further inspection, it turns out that about a third are general > utility common code. I would like to propose that such classes move to > com.google.inject.internal.util (or similar) to render the package > containing the core internal logic of Guice less crowded.
Moving these classes is a fine idea, but it will cause pain for any developer who has mistakenly imported Guice's ImmutableSet (etc.) rather than that from Guava. Unfortunately IDEs have a habit of importing the wrong package on a user's behalf, which makes this mistake somewhat common. This doesn't rule out the change completely, but it does make it significantly less compelling. -- 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.
