sentence capitalization

This commit is contained in:
Dmitry Avdeev
2014-12-06 12:52:25 +03:00
parent 127db13c12
commit b2147def98
15 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
import static java.lang.Integer.parseInt;
// "Static Import Method 'java.lang.Integer.parseInt'" "true"
// "Static import method 'java.lang.Integer.parseInt'" "true"
public class X {
{
<caret>parseInt("",10);

View File

@@ -1,4 +1,4 @@
// "Static Import Method..." "true"
// "Static import method..." "true"
package p;
import static p.FFF.myEqualTo;

View File

@@ -1,6 +1,6 @@
import static java.lang.String.format;
// "Static Import Method 'java.lang.String.format'" "true"
// "Static import method 'java.lang.String.format'" "true"
public class X {
{
format("");

View File

@@ -1,4 +1,4 @@
// "Static Import Method 'foo.B.aaaaaaa'" "true"
// "Static import method 'foo.B.aaaaaaa'" "true"
package foo;
import static foo.B.aaaaaaa;

View File

@@ -1,4 +1,4 @@
// "Static Import Method 'foo.B.aaaaaaa'" "true"
// "Static import method 'foo.B.aaaaaaa'" "true"
package foo;
import static foo.B.aaaaaaa;

View File

@@ -1,4 +1,4 @@
// "Static Import Method 'java.lang.Integer.parseInt'" "true"
// "Static import method 'java.lang.Integer.parseInt'" "true"
public class X {
{
<caret>parseInt("",10);

View File

@@ -1,4 +1,4 @@
// "Static Import Method..." "true"
// "Static import method..." "true"
package p;
public class X {
public void test() throws Exception {

View File

@@ -1,4 +1,4 @@
// "Static Import Method 'foo.B.aaaaaaa'" "false"
// "Static import method 'foo.B.aaaaaaa'" "false"
package foo;
public class X {

View File

@@ -1,4 +1,4 @@
// "Static Import Method 'java.lang.Integer.parseInt'" "false"
// "Static import method 'java.lang.Integer.parseInt'" "false"
public class X {
{
this.<caret>parseInt("",10);

View File

@@ -1,4 +1,4 @@
// "Static Import Method 'java.lang.String.format'" "true"
// "Static import method 'java.lang.String.format'" "true"
public class X {
{
String.format("");

View File

@@ -1,4 +1,4 @@
// "Static Import Method 'foo.B.aaaaaaa'" "true"
// "Static import method 'foo.B.aaaaaaa'" "true"
package foo;
public class X {
{

View File

@@ -1,4 +1,4 @@
// "Static Import Method 'foo.B.aaaaaaa'" "true"
// "Static import method 'foo.B.aaaaaaa'" "true"
package foo;
public class X {