You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
We should have automated support that renders warnings when using ugly and discouraged JUnit asserts. I am fighting against the wind in OASP to get rid of them and new contributors keep on introducing this bad and obsolete style.
We should use checkstyle to render a warning/error if org.junit.Assert is used (junit.framework.Assert already is deprecated): http://checkstyle.sourceforge.net/config_imports.html#IllegalImport
The text was updated successfully, but these errors were encountered:
We should have automated support that renders warnings when using ugly and discouraged JUnit asserts. I am fighting against the wind in OASP to get rid of them and new contributors keep on introducing this bad and obsolete style.
We should use checkstyle to render a warning/error if
org.junit.Assert
is used (junit.framework.Assert
already is deprecated):http://checkstyle.sourceforge.net/config_imports.html#IllegalImport
The text was updated successfully, but these errors were encountered: