ant-design/ant-design

View on GitHub
components/table/hooks/useFilter/FilterDropdown.tsx

Summary

Maintainability
F
4 days
Test Coverage

Function FilterDropdown has 364 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function FilterDropdown<RecordType>(props: FilterDropdownProps<RecordType>) {
  const {
    tablePrefixCls,
    prefixCls,
    column,
Severity: Major
Found in components/table/hooks/useFilter/FilterDropdown.tsx - About 1 day to fix

    Function FilterDropdown has a Cognitive Complexity of 70 (exceeds 5 allowed). Consider refactoring.
    Open

    function FilterDropdown<RecordType>(props: FilterDropdownProps<RecordType>) {
      const {
        tablePrefixCls,
        prefixCls,
        column,
    Severity: Minor
    Found in components/table/hooks/useFilter/FilterDropdown.tsx - About 1 day to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    File FilterDropdown.tsx has 497 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    import * as React from 'react';
    import FilterFilled from '@ant-design/icons/FilterFilled';
    import classNames from 'classnames';
    import type { FieldDataNode } from 'rc-tree';
    import isEqual from 'rc-util/lib/isEqual';
    Severity: Minor
    Found in components/table/hooks/useFilter/FilterDropdown.tsx - About 7 hrs to fix

      Function getFilterComponent has 106 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          const getFilterComponent = () => {
            const empty = (
              <Empty
                image={Empty.PRESENTED_IMAGE_SIMPLE}
                description={locale.filterEmptyText}
      Severity: Major
      Found in components/table/hooks/useFilter/FilterDropdown.tsx - About 4 hrs to fix

        There are no issues that match your filters.

        Category
        Status