Merge: nitsmell : Add code smell detection
authorJean Privat <jean@pryen.org>
Mon, 12 Jun 2017 12:44:25 +0000 (08:44 -0400)
committerJean Privat <jean@pryen.org>
Mon, 12 Jun 2017 12:44:25 +0000 (08:44 -0400)
Adding code smell detection :

- Long class
- Long method parameter list
- Long size method
- Feature envy

Adding a visitor to analyse the contents of the methods

Pull-Request: #2445
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Jean-Christophe Beaupré <jcbrinfo.public@gmail.com>


Trivial merge