mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Java: remove redundant 'non-static' wording and update qhelp
This commit is contained in:
@@ -30,7 +30,7 @@ public class AnnotationTest {
|
||||
}
|
||||
}
|
||||
|
||||
public static class Test5 { // COMPLIANT: Static inner test classes don't need `@Nested`
|
||||
public static class Test5 { // COMPLIANT: Static nested test classes don't need `@Nested`
|
||||
@Test
|
||||
public void test() {
|
||||
}
|
||||
@@ -45,7 +45,7 @@ public class AnnotationTest {
|
||||
}
|
||||
}
|
||||
|
||||
public abstract class Test7 { // COMPLIANT: Abstract inner test classes don't need `@Nested`
|
||||
public abstract class Test7 { // COMPLIANT: Abstract nested test classes don't need `@Nested`
|
||||
@Test
|
||||
public void test() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user