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

When a method is overridden, rank the supertypes' method higher #25

Open
Ahnfelt opened this issue Nov 14, 2011 · 1 comment
Open

When a method is overridden, rank the supertypes' method higher #25

Ahnfelt opened this issue Nov 14, 2011 · 1 comment

Comments

@Ahnfelt
Copy link

Ahnfelt commented Nov 14, 2011

If you search for "flatMap" the first result is SystemProperties.flatMap, which is unlikely to be what you're trying to find. This method overrides TraversableLike.flatMap, which is much more likely to be the one you're searching for. However, it's not even on the first page. There's also no indication that the method is overridden.

PS. This is a great project, and I will certainly use this on a daily basis. Thank you for making it!

@ornicar
Copy link
Owner

ornicar commented Nov 14, 2011

hhmmm. yep, that may be a solution.

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

No branches or pull requests

2 participants