Selecting delombok from the Actions menu simply shows: "Nothing here"
Expected behavior
The plugin should be able to recognize the @Cleanup annotation and allow delombok to support it.
Version information
IDEA Version:
IntelliJ IDEA 2018.3 EAP (Ultimate Edition)
Build #IU-183.3795.13, built on October 17, 2018
IntelliJ IDEA EAP User
Expiration date: November 16, 2018
JRE: 1.8.0_152-release-1343-b12 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.6
JDK Version:
java -java version "11" 2018-09-25
Java(TM) SE Runtime Environment 18.9 (build 11+28)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11+28, mixed mode)
At this moment, delombok in plugin doesn't support delomboking of @CleanUp.
If your are familar with IntelliJ plugin development you can supply a PR at any time!
Short description
With the following piece of code:
Selecting
delombok
from the Actions menu simply shows: "Nothing here"Expected behavior
The plugin should be able to recognize the @Cleanup annotation and allow delombok to support it.
Version information
IDEA Version:
JDK Version:
macOS 10.13.6
v0.21.IDEA-EAP
macOS 10.13.6
Steps to reproduce
Or this:
What can I do to help solve this problem?