Skip to content

Instantly share code, notes, and snippets.

@icarofreire
Created March 19, 2022 12:57
Show Gist options
  • Select an option

  • Save icarofreire/545ede26693018d7b7ae662ddc195329 to your computer and use it in GitHub Desktop.

Select an option

Save icarofreire/545ede26693018d7b7ae662ddc195329 to your computer and use it in GitHub Desktop.
Execução de analisadores estáticos em interface gráfica (GUI).
Execução de analisadores estáticos em interface gráfica (GUI).
PMD:
(https://github.com/pmd/pmd)
(https://pmd.github.io/latest/pmd_userdocs_cpd.html#gui)
pasta /bin:
Para Windows:
cpdgui.bat
Para Linux:
./run.sh cpdgui
*****
SpotBugs:
(https://github.com/spotbugs/spotbugs)
(https://spotbugs.readthedocs.io/en/latest/gui.html)
pasta /lib
executar:
spotbugs.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment