mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix NPE
This commit is contained in:
@@ -145,6 +145,10 @@ public class AndroidAutogenerator {
|
||||
}
|
||||
});
|
||||
|
||||
if (item == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
// doesn't matter, because autogenerated class is used for resolve/completion only
|
||||
final boolean debug = true;
|
||||
final BuildConfigGenerator generator = new BuildConfigGenerator(item.mySourceRootOsPath, item.myPackage, debug);
|
||||
|
||||
Reference in New Issue
Block a user