[java-inspections] More tests for preview

GitOrigin-RevId: 6b6405ee4491ad1d58947547c40df6fb2d291ab7
This commit is contained in:
Tagir Valeev
2022-07-27 15:39:26 +02:00
committed by intellij-monorepo-bot
parent bbb218a972
commit dd689d3a39
433 changed files with 433 additions and 433 deletions

View File

@@ -1,4 +1,4 @@
// "Extract if (a)" "true"
// "Extract if (a)" "true-preview"
class TestThreadInspection {
void f(boolean a, boolean b, boolean c){
if (a) {

View File

@@ -1,4 +1,4 @@
// "Extract if (a)" "true"
// "Extract if (a)" "true-preview"
class TestThreadInspection {
void f(boolean a, boolean b, boolean c){
if (a)

View File

@@ -1,4 +1,4 @@
// "Extract if (a)" "true"
// "Extract if (a)" "true-preview"
class TestThreadInspection {
void f(boolean a, boolean b, boolean c){
if (a) {

View File

@@ -1,4 +1,4 @@
// "Extract if (a)" "true"
// "Extract if (a)" "true-preview"
class TestThreadInspection {
void f(boolean a, boolean b, boolean c){
/*the comment inside redundant parenthesis*/

View File

@@ -1,4 +1,4 @@
// "Extract if (b)" "true"
// "Extract if (b)" "true-preview"
class MyTest {
void foo(boolean a, boolean b, boolean c, boolean d) {

View File

@@ -1,4 +1,4 @@
// "Extract if (a)" "true"
// "Extract if (a)" "true-preview"
class Test {
void f(boolean a, boolean b, boolean c){
/*2*/

View File

@@ -1,4 +1,4 @@
// "Extract if (a)" "true"
// "Extract if (a)" "true-preview"
class Test {
void f(boolean a, boolean b, boolean c, boolean d){
if (a) {

View File

@@ -1,4 +1,4 @@
// "Extract if (a)" "true"
// "Extract if (a)" "true-preview"
class Test {
void f(boolean a, boolean b, boolean c, boolean d){
if (a) {

View File

@@ -1,4 +1,4 @@
// "Extract if (a)" "true"
// "Extract if (a)" "true-preview"
class TestThreadInspection {
void f(boolean a, boolean b, boolean c){
if (a) {

View File

@@ -1,4 +1,4 @@
// "Extract if (a)" "true"
// "Extract if (a)" "true-preview"
class TestThreadInspection {
void f(boolean a, boolean b, boolean c){
if (<caret>a && b)

View File

@@ -1,4 +1,4 @@
// "Extract if (a)" "true"
// "Extract if (a)" "true-preview"
class TestThreadInspection {
void f(boolean a, boolean b, boolean c){
if (<caret>a && b) {

View File

@@ -1,4 +1,4 @@
// "Extract if (a)" "true"
// "Extract if (a)" "true-preview"
class TestThreadInspection {
void f(boolean a, boolean b, boolean c){
if (<caret>a || b) {

View File

@@ -1,4 +1,4 @@
// "Extract if (a)" "true"
// "Extract if (a)" "true-preview"
class TestThreadInspection {
void f(boolean a, boolean b, boolean c){
if (<caret>a || (b/*the comment inside redundant parenthesis*/)) {

View File

@@ -1,4 +1,4 @@
// "Extract if (b)" "true"
// "Extract if (b)" "true-preview"
class MyTest {
void foo(boolean a, boolean b, boolean c, boolean d) {

View File

@@ -1,4 +1,4 @@
// "Extract if (a)" "true"
// "Extract if (a)" "true-preview"
class Test {
void f(boolean a, boolean b, boolean c){
if (<caret>a && b)

View File

@@ -1,4 +1,4 @@
// "Extract if (a)" "true"
// "Extract if (a)" "true-preview"
class Test {
void f(boolean a, boolean b, boolean c, boolean d){
if (<caret>a && b)

View File

@@ -1,4 +1,4 @@
// "Extract if (a)" "true"
// "Extract if (a)" "true-preview"
class Test {
void f(boolean a, boolean b, boolean c, boolean d){
if (<caret>a && b)

View File

@@ -1,4 +1,4 @@
// "Extract if (a)" "true"
// "Extract if (a)" "true-preview"
class TestThreadInspection {
void f(boolean a, boolean b, boolean c){
if (<caret>a && b) {