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 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.
The text was updated successfully, but these errors were encountered:
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:
Go to definition for
foo
works nicely when foo is defined in the class oftestBean1
, but it does not work whenfoo
is defined in a superclass oftestBean1
.The text was updated successfully, but these errors were encountered: