mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
[jvm-lang] java: return if no method is found after reformat IDEA-188113
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// "Create property 'appOutputPath' in 'X'" "true"
|
||||
class X {
|
||||
void initOutputChecker() {
|
||||
getAppOutputPath();
|
||||
}
|
||||
|
||||
protected RunContentDescriptor executeConfiguration() {
|
||||
ApplicationManager.getApplication().invokeLater(() -> {
|
||||
|
||||
public void getAppOutputPath() {
|
||||
return appOutputPath;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
// "Create property 'appOutputPath' in 'X'" "true"
|
||||
class X {
|
||||
void initOutputChecker() {
|
||||
getAppOutpu<caret>tPath();
|
||||
}
|
||||
|
||||
protected RunContentDescriptor executeConfiguration() {
|
||||
ApplicationManager.getApplication().invokeLater(() -> {
|
||||
|
||||
Reference in New Issue
Block a user