fix testdata

This commit is contained in:
Anna.Kozlova
2016-11-11 12:59:34 +01:00
parent 29b96470b4
commit 9615755678
4 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
// "Replace anonymous class with constructor accepting lambda" "true"
// "Replace with constructor accepting lambda" "true"
public class Main {
public void testThread() {
// Comment outside
@@ -1,4 +1,4 @@
// "Replace anonymous class with ThreadLocal.withInitial" "true"
// "Replace with ThreadLocal.withInitial" "true"
public class Main {
// comment
ThreadLocal<? extends CharSequence> tlr = ThreadLocal.withInitial(() -> "initial");
@@ -1,4 +1,4 @@
// "Replace anonymous class with constructor accepting lambda" "true"
// "Replace with constructor accepting lambda" "true"
public class Main {
public void testThread() {
new <caret>Thread() {
@@ -1,4 +1,4 @@
// "Replace anonymous class with ThreadLocal.withInitial" "true"
// "Replace with ThreadLocal.withInitial" "true"
public class Main {
ThreadLocal<? extends CharSequence> tlr = new Th<caret>readLocal<String>() {
// comment