mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[java-refactoring] IDEA-71792 Support inlining of abstract methods having one implementation
GitOrigin-RevId: 00491acff53aff96705a866e0d799dfe22873d23
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ce73510eb1
commit
09bd11efd8
@@ -1,20 +0,0 @@
|
||||
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
package com.intellij.refactoring;
|
||||
|
||||
import com.intellij.refactoring.inline.InlineOptions;
|
||||
|
||||
public class MockInlineMethodOptions implements InlineOptions {
|
||||
@Override
|
||||
public boolean isInlineThisOnly() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close(int exitCode) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isPreviewUsages() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user