mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
replace with setter: skip non-primitive assignment (IDEA-133102)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Replace with setter" "false"
|
||||
import java.io.File;
|
||||
|
||||
class Foo {
|
||||
void foo(File f) {
|
||||
f.<caret>path += "//";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user