src/main/groovy/org/jetbrains/gradle/ext/CodeStyle.groovy [54:59]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @CompileStatic
    @Override
    Map<String, ?> toMap() {
        def result = super.toMap()
        return result << ([
                "CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" : classCountToUseImportOnDemand,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/groovy/org/jetbrains/gradle/ext/CodeStyle.groovy [77:82]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @CompileStatic
    @Override
    Map<String, ?> toMap() {
        def result = super.toMap()
        return result << ([
                "CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" : classCountToUseImportOnDemand,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



