Fixed AddFunctionParametersFix test data output
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
406e863a73
commit
17e6e88176
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add 'int' as 1st parameter to method 'K'" "true"
|
||||
// "Add 'int' as 1st parameter to constructor 'K'" "true"
|
||||
|
||||
public class J {
|
||||
void foo() {
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add 'int' as 1st parameter to method 'K'" "true"
|
||||
// "Add 'int' as 1st parameter to constructor 'K'" "true"
|
||||
|
||||
public class J {
|
||||
void foo() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add 'int' as 1st parameter to method 'K'" "true"
|
||||
// "Add 'int' as 1st parameter to constructor 'K'" "true"
|
||||
|
||||
public class J {
|
||||
void foo() {
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add 'int' as 1st parameter to method 'K'" "true"
|
||||
// "Add 'int' as 1st parameter to constructor 'K'" "true"
|
||||
|
||||
public class J {
|
||||
void foo() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add 'int' as 1st parameter to method 'K'" "true"
|
||||
// "Add 'int' as 1st parameter to constructor 'K'" "true"
|
||||
|
||||
public class J {
|
||||
void foo() {
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add 'int' as 1st parameter to method 'K'" "true"
|
||||
// "Add 'int' as 1st parameter to constructor 'K'" "true"
|
||||
|
||||
public class J {
|
||||
void foo() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Change 2nd parameter of method 'K' from 'boolean' to 'String'" "true"
|
||||
// "Change 2nd parameter of constructor 'K' from 'boolean' to 'String'" "true"
|
||||
|
||||
public class J {
|
||||
void foo() {
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Change 2nd parameter of method 'K' from 'boolean' to 'String'" "true"
|
||||
// "Change 2nd parameter of constructor 'K' from 'boolean' to 'String'" "true"
|
||||
|
||||
public class J {
|
||||
void foo() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Change 2nd parameter of method 'K' from 'boolean' to 'String'" "true"
|
||||
// "Change 2nd parameter of constructor 'K' from 'boolean' to 'String'" "true"
|
||||
|
||||
public class J {
|
||||
void foo() {
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Change 2nd parameter of method 'K' from 'boolean' to 'String'" "true"
|
||||
// "Change 2nd parameter of constructor 'K' from 'boolean' to 'String'" "true"
|
||||
|
||||
public class J {
|
||||
void foo() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add 'int' as 1st parameter to method 'Foo'" "true"
|
||||
// "Add 'int' as 1st parameter to constructor 'Foo'" "true"
|
||||
|
||||
public class J {
|
||||
void test() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add 'int' as 1st parameter to method 'Foo'" "true"
|
||||
// "Add 'int' as 1st parameter to constructor 'Foo'" "true"
|
||||
|
||||
public class J {
|
||||
void test() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add 'int' as 2nd parameter to method 'Foo'" "true"
|
||||
// "Add 'int' as 2nd parameter to constructor 'Foo'" "true"
|
||||
|
||||
public class J {
|
||||
void test() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add 'int' as 2nd parameter to method 'Foo'" "true"
|
||||
// "Add 'int' as 2nd parameter to constructor 'Foo'" "true"
|
||||
|
||||
public class J {
|
||||
void test() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 1st parameter from method 'K'" "true"
|
||||
// "Remove 1st parameter from constructor 'K'" "true"
|
||||
|
||||
public class J {
|
||||
void foo() {
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 1st parameter from method 'K'" "true"
|
||||
// "Remove 1st parameter from constructor 'K'" "true"
|
||||
|
||||
public class J {
|
||||
void foo() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 1st parameter from method 'K'" "true"
|
||||
// "Remove 1st parameter from constructor 'K'" "true"
|
||||
|
||||
public class J {
|
||||
void foo() {
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 1st parameter from method 'K'" "true"
|
||||
// "Remove 1st parameter from constructor 'K'" "true"
|
||||
|
||||
public class J {
|
||||
void foo() {
|
||||
|
||||
Reference in New Issue
Block a user