Please enable JavaScript.
Coggle requires JavaScript to display documents.
Static Analysis Tools (static analysis (focus on software code,…
Static Analysis Tools
static analysis
-
-
find defects, whether or not that cause failures
-
code metrics
-
to see bigger, more complex and more difficult to understand and maintain of codes
-
code structure
-
-
Data structure
-
When data is arranged as well-defined structure, the algorithms for creating, modifying or deleting them are more likely to be well-defined
provides a lot of information about the difficulty in writing programs to handle the data and in designing test cases to show program correctness
-