mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
provide remove assignment fix for silly assignment inspection (IDEA-125993)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Remove redundant assignment" "true"
|
||||
class A {
|
||||
{
|
||||
String ss = "";
|
||||
|
||||
}
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// "Remove redundant assignment" "true"
|
||||
class A {
|
||||
{
|
||||
String ss = "";
|
||||
|
||||
s<caret>s = ss;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user