Structure Analyzer
- Detects the dangerous flaws in the structure of the program.
- Focus on the points where secure programming practices are not followed.
- Embraces the broad scope of the declaration, use of variables and functions.
Example:
Structural Analyzers identifies the loggers that are not declared static and final in Java Programs.