Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(57)

Issue 165095: Fixed super-class extension wildcards (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 6 months ago by Aragos
Modified:
16 years, 5 months ago
Reviewers:
t.broyer
CC:
google-gin_googlegroups.com
Base URL:
http://google-gin.googlecode.com/svn/trunk/
Visibility:
Public.

Description

A<? super B> was incorrectly treated as A<? extends B> by Gin. Added test and fix.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -1 line) Patch
src/com/google/gwt/inject/rebind/util/KeyUtil.java View 1 chunk +1 line, -1 line 0 comments Download
test/com/google/gwt/inject/client/generics/GenericsGinModule.java View 2 chunks +12 lines, -0 lines 0 comments Download
test/com/google/gwt/inject/client/generics/GenericsGinjector.java View 1 chunk +2 lines, -0 lines 0 comments Download
test/com/google/gwt/inject/client/generics/GenericsTest.java View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 2
t.broyer
This one's so straightforward that LGTM. Note however that I cannot currently apply the patch ...
16 years, 5 months ago (2009-12-21 22:35:44 UTC) #1
Aragos
16 years, 5 months ago (2009-12-21 22:59:41 UTC) #2
On 2009/12/21 22:35:44, t.broyer wrote:
> This one's so straightforward that LGTM.
> 
> Note however that I cannot currently apply the patch to see if the tests
> actually pass, but the fix *looks* OK (by just reading the diffs).

Thanks for the review! I ran the tests locally against gwt 2.0 (no other changes
in the client) and they all passed, so I'll commit the change.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b