more consistent Java inspection names

GitOrigin-RevId: 5c958dfd8b5f55e9e5bede82be5015c3299dd16e
This commit is contained in:
Bas Leijdekkers
2021-12-19 12:50:54 +01:00
committed by intellij-monorepo-bot
parent 6fecec667a
commit ed2c73e98c
44 changed files with 142 additions and 141 deletions

View File

@@ -1,4 +1,4 @@
// "Fix all 'Integer multiplication or shift implicitly cast to long' problems in file" "true"
// "Fix all 'Integer multiplication or shift implicitly cast to 'long'' problems in file" "true"
class Test {
void test(int a, int b) {
long c = <caret>a * 2;