Adds new refactoring rule in the Eclipse and Maven Plugins.
February 22, 2021 - 15:29
New Version
Features
jSparrow Eclipse Plugin and Maven Plugin
New Rule:
Replaced JUnit 4 Annotations with JUnit Jupiter - This rule offers a stepwise transition to JUnit 5 by replacing JUnit 4 annotations @Test, @Ignore, @Before, @BeforeClass, @After and @AfterClass with their corresponding Jupiter alternatives.
Use Secure Random - The rule ID changes from UseSecureRandomRule to UseSecureRandom.