IDEA-184825 "Redundant String operation" inspection - rename 'Delete element' to 'Delete argument'

This commit is contained in:
Tagir Valeev
2018-01-12 11:44:40 +07:00
parent 3a3e1ee369
commit 30b3d4a558
6 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
// "Delete element" "true"
// "Remove argument" "true"
class Foo {
public static void main(String[] args) {
System.out.println();

View File

@@ -1,4 +1,4 @@
// "Delete element" "true"
// "Remove argument" "true"
class Foo {
public static void main(String[] args) {
StringBuilder s = new StringBuilder();

View File

@@ -1,4 +1,4 @@
// "Delete element" "true"
// "Remove argument" "true"
class Foo {
public static void main(String[] args) {
System.out.println("<caret>");

View File

@@ -1,4 +1,4 @@
// "Delete element" "true"
// "Remove argument" "true"
class Foo {
public static void main(String[] args) {
StringBuilder s = new StringBuilder(("<caret>"));