java - Is there an IntelliJ equivalent of Resharper's Value Origin/Destination? -


after long time resharper in c#, i'm in java land intellij. found resharper feature of value origin / destination useful. there equivalent in intellij? can't seem find it.

for not familiar resharper feature, gives ability trace hierarchy of sources/destinations variable/field's value. can trace parameter's value comes across call stack, across copying other variables, return values functions, etc. or trace parameters value goes to.

jetbrains's resharper example:

value origin example

in intellij idea feature called analyze data flow here.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -