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:
in intellij idea feature called analyze data flow here.
Comments
Post a Comment