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 RuntimeHintsAgent records all invocations to instrumented methods as RecordedInvocation. They retain a reference to the actual object instance in case of virtual invocations; in case of static invocations, this is set to null. Several methods in RecordedInvocation and RuntimeHintsInvocationsAssert do not take this nullability into account properly.
RecordedInvocation also incorrectly resolves the TypeReference of those recorded instances.
The text was updated successfully, but these errors were encountered:
The
RuntimeHintsAgent
records all invocations to instrumented methods asRecordedInvocation
. They retain a reference to the actual object instance in case of virtual invocations; in case of static invocations, this is set tonull
. Several methods inRecordedInvocation
andRuntimeHintsInvocationsAssert
do not take this nullability into account properly.RecordedInvocation
also incorrectly resolves theTypeReference
of those recorded instances.The text was updated successfully, but these errors were encountered: