Commit 827395e
TypeVariables can be satisfied using typeVarAssigns
This change broke a test in MatchingUtils because it was calling
Types.isAssignable without passing in a HashMap. This solution might not
be the best one but the fix does ensure that we get the expected
behavior from the test1 parent 718bacb commit 827395e
2 files changed
Lines changed: 7 additions & 1 deletion
File tree
- src
- main/java/org/scijava/util
- test/java/org/scijava/ops/util
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2237 | 2237 | | |
2238 | 2238 | | |
2239 | 2239 | | |
| 2240 | + | |
| 2241 | + | |
| 2242 | + | |
| 2243 | + | |
| 2244 | + | |
2240 | 2245 | | |
2241 | 2246 | | |
2242 | 2247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments