Skip to content

Conversation

@Strum355
Copy link
Contributor

Fixes #307

Unfortunately, the referenced method in a member reference tree node doesn't have a child node. In the example of this.getThis().getThis().getThis()::supplyFoo, the only descendant nodes are this and each getThis. For that reason, this approach uses a basic text search starting from the end position of the member reference tree node.

Copy link
Contributor

@olafurpg olafurpg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 The fix looks good OK given the constraints.

@Strum355 Strum355 merged commit c1bd87d into main Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Method reference is not broken into sections

3 participants