Skip to content

Commit

Permalink
Create static-analysis.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonmar committed Nov 16, 2015
1 parent a734e4c commit 6c79cc7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions static-analysis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Static analysis scans source text code.

Such tools can range from those covering several programming languages:

* SonarQube
* Parasoft (commercial licensed)

Tools specific to particular programming languages include:

* PMD for Java
* Findbugs for Java

* FxCop for .NET
* StyleCop for .NET

0 comments on commit 6c79cc7

Please sign in to comment.