mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
IDEA-187224: test fixed (beforeStringSubstringLength.java was not added mistakenly)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Fix all 'Redundant String operation' problems in file" "true"
|
||||
class Foo {
|
||||
void test(String s) {
|
||||
String s1 = s.substring(1, s.leng<caret>th());
|
||||
String s2 = s.substring(2, s1.length());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user