mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
NPE (17007)
This commit is contained in:
@@ -896,7 +896,7 @@ public class ClasspathPanel extends JPanel {
|
||||
if (columnIndex == EXPORT_COLUMN) {
|
||||
item.setExported(((Boolean)aValue).booleanValue());
|
||||
}
|
||||
else if (columnIndex == SCOPE_COLUMN) {
|
||||
else if (columnIndex == SCOPE_COLUMN && aValue instanceof DependencyScope) {
|
||||
item.setScope((DependencyScope) aValue);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user