mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
enable "Boxing of already boxed value" inspection by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user