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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

python - Getting 405 error while trying to download nltk data -