vscode-java
vscode-java copied to clipboard
Bug: Constants in enumerations must implement abstract methods, and implementation methods cannot perform inline refactoring
[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
- select 'getAction()' in GREEN
- perform inlining method refactoring
Constants in enumerations must implement abstract methods, and implementation methods cannot perform inline refactoring