adoptium/emt4j

Ask: Do only static checks need to be performed?

zyxxoo opened this issue · 1 comments

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:

  1. By java agent. Download address

  2. By maven plugin, please refer to the README