mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
sentence capitalization
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove Qualifier" "true"
|
||||
// "Remove qualifier" "true"
|
||||
class E {
|
||||
class Outer {
|
||||
class S {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove Qualifier" "true"
|
||||
// "Remove qualifier" "true"
|
||||
class E {
|
||||
class Outer {
|
||||
public static final int SS = 0;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove Qualifier" "true"
|
||||
// "Remove qualifier" "true"
|
||||
class E {
|
||||
class Outer {
|
||||
class S {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove Qualifier" "true"
|
||||
// "Remove qualifier" "true"
|
||||
class E {
|
||||
class Outer {
|
||||
public static final int SS = 0;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove Redundant 'else'" "true"
|
||||
// "Remove redundant 'else'" "true"
|
||||
class a {
|
||||
void foo() {
|
||||
int a = 0;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove Redundant 'else'" "true"
|
||||
// "Remove redundant 'else'" "true"
|
||||
class a {
|
||||
void foo() {
|
||||
int a = 0;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove Redundant 'else'" "false"
|
||||
// "Remove redundant 'else'" "false"
|
||||
class a {
|
||||
void foo() {
|
||||
int a = 0;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Rename Reference" "true"
|
||||
// "Rename reference" "true"
|
||||
class c {
|
||||
void () {
|
||||
int i = <caret>x;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Rename Reference" "true"
|
||||
// "Rename reference" "true"
|
||||
class c {
|
||||
void foo(boolean b) {
|
||||
if (b) {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Rename Reference" "false"
|
||||
// "Rename reference" "false"
|
||||
class Foo {
|
||||
void bar(int x) {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Rename Reference" "true"
|
||||
// "Rename reference" "true"
|
||||
class FooInterface {
|
||||
private int myInt;
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Swap If Statements" "true"
|
||||
// "Swap 'if' statements" "true"
|
||||
class A {
|
||||
|
||||
void m() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Swap If Statements" "true"
|
||||
// "Swap 'if' statements" "true"
|
||||
class A {
|
||||
|
||||
void m() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Swap If Statements" "true"
|
||||
// "Swap 'if' statements" "true"
|
||||
class A {
|
||||
|
||||
void m() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Swap If Statements" "true"
|
||||
// "Swap 'if' statements" "true"
|
||||
class A {
|
||||
|
||||
void m() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Swap If Statements" "true"
|
||||
// "Swap 'if' statements" "true"
|
||||
class A {
|
||||
|
||||
void m() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Swap If Statements" "false"
|
||||
// "Swap 'if' statements" "false"
|
||||
class A {
|
||||
void m() {
|
||||
if (someCondition) {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Swap If Statements" "true"
|
||||
// "Swap 'if' statements" "true"
|
||||
class A {
|
||||
|
||||
void m() {
|
||||
|
||||
+1
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
interface I<caret>n {
|
||||
int FOO = 0;
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
interface I<caret>n {
|
||||
int FOO = 0;
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace Implements with Static Import" "true"
|
||||
// "Replace implements with static import" "true"
|
||||
interface I<caret>n {
|
||||
int FOO = 0;
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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