adoptium / emt4j

Eclipse Migration Toolkit for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ask: Do only static checks need to be performed?

zyxxoo opened this issue · comments

commented

I'm a little confused about static and runtime checking, do I just need to do either one?

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