mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
tests fix
This commit is contained in:
+1
-2
@@ -34,7 +34,6 @@ class C {
|
||||
|
||||
public static void main(String[] args) {
|
||||
final TestProcessor testProcessor = new TestProcessor();
|
||||
testProcessor.processMap(<warning descr="Unchecked assignment: 'java.util.HashMap' to 'java.util.Map<java.lang.String,java.lang.String>'">new HashMap()</warning>);
|
||||
// ^^^ to cdr: should resolve to TestProcessor.processMap() (at UncheckedWarningLocalInspection.java:228)
|
||||
testProcessor.processMap(new HashMap());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user