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

Javadoc Parser profiling to be coupled with antlr diff tool #261

Open
voidfist opened this issue Aug 9, 2017 · 0 comments
Open

Javadoc Parser profiling to be coupled with antlr diff tool #261

voidfist opened this issue Aug 9, 2017 · 0 comments

Comments

@voidfist
Copy link

voidfist commented Aug 9, 2017

Right now a mininmal effor work has been done in this area which can be seen at master...ps-sp:docparseprof. These changes are designed so as to work with slightly updated checkstyle. As has been pointed out in 4643#issuecomment we can either make CS account the concerned methods' execution time and log it through some listener or we can use a patch (right now git cherry-pick is being used and top commit from the updated checkstyle branch is being cherry picked).

Also, the more dynamism can be added to this approach by parsing checkstlye source files and making a note of all the System.out.println("Time by...") and then accordingly grabbing all the times and printing it in the final report.

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

1 participant