mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
hide generified api warning when derived class is used which 'raw'-inherits the changed jdk class
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<problems/>
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class Test {
|
||||
private AbstractCCM<String> myModel;
|
||||
}
|
||||
|
||||
abstract class AbstractCCM<T> extends javax.swing.AbstractListModel {}
|
||||
Reference in New Issue
Block a user