Code tracing to user input

已回答

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

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

0

请先登录再写评论。