mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
writeSettings seems unneeded
This commit is contained in:
@@ -41,16 +41,6 @@ public class RawUseOfParameterizedTypeInspection extends BaseInspection {
|
||||
|
||||
@SuppressWarnings("PublicField") public boolean ignoreParametersOfOverridingMethods = false;
|
||||
|
||||
@Override
|
||||
public void writeSettings(@NotNull Element node) throws WriteExternalException {
|
||||
node.addContent(new Element("option").setAttribute("name", "ignoreObjectConstruction").setAttribute("value", String.valueOf(ignoreObjectConstruction)));
|
||||
node.addContent(new Element("option").setAttribute("name", "ignoreTypeCasts").setAttribute("value", String.valueOf(ignoreTypeCasts)));
|
||||
node.addContent(new Element("option").setAttribute("name", "ignoreUncompilable").setAttribute("value", String.valueOf(ignoreUncompilable)));
|
||||
if (ignoreParametersOfOverridingMethods) {
|
||||
node.addContent(new Element("option").setAttribute("name", "ignoreParametersOfOverridingMethods").setAttribute("value", "true"));
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
@NotNull
|
||||
public String getDisplayName() {
|
||||
|
||||
Reference in New Issue
Block a user