angelozerr / jdt-codemining

Eclipse plugin for JDT Java CodeMining
Eclipse Public License 1.0
298 stars 15 forks source link

[Improvement] Visualize unused methods or types #77

Open danielkaneider opened 5 years ago

danielkaneider commented 5 years ago

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:

angelozerr commented 5 years ago

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.