Create from usage: sentence capitalization

This commit is contained in:
Dmitry Avdeev
2014-12-06 12:06:07 +03:00
parent 10d9a87226
commit 466b4e442b
242 changed files with 255 additions and 252 deletions

View File

@@ -1,4 +1,4 @@
// "Create Method 'fooBar'" "true"
// "Create method 'fooBar'" "true"
class FooBar {
{
Runnable r = FooBar::fooBar;

View File

@@ -1,4 +1,4 @@
// "Create Method 'fooBar'" "true"
// "Create method 'fooBar'" "true"
interface I {
static void fooBar() {

View File

@@ -1,4 +1,4 @@
// "Create Method 'fooBar'" "true"
// "Create method 'fooBar'" "true"
class FooBar {
{
Comparator<String> c = this::fooBar;

View File

@@ -1,4 +1,4 @@
// "Create Method 'fooBar'" "true"
// "Create method 'fooBar'" "true"
class FooBar {
{
Runnable r = this::fooBar;

View File

@@ -1,4 +1,4 @@
// "Create Method 'fooBar'" "true"
// "Create method 'fooBar'" "true"
class FooBar {
{
Runnable r = Container<String>::fooBar;

View File

@@ -1,4 +1,4 @@
// "Create Method 'fooBar'" "true"
// "Create method 'fooBar'" "true"
class FooBar {
{
Runnable r = FooBar::foo<caret>Bar;

View File

@@ -1,4 +1,4 @@
// "Create Method 'fooBar'" "true"
// "Create method 'fooBar'" "true"
interface I {
}

View File

@@ -1,4 +1,4 @@
// "Create Method 'fooBar'" "true"
// "Create method 'fooBar'" "true"
class FooBar {
{
Comparator<String> c = this::foo<caret>Bar;

View File

@@ -1,4 +1,4 @@
// "Create Method 'fooBar'" "true"
// "Create method 'fooBar'" "true"
class FooBar {
{
Runnable r = this::foo<caret>Bar;

View File

@@ -1,4 +1,4 @@
// "Create Method 'fooBar'" "true"
// "Create method 'fooBar'" "true"
class FooBar {
{
Runnable r = Container<String>::foo<caret>Bar;