IntelliJ IDEA Creating postfix expression doesn't work

Answered

I am trying to create new custom postfix expression, but it shows two Javas in the creation dropdown.


When I create expression under any Java, after saving and reopening postfix expressions settings created expression disappears.

On the clean IDE with default settings, it shows one Java, but I don't want to lose all my settings, so I don't want just to reset settings. 

Can anyone help, why it's showing two Javas on the creation dropdown, or where IDE keeps/takes this options (maybe any plugin can affect it or other non-default settings)?

I tried to change Boot JDK and remove all available JDKs, but it didn't help. 

0
7 comments
Avatar
Yaroslav Bedrov

Hello Alexander,
Could you please share idea.log ("Help | Show log in...") after restarting IDEA?

0

I closed IDEA, cleared the log file and launched IDEA. Here is the log file: http://textuploader.com/dzlo4

0
Avatar
Yaroslav Bedrov

Alexander,

Could you please temporary disable custom plugins:

Loaded custom plugins: .ignore (2.6.2), BashSupport (1.6.13.181), CheckStyle-IDEA (5.19.1), Chef integration (181.3986.9), IDE Features Trainer (0.8.62), Lombok Plugin (0.18-2018.1),  POJO to JSON (1.0), Protobuf Support (0.10.2), YAML/Ansible support (0.9.5) 

 

0

Yeah, I disabled them and found that the issue is caused by the Lombok Plugin. Thanks!

1
Avatar
Yaroslav Bedrov

Alexander,

You are welcome!

0

IntelliJ IDEA 2020.2.3, still not working with Lombok Plugin (0.23-2018.3), works fine without.

0

Try to update the Lombok plugin to (0.33-2020.2) version. (https://www.jetbrains.com/help/idea/managing-plugins.html)

0

Please sign in to leave a comment.