Always provide not null project in scope for JavaClassFinderImpl
This commit is contained in:
+7
@@ -71,6 +71,13 @@ public class JavaClassFinderImpl implements JavaClassFinder {
|
|||||||
}
|
}
|
||||||
return compare;
|
return compare;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//NOTE: expected by class finder to be not null
|
||||||
|
@NotNull
|
||||||
|
@Override
|
||||||
|
public Project getProject() {
|
||||||
|
return project;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
javaFacade = new JavaPsiFacadeKotlinHacks(project);
|
javaFacade = new JavaPsiFacadeKotlinHacks(project);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user