mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
more consistent Java inspection names
GitOrigin-RevId: 5c958dfd8b5f55e9e5bede82be5015c3299dd16e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6fecec667a
commit
ed2c73e98c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user