mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 13:15:25 +07:00
IDEA-120784 "Class is public should be declared in a file named <Classname>.java" for inner interface
This commit is contained in:
@@ -5,7 +5,7 @@ import java.lang.*;
|
||||
import java.lang.AssertionError;
|
||||
import java.lang.IllegalArgumentException;
|
||||
|
||||
public class AssertIsNotNull {
|
||||
class AssertIsNotNull {
|
||||
void bar(String s, String s1) {
|
||||
if (<warning descr="Condition 's == null && trimIfNotNull(s) != null' is always 'false'">s == null && <warning descr="Condition 'trimIfNotNull(s) != null' is always 'false' when reached">trimIfNotNull(s) != null</warning></warning>) {
|
||||
throw new AssertionError();
|
||||
|
||||
Reference in New Issue
Block a user