mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 04:09:09 +07:00
sentence capitalization
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import static I.FOO;
|
||||
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
public class X {
|
||||
void foo() {
|
||||
System.out.println(FOO);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import static In.FOO;
|
||||
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
interface In {
|
||||
int FOO = 0;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import static In.FOO;
|
||||
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
interface In {
|
||||
int FOO = 0;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import static In.FOO;
|
||||
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
interface In {
|
||||
int FOO = 0;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import static I.*;
|
||||
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
public class X {
|
||||
void foo() {
|
||||
System.out.println(FOO);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import static I.FOO;
|
||||
import static I1.BAZZ;
|
||||
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
public class X {
|
||||
void bar() {
|
||||
System.out.println(FOO);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import static I1.BAZZ;
|
||||
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
public class X implements I {
|
||||
void bar() {
|
||||
System.out.println(FOO);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import static I1.BAZZ;
|
||||
import static II.FOO;
|
||||
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
public class X {
|
||||
void bar() {
|
||||
System.out.println(FOO);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import static In.FOO;
|
||||
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
interface In {
|
||||
int FOO = 0;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
public class X implements <caret>I {
|
||||
void foo() {
|
||||
System.out.println(FOO);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
interface I<caret>n {
|
||||
int FOO = 0;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
interface I<caret>n {
|
||||
int FOO = 0;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
interface I<caret>n {
|
||||
int FOO = 0;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
public class X implements <caret>I {
|
||||
void foo() {
|
||||
System.out.println(FOO);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace Implements with Static Import" "false"
|
||||
// "Replace implements with static import" "false"
|
||||
public class X implements <caret>I {
|
||||
void foo() {
|
||||
System.out.println(FOO);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace Implements with Static Import" "false"
|
||||
// "Replace implements with static import" "false"
|
||||
public class X implements <caret>I {
|
||||
void bar() {}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace Implements with Static Import" "false"
|
||||
// "Replace implements with static import" "false"
|
||||
public class X implements <caret>I {
|
||||
void bar() {
|
||||
System.out.println(FOO);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
public class X implements <caret>I {
|
||||
void bar() {
|
||||
System.out.println(FOO);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
public class X implements I {
|
||||
void bar() {
|
||||
System.out.println(FOO);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
public class X implements II {
|
||||
void bar() {
|
||||
System.out.println(FOO);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
interface I<caret>n {
|
||||
int FOO = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user