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)
commit054ad80f35e1d307e6ae803d9344769157b6b0c1
treeec52fab736bd5c4a272c1d5633c540461700c3c3
parente355842e15a3961239312dd04001d6059b6321a6
parent3686625c4c227c33ef31be97f07e991d9f14f66f
Merge: nitsmell : Add code smell detection

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>