Skip to content

Go To Definition in SpEL expressions does not find methods in type hierarchy #1370

Open
@martinlippert

Description

@martinlippert

The definition provider for SpEL expressions support the Go To Definition functionality for method names mentioned in expressions, but it can't find those methods when they are defined in supertypes.

Example:

#{@testBean1.foo()}

Go to definition for foo works nicely when foo is defined in the class of testBean1, but it does not work when foo is defined in a superclass of testBean1.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions