mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
sentence capitalization
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Method Parameters to Fields" "true"
|
||||
// "Bind method parameters to fields" "true"
|
||||
|
||||
class A{
|
||||
private final String myP;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Method Parameters to Fields" "true"
|
||||
// "Bind method parameters to fields" "true"
|
||||
|
||||
class A{
|
||||
private int myP1;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Constructor Parameters to Fields" "true"
|
||||
// "Bind constructor parameters to fields" "true"
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Constructor Parameters to Fields" "true"
|
||||
// "Bind constructor parameters to fields" "true"
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Constructor Parameters to Fields" "true"
|
||||
// "Bind constructor parameters to fields" "true"
|
||||
|
||||
class Bar {
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Method Parameters to Fields" "true"
|
||||
// "Bind method parameters to fields" "true"
|
||||
|
||||
class A{
|
||||
private Object myP1;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Method Parameters to Fields" "true"
|
||||
// "Bind method parameters to fields" "true"
|
||||
|
||||
class A{
|
||||
private String myP1;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Method Parameters to Fields" "true"
|
||||
// "Bind method parameters to fields" "true"
|
||||
|
||||
class A{
|
||||
private final String myP;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Method Parameters to Fields" "true"
|
||||
// "Bind method parameters to fields" "true"
|
||||
|
||||
class A{
|
||||
void <caret>method(int p1, int p2){
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Method Parameters to Fields" "false"
|
||||
// "Bind method parameters to fields" "false"
|
||||
|
||||
class A{
|
||||
private final String myP1;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Method Parameters to Fields" "false"
|
||||
// "Bind method parameters to fields" "false"
|
||||
|
||||
class A{
|
||||
private final String myP1;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Method Parameters to Fields" "false"
|
||||
// "Bind method parameters to fields" "false"
|
||||
|
||||
class A{
|
||||
void <caret>f(){
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Constructor Parameters to Fields" "true"
|
||||
// "Bind constructor parameters to fields" "true"
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Constructor Parameters to Fields" "true"
|
||||
// "Bind constructor parameters to fields" "true"
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Constructor Parameters to Fields" "true"
|
||||
// "Bind constructor parameters to fields" "true"
|
||||
|
||||
class Bar {
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Method Parameters to Fields" "true"
|
||||
// "Bind method parameters to fields" "true"
|
||||
|
||||
class A{
|
||||
<T> void f(T p<caret>1, T p2){
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Bind Method Parameters to Fields" "true"
|
||||
// "Bind method parameters to fields" "true"
|
||||
|
||||
class A{
|
||||
<T extends String> void f(T p<caret>1, T p2){
|
||||
|
||||
Reference in New Issue
Block a user