sentence capitalization

This commit is contained in:
Dmitry Avdeev
2014-12-06 11:38:01 +03:00
parent 1d566347e1
commit 25275abdc8
51 changed files with 75 additions and 75 deletions
@@ -1,4 +1,4 @@
// "Remove Qualifier" "true"
// "Remove qualifier" "true"
class E {
class Outer {
class S {
@@ -1,4 +1,4 @@
// "Remove Qualifier" "true"
// "Remove qualifier" "true"
class E {
class Outer {
public static final int SS = 0;
@@ -1,4 +1,4 @@
// "Remove Qualifier" "true"
// "Remove qualifier" "true"
class E {
class Outer {
class S {
@@ -1,4 +1,4 @@
// "Remove Qualifier" "true"
// "Remove qualifier" "true"
class E {
class Outer {
public static final int SS = 0;
@@ -1,4 +1,4 @@
// "Remove Redundant 'else'" "true"
// "Remove redundant 'else'" "true"
class a {
void foo() {
int a = 0;
@@ -1,4 +1,4 @@
// "Remove Redundant 'else'" "true"
// "Remove redundant 'else'" "true"
class a {
void foo() {
int a = 0;
@@ -1,4 +1,4 @@
// "Remove Redundant 'else'" "false"
// "Remove redundant 'else'" "false"
class a {
void foo() {
int a = 0;
@@ -1,4 +1,4 @@
// "Rename Reference" "true"
// "Rename reference" "true"
class c {
void () {
int i = <caret>x;
@@ -1,4 +1,4 @@
// "Rename Reference" "true"
// "Rename reference" "true"
class c {
void foo(boolean b) {
if (b) {
@@ -1,4 +1,4 @@
// "Rename Reference" "false"
// "Rename reference" "false"
class Foo {
void bar(int x) {
}
@@ -1,4 +1,4 @@
// "Rename Reference" "true"
// "Rename reference" "true"
class FooInterface {
private int myInt;
}
@@ -1,4 +1,4 @@
// "Swap If Statements" "true"
// "Swap 'if' statements" "true"
class A {
void m() {
@@ -1,4 +1,4 @@
// "Swap If Statements" "true"
// "Swap 'if' statements" "true"
class A {
void m() {
@@ -1,4 +1,4 @@
// "Swap If Statements" "true"
// "Swap 'if' statements" "true"
class A {
void m() {
@@ -1,4 +1,4 @@
// "Swap If Statements" "true"
// "Swap 'if' statements" "true"
class A {
void m() {
@@ -1,4 +1,4 @@
// "Swap If Statements" "true"
// "Swap 'if' statements" "true"
class A {
void m() {
@@ -1,4 +1,4 @@
// "Swap If Statements" "false"
// "Swap 'if' statements" "false"
class A {
void m() {
if (someCondition) {
@@ -1,4 +1,4 @@
// "Swap If Statements" "true"
// "Swap 'if' statements" "true"
class A {
void m() {
@@ -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;
}