mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-06 05:10:22 +07:00
IDEA-184825 "Redundant String operation" inspection - rename 'Delete element' to 'Delete argument'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Delete element" "true"
|
||||
// "Remove argument" "true"
|
||||
class Foo {
|
||||
public static void main(String[] args) {
|
||||
System.out.println();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Delete element" "true"
|
||||
// "Remove argument" "true"
|
||||
class Foo {
|
||||
public static void main(String[] args) {
|
||||
StringBuilder s = new StringBuilder();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Delete element" "true"
|
||||
// "Remove argument" "true"
|
||||
class Foo {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("<caret>");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Delete element" "true"
|
||||
// "Remove argument" "true"
|
||||
class Foo {
|
||||
public static void main(String[] args) {
|
||||
StringBuilder s = new StringBuilder(("<caret>"));
|
||||
|
||||
Reference in New Issue
Block a user