You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lack of generic types extraction caused a failure to return the getCalleeEntities(). For example, the code 1 and 2 below the use of information LocalVariable class is not extracted.
An implementation of the extraction of generic types in the FactsEventSourceImpl.genericTypeExtration(entity, signature) as a LOAD relation to represent the relation between this entity and all the types in signature (signature contains generic type notations).
The addition of this feature will cause some impact on getCalleeEntities() methods.
The text was updated successfully, but these errors were encountered:
The lack of generic types extraction caused a failure to return the
getCalleeEntities()
. For example, the code 1 and 2 below the use of informationLocalVariable
class is not extracted.Code Example 1
An implementation of the extraction of generic types in the
FactsEventSourceImpl.genericTypeExtration(entity, signature)
as a LOAD relation to represent the relation between this entity and all the types in signature (signature contains generic type notations).The addition of this feature will cause some impact on
getCalleeEntities()
methods.The text was updated successfully, but these errors were encountered: