fascynacja
fascynacja

Reputation: 2888

IntelliJ decompile class with all synthetic methods

I am using IntelliJ with built in decompiler. I would like to decompile a .class file and see all methods which are created by java compiler (for instance synthetic bridge methods bridge methods). Is there possibility to do that in IntelliJ?

Upvotes: 1

Views: 786

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402423

It's not possible at the moment, please vote for this feature request.

Upvotes: 1

Related Questions