mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +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() {
|
||||
|
||||
Reference in New Issue
Block a user