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: Conditional Complexity #47

Closed mastodonfarm closed 7 years ago

mastodonfarm commented 8 years ago

This comes from Coding Horror's list.

Annotating switches, long if/else if/... chains or methods and classes with high cyclomatic complexity would be nice.

pawlakm commented 8 years ago

Hi,

Is there a reason SQ's Java plugin complexity rules are not sufficient ? This plugin is meant to complete automatic checks with manual reviews.

pawlakm commented 8 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.