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 @@
|
||||
// "Add Catch Clause(s)" "true"
|
||||
// "Add 'catch' clause(s)" "true"
|
||||
class a {
|
||||
void g() throws Exception {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Catch Clause(s)" "true"
|
||||
// "Add 'catch' clause(s)" "true"
|
||||
class a {
|
||||
void g() throws Exception {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Catch Clause(s)" "true"
|
||||
// "Add 'catch' clause(s)" "true"
|
||||
class MyException1 extends Exception {}
|
||||
class MyException2 extends Exception {}
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Catch Clause(s)" "true"
|
||||
// "Add 'catch' clause(s)" "true"
|
||||
import java.io.IOException;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Catch Clause(s)" "true"
|
||||
// "Add 'catch' clause(s)" "true"
|
||||
class Test {
|
||||
static class E1 extends Exception { }
|
||||
static class E2 extends Exception { }
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Catch Clause(s)" "true"
|
||||
// "Add 'catch' clause(s)" "true"
|
||||
class Test {
|
||||
static class E1 extends Exception { }
|
||||
static class E2 extends Exception { }
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
import java.io.FileNotFoundException;
|
||||
import java.io.IOException;
|
||||
|
||||
// "Add Catch Clause(s)" "true"
|
||||
// "Add 'catch' clause(s)" "true"
|
||||
class CatchExceptions {
|
||||
|
||||
void foo() throws java.io.IOException, java.io.FileNotFoundException {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Catch Clause(s)" "true"
|
||||
// "Add 'catch' clause(s)" "true"
|
||||
class a {
|
||||
void g() throws Exception {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Catch Clause(s)" "false"
|
||||
// "Add 'catch' clause(s)" "false"
|
||||
// should not try to add catch clauses across method boundaries
|
||||
class s {
|
||||
int f() throws Exception {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Catch Clause(s)" "true"
|
||||
// "Add 'catch' clause(s)" "true"
|
||||
class a {
|
||||
void g() throws Exception {
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Catch Clause(s)" "true"
|
||||
// "Add 'catch' clause(s)" "true"
|
||||
class MyException1 extends Exception {}
|
||||
class MyException2 extends Exception {}
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Catch Clause(s)" "true"
|
||||
// "Add 'catch' clause(s)" "true"
|
||||
import java.io.IOException;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Catch Clause(s)" "true"
|
||||
// "Add 'catch' clause(s)" "true"
|
||||
class Test {
|
||||
static class E1 extends Exception { }
|
||||
static class E2 extends Exception { }
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Catch Clause(s)" "true"
|
||||
// "Add 'catch' clause(s)" "true"
|
||||
class Test {
|
||||
static class E1 extends Exception { }
|
||||
static class E2 extends Exception { }
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Catch Clause(s)" "true"
|
||||
// "Add 'catch' clause(s)" "true"
|
||||
class CatchExceptions {
|
||||
|
||||
void foo() throws java.io.IOException, java.io.FileNotFoundException {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "true"
|
||||
// "Add exception to method signature" "true"
|
||||
class C {
|
||||
static class E1 extends Exception { }
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "true"
|
||||
// "Add exception to method signature" "true"
|
||||
class C {
|
||||
static class E1 extends Exception { }
|
||||
static class E2 extends Exception { }
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "true"
|
||||
// "Add exception to method signature" "true"
|
||||
class C {
|
||||
interface I {
|
||||
void a() throws InterruptedException;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "true"
|
||||
// "Add exception to method signature" "true"
|
||||
class C {
|
||||
interface I {
|
||||
void a() throws InterruptedException;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "true"
|
||||
// "Add exception to method signature" "true"
|
||||
import java.io.*;
|
||||
|
||||
class C {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "true"
|
||||
// "Add exception to method signature" "true"
|
||||
class C {
|
||||
static class E1 extends Exception { }
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "true"
|
||||
// "Add exception to method signature" "true"
|
||||
class C {
|
||||
static class E1 extends Exception { }
|
||||
static class E2 extends Exception { }
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "false"
|
||||
// "Add exception to method signature" "false"
|
||||
class C {
|
||||
|
||||
public static void main(String[] args) throws InterruptedException {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "true"
|
||||
// "Add exception to method signature" "true"
|
||||
class C {
|
||||
interface I {
|
||||
void a();
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "true"
|
||||
// "Add exception to method signature" "true"
|
||||
class C {
|
||||
interface I {
|
||||
void a();
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Add Exception to Method Signature" "true"
|
||||
// "Add exception to method signature" "true"
|
||||
import java.io.*;
|
||||
|
||||
class C {
|
||||
|
||||
Reference in New Issue
Block a user