File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spotbugs-tests/src/test/java/edu/umd/cs/findbugs/detect Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
import static org .hamcrest .MatcherAssert .assertThat ;
5
5
import static org .hamcrest .Matchers .hasItem ;
6
6
7
- import org .junit .Test ;
7
+ import org .junit .jupiter . api . Test ;
8
8
9
9
import edu .umd .cs .findbugs .AbstractIntegrationTest ;
10
10
import edu .umd .cs .findbugs .test .matcher .BugInstanceMatcher ;
11
11
import edu .umd .cs .findbugs .test .matcher .BugInstanceMatcherBuilder ;
12
12
13
- public class UnnecessaryEnvUsageTest extends AbstractIntegrationTest {
13
+ class UnnecessaryEnvUsageTest extends AbstractIntegrationTest {
14
14
@ Test
15
- public void testingVariuosEnvUsages () {
15
+ void testingVariuosEnvUsages () {
16
16
performAnalysis ("UnnecessaryEnvUsage.class" );
17
17
assertBug (2 );
18
18
assertBug ("replaceableEnvUsage" , 3 );
You can’t perform that action at this time.
0 commit comments