I would like to create a source code analyzer for the Java Project (for example, FindBugs and other static analysis programs) that could detect specific method calls.
I would rather do it using Python, but any advice would be great!
I will start by exploring the source code for FindBugs , but if anyone could explain the basic concepts to me and if it is easy to do, I would be very grateful.
Thank you for your time.
Olivie.
source
share