Viewing profile — walkmod
walkmod
HN member- Joined
- Wed, Sep 02, 2015, 7:59 AM UTC
- HN karma
- 43
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About walkmod
No profile information was provided.
Recent public activity
- story
-
comment
Comment #15716175
Thank you for your commenst :) but let me ask a question: Why do you consider them mutable? They are related into a commit and they are stored into an specific ref (it is not the d…
-
comment
Comment #15707964
A report example appears in the readme: https://github.com/rpau/junit4git#2-generate-a-test-impact-r... However, take in mind that the report is stored inside the Git repository as…
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #10160595
It is a respectable point of view, but I think that automatize some boring tasks to correct inside the code is a good idea because let you work on other more interesting tasks. In …
-
comment
Comment #10159214
Yes, but in contrast with removing unused private methods, currently there is no walkmod plugin that do this yet. We are working on adding more plugins.
-
comment
Comment #10158897
Exactly :-) Moreover, it is useful for open source projects where developers use different editors
-
comment
Comment #10158649
Yes, what I wanted to show in this example is that those elements that are "dead" can be removed (there is a plugin for it)
-
comment
Comment #10158647
Exactly, Walkmod acts as a framework for language transformations, but we have started with Java
-
comment
Comment #10158642
Walkmod also allows (for Java) to work with the syntanctic and semantic information. So, for example it can remove unused elements (e.g variables).
- story