Open
Description
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
.