Andrey.Cherkasov
|
8cebcabdc1
|
[java-inspections] RedundantStringOperation: suggest a more suitable quick-fix
IDEA-296617
GitOrigin-RevId: 03e7b3d6c733e8630e29a5867dc715daf5c1d2a9
|
2022-06-24 02:20:54 +00:00 |
|
Bas Leijdekkers
|
ed2c73e98c
|
more consistent Java inspection names
GitOrigin-RevId: 5c958dfd8b5f55e9e5bede82be5015c3299dd16e
|
2021-12-20 10:55:14 +00:00 |
|
Tagir Valeev
|
25dc0f385c
|
s.substring(s.length()-fooLen).equals(foo) -> s.endsWith(foo)
GitOrigin-RevId: 5dbd78e6359770f9680ef25dcf699297b5a28e46
|
2019-11-24 02:05:56 +00:00 |
|
Tagir Valeev
|
476b3ff5bb
|
substring(x, x+y.length()).equals(y) -> startsWith(y, x) (IDEA-226148, case#1)
GitOrigin-RevId: 04fe1be3e9f48783ad8d95897497ea55109453f5
|
2019-11-22 06:36:34 +00:00 |
|