Files
openide/java/java-tests/testData/codeInsight/underscoresInLiterals
Nikita Eshkeev 56e2ab354d [codeInsight][cleanup] IDEA-153125 Create inspection to match the intention "Insert underscores into literal"
This patch cleans up the code according to the code review. The changes
include:

1. Renamig insert underscores into numeric literals inspection
2. Silently exiting ConvertNumericLiteralQuickFix#applyFix if there is
no PsiElement found in ProblemDescriptor
3. Grammar cleanup

Signed-off-by: Nikita Eshkeev <nikita.eshkeev@jetbrains.com>

GitOrigin-RevId: 3f913dd73fb11b8735a3505091a9ea87238eac4f
2020-04-10 10:04:03 +00:00
..