I am reading findbugs source code to have a clear understanding on the implementation of Findbugs.I have some problems:
1 There are too many main classes in the source files .Which one should I choose to debug.
2 As I know ,Findbugs traverses the AST and find the bug pattern,if it matches,bug reported.And where is the definition of bug patterns?
Is anyone can help me ?Thanks.