mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
enable 'long literal ending with l -> L' inspection by default (IDEA-120486)
This commit is contained in:
+1
-1
@@ -1860,7 +1860,7 @@
|
||||
implementationClass="com.siyeh.ig.numeric.IntLiteralMayBeLongLiteralInspection"/>
|
||||
<localInspection groupPath="Java" language="JAVA" suppressId="LongLiteralEndingWithLowercaseL" shortName="LongLiteralsEndingWithLowercaseL"
|
||||
bundle="com.siyeh.InspectionGadgetsBundle" key="long.literals.ending.with.lowercase.l.display.name"
|
||||
groupBundle="messages.InspectionsBundle" groupKey="group.names.numeric.issues" enabledByDefault="false" level="WARNING"
|
||||
groupBundle="messages.InspectionsBundle" groupKey="group.names.numeric.issues" enabledByDefault="true" level="WARNING"
|
||||
implementationClass="com.siyeh.ig.numeric.LongLiteralsEndingWithLowercaseLInspection"/>
|
||||
<localInspection groupPath="Java" language="JAVA" shortName="NonReproducibleMathCall" bundle="com.siyeh.InspectionGadgetsBundle"
|
||||
key="non.reproducible.math.call.display.name" groupBundle="messages.InspectionsBundle"
|
||||
|
||||
Reference in New Issue
Block a user