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 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
public class Test {
|
||||
public static void main() {
|
||||
new MyCollection(10);
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
public class Test {
|
||||
public void main2() {
|
||||
new MyCollection(this);
|
||||
|
||||
+2
-2
@@ -1,10 +1,10 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
class Outer {
|
||||
public Outer(String s) {
|
||||
}
|
||||
|
||||
void method(Outer other) {
|
||||
other.new CreateConstructorFromUsage("parameter"); // invoke "Create Constructor" quick fix here
|
||||
other.new CreateConstructorFromUsage("parameter"); // invoke "Create constructor" quick fix here
|
||||
}
|
||||
|
||||
class CreateConstructorFromUsage {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
class Test {
|
||||
|
||||
public void t() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
class Test extends A{
|
||||
|
||||
public Test(String a) {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
class Test {
|
||||
void foo() throws Ex1 {}
|
||||
void bar() throws Ex2 {}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
class Test extends A{
|
||||
|
||||
public Test(String a) {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
public enum ReportType {
|
||||
AGING("Aging");
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
public enum ReportType {
|
||||
AGING("Aging"),;
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
class Test extends A{
|
||||
|
||||
public Test(String a) {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
public class Test {
|
||||
public static void main() {
|
||||
new My<caret>Collection(10);
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
public class Test {
|
||||
public void main2() {
|
||||
new <caret>MyCollection(this);
|
||||
|
||||
+2
-2
@@ -1,10 +1,10 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
class Outer {
|
||||
public Outer(String s) {
|
||||
}
|
||||
|
||||
void method(Outer other) {
|
||||
other.new <caret>CreateConstructorFromUsage("parameter"); // invoke "Create Constructor" quick fix here
|
||||
other.new <caret>CreateConstructorFromUsage("parameter"); // invoke "Create constructor" quick fix here
|
||||
}
|
||||
|
||||
class CreateConstructorFromUsage {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
class Test {
|
||||
|
||||
public void t() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
class Test extends A{
|
||||
|
||||
public void t() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
class Test {
|
||||
void foo() throws Ex1 {}
|
||||
void bar() throws Ex2 {}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
class Test extends A{
|
||||
|
||||
public void t() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
public enum ReportType {
|
||||
AGING("Aging")<caret>
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
public enum ReportType {
|
||||
AGING("Aging")<caret>,
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
class Test extends A{
|
||||
|
||||
public void t() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor In 'Base'" "true"
|
||||
// "Create constructor in 'Base'" "true"
|
||||
class Base {
|
||||
public Base(int i, Object o) {
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor In 'Base'" "true"
|
||||
// "Create constructor in 'Base'" "true"
|
||||
class Base {
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
class FooBar {
|
||||
FooBar(int i) {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
class FooBar {
|
||||
FooBar(int i) {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Parameter 'popop'" "true"
|
||||
// "Create parameter 'popop'" "true"
|
||||
class Calculator {
|
||||
public void printError(int popop) {
|
||||
int i = popop;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Parameter 'popop'" "true"
|
||||
// "Create parameter 'popop'" "true"
|
||||
class Calculator {
|
||||
public void printError(String detail, int line, String file, String popop) {
|
||||
int i = popop;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Parameter 'popop'" "true"
|
||||
// "Create parameter 'popop'" "true"
|
||||
class Calculator {
|
||||
public void printError(String detail, int line, String file, int popop) {
|
||||
int i = <caret>popop;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Parameter 'popop'" "true"
|
||||
// "Create parameter 'popop'" "true"
|
||||
class Calculator {
|
||||
public void printError() {
|
||||
int i = <caret>popop;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Parameter 'popop'" "true"
|
||||
// "Create parameter 'popop'" "true"
|
||||
class Calculator {
|
||||
public void printError(String detail, int line, String file) {
|
||||
int i = popop;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Parameter 'popop'" "true"
|
||||
// "Create parameter 'popop'" "true"
|
||||
class Calculator {
|
||||
public void printError(String detail, int line, String file) {
|
||||
int i = <caret>popop;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
public class Seq<T> {
|
||||
public Seq() {}
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
// "Create constructor" "true"
|
||||
public class Seq<T> {
|
||||
public Seq() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user