You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delombok doesn't work anymore, at all, since v1.16.22:
java -jar C:\Users\bm\Downloads\lombok.jar delombok
java.lang.IllegalArgumentException: Both classpath and onlyChanged contain the shorthand c
at com.zwitserloot.cmdreader.ParseItem.makeShortHandMap(ParseItem.java:156)
at com.zwitserloot.cmdreader.CmdReader.<init>(CmdReader.java:77)
at com.zwitserloot.cmdreader.CmdReader.of(CmdReader.java:91)
at lombok.delombok.Delombok.main(Delombok.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at lombok.delombok.DelombokApp.runApp(DelombokApp.java:55)
at lombok.core.Main.go(Main.java:128)
at lombok.core.Main.main(Main.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
If you look at Delombok.java, both (classpath and onlyChanged have the same shorthand: 'c'.
Suggested fix: Use a different shorthand, e.g., "o", which is not taken yet and create a regression test, which starts Delombok simply without args.
The text was updated successfully, but these errors were encountered:
Delombok doesn't work anymore, at all, since v1.16.22:
If you look at Delombok.java, both (classpath and onlyChanged have the same shorthand: 'c'.
Suggested fix: Use a different shorthand, e.g., "o", which is not taken yet and create a regression test, which starts Delombok simply without args.
The text was updated successfully, but these errors were encountered: