Tag

Code Inspection

0 views collected around this technical thread.

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.

Code InspectionCode ReviewTesting Standards
0 likes · 6 min read
Static Testing, Code Review, and Using SonarQube for Software Quality Assurance
Java Captain
Java Captain
Feb 6, 2021 · Information Security

MOMO Code Sec Inspector: Java Static Code Security Audit Plugin with One‑Click Fixes

The MOMO Code Sec Inspector is an open‑source Java static analysis plugin for IntelliJ IDEA that detects security vulnerabilities such as XXE and MyBatis SQL injection during development and offers one‑click remediation, helping teams address risks early in the coding process.

Code InspectionIDE PluginJava
0 likes · 2 min read
MOMO Code Sec Inspector: Java Static Code Security Audit Plugin with One‑Click Fixes
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.

AndroidAutomated TestingCode Inspection
0 likes · 3 min read
Using FindBugs for Android Code Analysis and Automated Testing