QualInsight / qualinsight-plugins-sonarqube-smell

Code Smells plugin for SonarQube and companion Java library
GNU Lesser General Public License v3.0
47 stars 13 forks source link

New SmellType: Long Method #46

Closed mastodonfarm closed 7 years ago

mastodonfarm commented 8 years ago

This comes from Coding Horror's list of smells.

I find myself often choosing either MULTIPLE_RESPONSIBILITIES or simply BAD_DESIGN to express what I think is simply a "long method" smell.

pawlakm commented 8 years ago

Hi,

Thanks for your feedback. Question: why aren't you using SQ's Java plugin to report these long methods automatically ?

See squid:S138

pawlakm commented 7 years ago

Hi,

Did you have time to check the link I posted ?

M.

pawlakm commented 7 years ago

As I got no answer, I'm closing this issue.