I am trying to find hardcoded string assignment statements in Java. I am trying to use antlr or javaparser but am not getting how to find assignment statements?
Javaparser seems a good way to go. It has support for declarations etc. I am trying to find variable declarations etc but not assignment statements. How can I use that to find assignment statement where a string literal is assigned to a variable.