Skip to content

Set propertyResolved after evaluating the AbstractCallableMethod#708

Merged
jasmith-hs merged 2 commits into
masterfrom
property-resolved
Jul 13, 2021
Merged

Set propertyResolved after evaluating the AbstractCallableMethod#708
jasmith-hs merged 2 commits into
masterfrom
property-resolved

Conversation

@jasmith-hs

Copy link
Copy Markdown
Contributor

This is more in line with the other delegates for resolving properties. Currently, when this is called first, if there are any unresolved properties within the method, (since the ELContext is shared), then we'll think that the method could not be resolved, even if it was. By setting propertyResolved to true after the operation takes place, we ensure that the boolean value represents whether the current method was resolved, rather than some nested property being resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant