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