mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 21:11:28 +07:00
Create from usage: sentence capitalization
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Create Method 'test'" "true"
|
||||
// "Create method 'test'" "true"
|
||||
public class Test {
|
||||
@Attr(test= "")
|
||||
public Test() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Method 'test'" "true"
|
||||
// "Create method 'test'" "true"
|
||||
public class Test {
|
||||
@Attr(test= {""})
|
||||
public Test() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Method 'test'" "true"
|
||||
// "Create method 'test'" "true"
|
||||
public class Test {
|
||||
@Attr(te<caret>st= "")
|
||||
public Test() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Method 'test'" "true"
|
||||
// "Create method 'test'" "true"
|
||||
public class Test {
|
||||
@Attr(te<caret>st= {""})
|
||||
public Test() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Method 'test'" "false"
|
||||
// "Create method 'test'" "false"
|
||||
public class Test {
|
||||
@Attr(te<caret>st= {"", 1})
|
||||
public Test() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Method 'test'" "false"
|
||||
// "Create method 'test'" "false"
|
||||
public class Test {
|
||||
@Attr(te<caret>st= {new String[]{""}})
|
||||
public Test() {
|
||||
|
||||
Reference in New Issue
Block a user