NPE for ResolvedRecursiveType
in 2.8.0 due to caching
#1302
Milestone
ResolvedRecursiveType
in 2.8.0 due to caching
#1302
Looks like there is a problem with caching of generic types with self-referential types.
It results in exceptions like:
due to partially resolved self-reference. Note that this only happens if generic type is of something with self-referencial type parameter.
There are multiple potential ways to solve this; one would be to try to detect existence of
ResolvedRecursiveType
; another to ensure thatResolvedRecursiveType.equals()
can deal with not-yet-referenced state.The text was updated successfully, but these errors were encountered: