Skip to content

Allow to ignore java.lang and certain other classes #33

@vmassol

Description

@vmassol

http://checkstyle.sourceforge.net/config_metrics.html#ClassDataAbstractionCoupling

There should be option to exclude certain classes and java.lang when doing coupling checks. For example

         <module name="ClassFanOutComplexity">
                       <property name="excludeClasses" value="Map, HashMap,List, ArrayList, SortedMap, TreeMap, Collection, Class" />
         </module>

consider to specify Class names have to be with full names "java.util....." .....

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions