Reverse engineering and IntelliJ

I imported by java files and now setting up a class diagram for a package.

The problem I am having is that when I drag all the classes in a package to a new class diagram, the class’s method signitures which are VERY big (bad design), extend the width of the class into huge boxes and subsequently make my diagram very hard to navigate. They end up on a huge pane.

Is there a way to fully suppress the method parameter signiture so that only the method name shows up without the passed in parameters ?

e.g. instead of myMethod(x, int, y string, z long, …)

it only shows as:

myMethod()

This I think would resolve my problem.

Dear korosh,

Thank you for your email. You can right click on the class and select Presentation Options and uncheck the Show Operation Signature to hide all parameters. If you have any further questions, please feel free to contact us again.

Best regards,
Rain