FindBugs.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 14 Dec 2011 15:05:41 +0200
changeset 1171 7d45ad92679a
parent 1170 d575b6abcc42
child 1172 c9f019a072ac
FindBugs.
code-analysis.rst
--- a/code-analysis.rst	Wed Dec 14 15:04:15 2011 +0200
+++ b/code-analysis.rst	Wed Dec 14 15:05:41 2011 +0200
@@ -42,6 +42,21 @@
   http://en.wikipedia.org/wiki/PMD_%28software%29
                 Wikipedia page.
 
+Checkstyle.
+===========
+
+Static code analysis tool used in software development for checking if Java
+source code complies with coding rules.
+
+  http://en.wikipedia.org/wiki/Checkstyle
+                Wikipedia page.
+
+FindBugs.
+=========
+
+  http://en.wikipedia.org/wiki/FindBugs
+                Wikipedia page.
+
 Yasca.
 ======