mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 11:18:16 +07:00
[java-inspections] More tests for preview
GitOrigin-RevId: 6b6405ee4491ad1d58947547c40df6fb2d291ab7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bbb218a972
commit
dd689d3a39
@@ -1,4 +1,4 @@
|
||||
// "Extract side effects" "true"
|
||||
// "Extract side effects" "true-preview"
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Remove expression" "true"
|
||||
// "Remove expression" "true-preview"
|
||||
public class Main {
|
||||
public void test() {
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Extract side effects as an 'if' statement" "true"
|
||||
// "Extract side effects as an 'if' statement" "true-preview"
|
||||
import java.io.File;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Extract side effect" "true"
|
||||
// "Extract side effect" "true-preview"
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Extract side effects" "true"
|
||||
// "Extract side effects" "true-preview"
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Extract side effects" "true"
|
||||
// "Extract side effects" "true-preview"
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Remove expression" "true"
|
||||
// "Remove expression" "true-preview"
|
||||
public class Main {
|
||||
public void test() {
|
||||
2 <caret>+ 2;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Extract side effects as an 'if' statement" "true"
|
||||
// "Extract side effects as an 'if' statement" "true-preview"
|
||||
import java.io.File;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Extract side effect" "true"
|
||||
// "Extract side effect" "true-preview"
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Extract side effects" "true"
|
||||
// "Extract side effects" "true-preview"
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
|
||||
public class Main {
|
||||
|
||||
Reference in New Issue
Block a user