mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
framework detection: @NotNull and assertions added to find problematic plugin which incorrectly returns null from FacetBasedFrameworkDetector#getFacetType (EA-78816)
This commit is contained in:
@@ -80,6 +80,7 @@ public class PythonFacetType extends FacetType<PythonFacet, PythonFacetConfigura
|
||||
super("python");
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public FacetType<PythonFacet, PythonFacetConfiguration> getFacetType() {
|
||||
return PythonFacetType.getInstance();
|
||||
|
||||
Reference in New Issue
Block a user