Code tracing to user input

Answered

I am using IntelliJ Idea to work on Java code. I can find all the code traces to a method using Navigate-Call Hirearchy. However, I would like to trace whether a parameter received by a method originates from a user source such as a user form entry? Is it possible to do so in an automated fashion?

0
1 comment

Probably Analyze data flow functionality can help you with that, please check if this works for you

0

Please sign in to leave a comment.