vscode-java
vscode-java copied to clipboard
Inline methods cause compilation errors
[provide a description of the issue]
Environment
Operating System: Windows11 JDK version: 17 Visual Studio Code version: 1.88 Java extension version: 1.29
Steps To Reproduce
- selecting 'makeSound'
- perform inlining method refactoring
Because the inline method is the method that implements the interface, when the inline method refactoring is performed, there is no method that implements the interface, resulting in a compilation error