Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selective scope for OverriddenMethodsResolver #8

Closed
dozmus opened this issue Jul 20, 2018 · 1 comment
Closed

Selective scope for OverriddenMethodsResolver #8

dozmus opened this issue Jul 20, 2018 · 1 comment
Labels
csar-java enhancement A non-functional change

Comments

@dozmus
Copy link
Owner

dozmus commented Jul 20, 2018

The results of the OverriddenMethodsResolver are only used in searching for overridden methods. This means that can do not have to compute whether every single method is overridden or not, but rather just candidate results (i.e. methods whose descriptions match the query description, minus the overridden field).

This will increase performance.

@dozmus dozmus added enhancement A non-functional change csar-java labels Jul 20, 2018
@dozmus dozmus changed the title Limit use of OverriddenMethodsResolver Selective scope for OverriddenMethodsResolver Jul 22, 2018
@dozmus
Copy link
Owner Author

dozmus commented Jul 22, 2018

b9687d7

@dozmus dozmus closed this as completed Jul 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
csar-java enhancement A non-functional change
Projects
None yet
Development

No branches or pull requests

1 participant