Tagged articles

code inspection

4 articles · Page 1 of 1
LuTiao Programming
LuTiao Programming
Jun 2, 2026 · Backend Development

How Daily AI‑Powered Inspections of a Spring Boot Project Reveal AI’s Real Threat

The author shows how configuring Codex to run every morning and automatically scan a Spring Boot codebase uncovers hidden engineering risks—such as missing validation, unindexed queries, and MQ idempotency issues—demonstrating that AI’s true power lies in continuous risk detection rather than code generation.

AI AutomationBackend DevelopmentCodex
0 likes · 16 min read
How Daily AI‑Powered Inspections of a Spring Boot Project Reveal AI’s Real Threat
FunTester
FunTester
Jan 3, 2023 · Fundamentals

Static Testing, Code Review, and Using SonarQube for Software Quality Assurance

The article explains static testing concepts, the role of code inspection and reviews, the advantages and limitations of automated code scanning tools, and provides a practical guide for integrating SonarQube into a development workflow to improve code quality and enforce testing standards.

SonarQubecode inspectioncode review
0 likes · 6 min read
Static Testing, Code Review, and Using SonarQube for Software Quality Assurance
Baidu Intelligent Testing
Baidu Intelligent Testing
Mar 9, 2016 · Mobile Development

Using FindBugs for Android Code Analysis and Automated Testing

The article introduces FindBugs, an open‑source Java static analysis tool, explains how it inspects Android bytecode to detect bugs such as null pointers, multithreading issues, and performance problems, and describes its integration with IDEs, command‑line builds, and its severity ranking system.

AndroidMobile Developmentautomated testing
0 likes · 3 min read
Using FindBugs for Android Code Analysis and Automated Testing