Commit 0040f80
committed
inferTypeVariables: avoid recursive bounds
Previously we were recursively checking bounds of type variables even if
those bounds were themselves recursive. This would create duplicate
mappings that worked incidentally because the values were the same
(since recursive) but this behavior broke in the change to recurse to
raw types instead (avoiding infinite recursion errors)1 parent cd4cceb commit 0040f80
File tree
1 file changed
+1
-1
lines changed- scijava-types/src/main/java/org/scijava/types/inference
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
608 | | - | |
| 608 | + | |
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
| |||
0 commit comments