java - Call hierarchy and/or data flow tool for Scala -


Is there an IDE / device / script / something that can show call hierarchy and / or data flow in Scala + Java programs (Preferably from source code).
Or (as a backup scheme) is a device that can show it using Java bytecode? (And preferably give the option to go to the source code, if provided by the user).
All this, which is usually integrated into an IDE and / or Maven :-)
The need to support Scala is important in this question. In 3 IDE, I already detect such devices for Java and I do not use them very well (actually: exactly) when Scala is included
TIA

Poor man's call hierarchy: Expose the method and see how your red carcinoma shows up. [/ Duck me]


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -