-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add a simple http server for agent #106
Comments
This feature makes me quite careful about analyzing dead code.
Therefore, I think your suggestions will be confusing for users. Also, scavenger provides What do you think, @sohyun-ku and @kojandy ? |
Indeed it is less reliable to detect dead code using only realtime data of a single host. But I consider the result to be the hint of dead code , eventually removing these code needs double check by the developers. |
As you say, I agree that real-time data is a hint, but I also think that judgment of dead code by real-time data can be a point of failure.
I think it would be very helpful if you could tell us things about permissions and configurations to add features. (_ _) |
I find it quiet difficult to deploy all these components. The realtime comparison between the code base and the invocation on a single host is enough for me to delete code. So I wrote a simple http server (com.sun.net.httpserver.HttpServer) to expose the results. In this way I only need to deploy the agent and get the dead methods by http. Would you like this feature? I'm happy to raise a PR.
The text was updated successfully, but these errors were encountered: