mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
register JList as generified compared to java 1.6
This commit is contained in:
+1
@@ -78,6 +78,7 @@ public class Java15APIUsageInspectionBase extends BaseJavaBatchLocalInspectionTo
|
||||
static {
|
||||
ourGenerifiedClasses.add("javax.swing.JComboBox");
|
||||
ourGenerifiedClasses.add("javax.swing.ListModel");
|
||||
ourGenerifiedClasses.add("javax.swing.JList");
|
||||
}
|
||||
|
||||
protected LanguageLevel myEffectiveLanguageLevel = null;
|
||||
|
||||
Reference in New Issue
Block a user