23 Jan 2026 15:03 - 23 Jan 2026 15:03 #1071
by service
A. 专业代码重构工具:
- Visual Studio Code + GitHub Copilot
- JetBrains IDE 系列 (Android Studio, IntelliJ IDEA)
- SonarQube
B. 命令行工具:
1.PMD - Java代码分析器
Code:
pmd check -d D:\Demo -R rulesets/java/quickstart.xml
2.Checkstyle
Code:
checkstyle -c google_checks.xml D:\Demo
3.SpotBugs
Code:
spotbugs -textui D:\Demo
Last edit: 23 Jan 2026 15:03 by
service.
Please Log in or Create an account to join the conversation.