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

[Improvement] Visualize unused methods or types #77

Open
danielkaneider opened this issue Oct 8, 2018 · 1 comment
Open

[Improvement] Visualize unused methods or types #77

danielkaneider opened this issue Oct 8, 2018 · 1 comment

Comments

@danielkaneider
Copy link

Great plugin! I noticed that it is possible to show the reference count for methods and types. Would it be possible to show that information just for unused ones? Ideally this shouldn't be aggregated with the current "Show references" setting, but rather with a new one.

Some use cases, show infos for:

  • unused (public) methods (excluding test methods)
  • unused types (without main method)
@angelozerr
Copy link
Owner

Great plugin!

Thanks!

Would it be possible to show that information just for unused ones?

Everythisng is possible :) But my goal is to move JDT CodeMining in JDT (see https://git.eclipse.org/r/#/c/126847/)

The hard thing is to provide preferences for all cases but it should keep easy to configure. And more JDT Team will decide which mining will be interesting or not.

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