google-code-export / google-guice

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

WildcardTypeImpl constructor argument check fails #352

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
src/com/google/inject/internal/MoreTypes.java:580-581
The first line checks the length of the upperBounds array, but on error it
reports an error on lowerBounds.
The second line states a stronger condision for the same array.

Original issue reported on code.google.com by sebcs...@gmail.com on 2 Apr 2009 at 8:08

GoogleCodeExporter commented 9 years ago
Good catch! Fixed with r925.

Original comment by limpbizkit on 3 Apr 2009 at 7:07