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

Utility Regression #6

Open
rnveach opened this issue Jun 5, 2017 · 0 comments
Open

Utility Regression #6

rnveach opened this issue Jun 5, 2017 · 0 comments
Assignees

Comments

@rnveach
Copy link
Member

rnveach commented Jun 5, 2017

We have many utilities that our modules rely on.
Example: https://github.com/checkstyle/checkstyle/tree/master/src/main/java/com/puppycrawl/tools/checkstyle/utils

If we make a change to them, we need to run regression on the modules that rely on them.

First we need to identify which methods in the utilities were changed.
Then we need to identify which modules are affected. We can do this by looking at import statements and then looking for those methods to be called in the module.
We have to beware of utilities that call other utilities as we need to be able to trace all of them back to their modules that use them.

I think anything that is not a module, grammar/antlr, or test should be considered a possible utility.

This is blocked by #5 .

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

2 participants