framework detection: @NotNull and assertions added to find problematic plugin which incorrectly returns null from FacetBasedFrameworkDetector#getFacetType (EA-78816)

This commit is contained in:
nik
2016-10-07 10:07:07 +03:00
parent 2352e05560
commit 7b20b02967
4 changed files with 12 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ public class PythonFacetType extends FacetType<PythonFacet, PythonFacetConfigura
super("python");
}
@NotNull
@Override
public FacetType<PythonFacet, PythonFacetConfiguration> getFacetType() {
return PythonFacetType.getInstance();