-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I've been working on a larger PR to improve the S/N ratio a bit to make it practical to use. The two main changes are:
- Track whether field access/method calls are to static fields/methods
- The reachability graph only goes through methods that were actually called (as opposed to adding the full class if one method was called)
Additionally I implemented a gradle-plugin to make it more useful for my projects.
I've tested this both with local tests & on a real project with satisfactory results. Before I go on and start cleaning up the PR (mainly will need to do some research into Maven; usually use Gradle myself), is there still interest to review/maintain this plugin here? If yes, does Spotify have a public-facing style-guide I can adhere to for this PR?
Metadata
Metadata
Assignees
Labels
No labels