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 star imports and unused imports #170

Merged
merged 1 commit into from
Oct 8, 2021
Merged

Remove star imports and unused imports #170

merged 1 commit into from
Oct 8, 2021

Conversation

basil
Copy link
Member

@basil basil commented Aug 14, 2021

Replaces start imports with explicit imports and removes unused imports. The former allows us to migrate from the deprecated org.junit.Assert.assertThat to the non-deprecated org.hamcrest.MatcherAssert.assertThat.

@olamy olamy merged commit 02a7752 into jenkinsci:master Oct 8, 2021
@basil basil deleted the assert branch October 12, 2021 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants