mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
sentence capitalization
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Static Import Method..." "true"
|
||||
// "Static import method..." "true"
|
||||
package p;
|
||||
|
||||
import static p.FFF.myEqualTo;
|
||||
|
||||
@@ -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("");
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Static Import Method..." "true"
|
||||
// "Static import method..." "true"
|
||||
package p;
|
||||
public class X {
|
||||
public void test() throws Exception {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Static Import Method 'foo.B.aaaaaaa'" "false"
|
||||
// "Static import method 'foo.B.aaaaaaa'" "false"
|
||||
package foo;
|
||||
|
||||
public class X {
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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("");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Static Import Method 'foo.B.aaaaaaa'" "true"
|
||||
// "Static import method 'foo.B.aaaaaaa'" "true"
|
||||
package foo;
|
||||
public class X {
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Static Import Method 'foo.B.aaaaaaa'" "true"
|
||||
// "Static import method 'foo.B.aaaaaaa'" "true"
|
||||
package foo;
|
||||
|
||||
public class X {
|
||||
|
||||
Reference in New Issue
Block a user