xiaodududu / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 0 forks source link

Multibinding with Set and Map with same valueType not working properly #710

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Description of the issue:  When using multibindings to have a Map and a Set 
with the same valueType, objects added to the Map are also being added to the 
Set.  Note that if the valueType is not exactly the same, it works as expected.

Steps to reproduce:
1.  Run the attached unittest and see the failure.
2.
3.

Original issue reported on code.google.com by slower...@gmail.com on 6 Jun 2012 at 4:51

Attachments:

GoogleCodeExporter commented 9 years ago
This should already be fixed in git head.

Original comment by sberlin on 6 Jun 2012 at 4:57

GoogleCodeExporter commented 9 years ago
Any idea when this will be in a release?

Original comment by slower...@gmail.com on 6 Jun 2012 at 5:00