Ask: Do only static checks need to be performed?
zyxxoo opened this issue · 1 comments
zyxxoo commented
I'm a little confused about static and runtime checking, do I just need to do either one?
D-D-H commented
Hi,
You can enable both of them or one of them. Runtime checking can find some problems hard to find for static analysis.
To perform runtime checking, there are two ways:
-
By java agent. Download address
-
By maven plugin, please refer to the README