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

Remove unnecessary classes #904

Closed
TimvdLippe opened this issue Jan 23, 2017 · 0 comments
Closed

Remove unnecessary classes #904

TimvdLippe opened this issue Jan 23, 2017 · 0 comments

Comments

@TimvdLippe
Copy link
Contributor

Looking at https://codecov.io/gh/mockito/mockito/list/e92b0be0c6362157e2c8ae349a2b9d1295065d2e/src and sorting it by coverage, it appears that there are some classes that are completely untested. Taking another closer look reveals some candidate classes that can be removed. For example MockitoLimitations is only used in the Reporter, the field can therefore be placed in the Reporter directly.

There are also some debugging and util classes that seem unused. If we do decide to retain them, I think we should test them to actually make sure they are working properly.

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