-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug