stevenschlansker opened a new pull request, #2265:
URL: https://github.com/apache/fury/pull/2265

   ## What does this PR do?
   
   Given a typed-identifier type `class Id<T> { int id; }` and a `class T { 
Id<T> id; }`, Fury incorrectly reports a type cycle of T, but the Id type does 
not actually have any property of type T.
   This is due to over-eager expansion of bean types in the type utils - all 
generic types are assumed to be used as property types, which is not always 
correct.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to