enable "Boxing of already boxed value" inspection by default

This commit is contained in:
Bas Leijdekkers
2011-02-05 16:11:41 +01:00
parent f9080539fe
commit 9758cafe2c
@@ -49,6 +49,11 @@ public class BoxingBoxedValueInspection extends BaseInspection {
boxedPrimitiveMap.put(CommonClassNames.JAVA_LANG_CHARACTER, "char");
}
@Override
public boolean isEnabledByDefault() {
return true;
}
@Nls
@NotNull
@Override