mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
Create from usage: sentence capitalization
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Create Method 'fooBar'" "true"
|
||||
// "Create method 'fooBar'" "true"
|
||||
class FooBar {
|
||||
{
|
||||
Runnable r = FooBar::fooBar;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Method 'fooBar'" "true"
|
||||
// "Create method 'fooBar'" "true"
|
||||
interface I {
|
||||
static void fooBar() {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Method 'fooBar'" "true"
|
||||
// "Create method 'fooBar'" "true"
|
||||
class FooBar {
|
||||
{
|
||||
Comparator<String> c = this::fooBar;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Method 'fooBar'" "true"
|
||||
// "Create method 'fooBar'" "true"
|
||||
class FooBar {
|
||||
{
|
||||
Runnable r = this::fooBar;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Method 'fooBar'" "true"
|
||||
// "Create method 'fooBar'" "true"
|
||||
class FooBar {
|
||||
{
|
||||
Runnable r = Container<String>::fooBar;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Method 'fooBar'" "true"
|
||||
// "Create method 'fooBar'" "true"
|
||||
class FooBar {
|
||||
{
|
||||
Runnable r = FooBar::foo<caret>Bar;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Method 'fooBar'" "true"
|
||||
// "Create method 'fooBar'" "true"
|
||||
interface I {
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Method 'fooBar'" "true"
|
||||
// "Create method 'fooBar'" "true"
|
||||
class FooBar {
|
||||
{
|
||||
Comparator<String> c = this::foo<caret>Bar;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Method 'fooBar'" "true"
|
||||
// "Create method 'fooBar'" "true"
|
||||
class FooBar {
|
||||
{
|
||||
Runnable r = this::foo<caret>Bar;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create Method 'fooBar'" "true"
|
||||
// "Create method 'fooBar'" "true"
|
||||
class FooBar {
|
||||
{
|
||||
Runnable r = Container<String>::foo<caret>Bar;
|
||||
|
||||
Reference in New Issue
Block a user