Created
March 19, 2022 12:57
-
-
Save icarofreire/545ede26693018d7b7ae662ddc195329 to your computer and use it in GitHub Desktop.
Execução de analisadores estáticos em interface gráfica (GUI).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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