jenkinsci / embeddable-build-status-plugin

Embed build status of Jenkins jobs in web pages
https://plugins.jenkins.io/embeddable-build-status/
MIT License
166 stars 261 forks source link

Prefer non-wildcard imports, even for tests #254

Closed MarkEWaite closed 1 year ago

MarkEWaite commented 1 year ago

Prefer non-wildcard imports, even in tests

The wildcard imoprt is more difficult to read.

Thanks to OpenRewrite for the steps that started this change.

https://docs.openrewrite.org/recipes/java/testing/junit5/usehamcrestassertthat

Testing done

Confirmed tests pass with Java 21 on Linux.

Submitter checklist