appbaseio/reactivesearch

View on GitHub

Showing 1,376 of 1,376 total issues

Function booksList has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    booksList(data) {
        return {
            title: (
                <div
                    className="book-title"
Severity: Minor
Found in packages/web/examples/CustomSelectedFilters/src/index.js - About 1 hr to fix

    Similar blocks of code found in 4 locations. Consider refactoring.
    Open

                                sortOptions={[
                                    {
                                        dataField: 'average_rating',
                                        sortBy: 'desc',
                                        label: 'Ratings (High to low)',
    Severity: Major
    Found in site/demos/goodbooks/src/App.js and 3 other locations - About 1 hr to fix
    site/demos/gitxplore-dark/src/components/SearchFilters.js on lines 40..44
    site/demos/gitxplore/src/components/SearchFilters.js on lines 45..49
    site/demos/technews/src/components/SearchFilters.js on lines 44..48

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 59.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 4 locations. Consider refactoring.
    Open

                    data={[
                        { start: 'now-1M', end: 'now', label: 'Last 30 days' },
                        { start: 'now-6M', end: 'now', label: 'Last 6 months' },
                        { start: 'now-1y', end: 'now', label: 'Last year' },
                    ]}
    Severity: Major
    Found in site/demos/gitxplore/src/components/SearchFilters.js and 3 other locations - About 1 hr to fix
    site/demos/gitxplore-dark/src/components/SearchFilters.js on lines 40..44
    site/demos/goodbooks/src/App.js on lines 135..151
    site/demos/technews/src/components/SearchFilters.js on lines 44..48

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 59.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 4 locations. Consider refactoring.
    Open

                    data={[
                        { start: 'now-1M', end: 'now', label: 'Last 30 days' },
                        { start: 'now-6M', end: 'now', label: 'Last 6 months' },
                        { start: 'now-1y', end: 'now', label: 'Last year' },
                    ]}
    Severity: Major
    Found in site/demos/gitxplore-dark/src/components/SearchFilters.js and 3 other locations - About 1 hr to fix
    site/demos/gitxplore/src/components/SearchFilters.js on lines 45..49
    site/demos/goodbooks/src/App.js on lines 135..151
    site/demos/technews/src/components/SearchFilters.js on lines 44..48

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 59.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 4 locations. Consider refactoring.
    Open

                    data={[
                        { start: 'now-6M', end: 'now', label: 'Last 6 months' },
                        { start: 'now-1y', end: 'now', label: 'Last year' },
                        { start: 'now-10y', end: 'now', label: 'All time' },
                    ]}
    Severity: Major
    Found in site/demos/technews/src/components/SearchFilters.js and 3 other locations - About 1 hr to fix
    site/demos/gitxplore-dark/src/components/SearchFilters.js on lines 40..44
    site/demos/gitxplore/src/components/SearchFilters.js on lines 45..49
    site/demos/goodbooks/src/App.js on lines 135..151

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 59.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    const Image = styled('div')`
        width: 160px;
        height: 160px;
        ${props => (props.small ? smallImage : null)};
        margin: 0;
    Severity: Major
    Found in packages/vue/src/styles/ListItem.js and 1 other location - About 1 hr to fix
    packages/web/src/styles/ListItem.js on lines 20..29

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 59.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    const Image = styled('div')`
        width: 160px;
        height: 160px;
        ${props => (props.small ? smallImage : null)};
        margin: 0;
    Severity: Major
    Found in packages/web/src/styles/ListItem.js and 1 other location - About 1 hr to fix
    packages/vue/src/styles/ListItem.js on lines 20..29

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 59.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Function getButtonProps has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            getButtonProps({ onClick, onKeyDown, onKeyUp, onBlur }) {
                return {
                    click: event => {
                        this.setState({
                            isOpen: true,
    Severity: Minor
    Found in packages/vue/src/components/basic/DownShift.jsx - About 1 hr to fix

      Function constructor has 29 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          constructor(props) {
              super(props);
      
              this.mapStyles = [
                  { label: 'Standard', value: Standard },
      Severity: Minor
      Found in packages/maps/src/components/result/ReactiveMap.js - About 1 hr to fix

        Function componentWillMount has 29 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            componentWillMount() {
                this.props.addComponent(this.props.componentId);
                this.setReact(this.props);
        
                if (this.props.selectedValue && this.props.selectedValue.location) {
        Severity: Minor
        Found in packages/maps/src/components/basic/GeoDistanceSlider.js - About 1 hr to fix

          Function performUpdate has 29 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                  const performUpdate = () => {
                      this.setState(
                          {
                              currentValue: value,
                              suggestions: [],
          Severity: Minor
          Found in packages/web/src/components/search/DataSearch.js - About 1 hr to fix

            Function render has 29 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                public render() {
                    return (
                        <ReactiveBase
                            app="good-books-ds"
                            credentials="nY6NNTZZ6:27b76b9f-18ea-456c-bc5e-3a5263ebc63d"
            Severity: Minor
            Found in packages/web/examples/typescript/src/index.tsx - About 1 hr to fix

              Function performUpdate has 29 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                      const performUpdate = () => {
                          this.setState(
                              {
                                  currentValue: value,
                                  suggestions: [],
              Severity: Minor
              Found in packages/web/src/components/search/CategorySearch.js - About 1 hr to fix

                Identical blocks of code found in 7 locations. Consider refactoring.
                Open

                    created() {
                        const onQueryChange = (...args) => {
                            this.$emit('queryChange', ...args);
                        };
                        this.setQueryListener(this.$props.componentId, onQueryChange, null);
                Severity: Major
                Found in packages/vue/src/components/list/SingleDropdownList.jsx and 6 other locations - About 1 hr to fix
                packages/vue/src/components/list/MultiDropdownList.jsx on lines 72..77
                packages/vue/src/components/list/MultiList.jsx on lines 69..74
                packages/vue/src/components/list/SingleList.jsx on lines 67..72
                packages/vue/src/components/range/MultiRange.jsx on lines 122..127
                packages/vue/src/components/range/RangeSlider.jsx on lines 125..130
                packages/vue/src/components/range/SingleRange.jsx on lines 38..43

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 58.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                Identical blocks of code found in 7 locations. Consider refactoring.
                Open

                    created() {
                        const onQueryChange = (...args) => {
                            this.$emit('queryChange', ...args);
                        };
                        this.setQueryListener(this.$props.componentId, onQueryChange, null);
                Severity: Major
                Found in packages/vue/src/components/list/MultiDropdownList.jsx and 6 other locations - About 1 hr to fix
                packages/vue/src/components/list/MultiList.jsx on lines 69..74
                packages/vue/src/components/list/SingleDropdownList.jsx on lines 70..75
                packages/vue/src/components/list/SingleList.jsx on lines 67..72
                packages/vue/src/components/range/MultiRange.jsx on lines 122..127
                packages/vue/src/components/range/RangeSlider.jsx on lines 125..130
                packages/vue/src/components/range/SingleRange.jsx on lines 38..43

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 58.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                Identical blocks of code found in 7 locations. Consider refactoring.
                Open

                    created() {
                        const onQueryChange = (...args) => {
                            this.$emit('queryChange', ...args);
                        };
                        this.setQueryListener(this.$props.componentId, onQueryChange, null);
                Severity: Major
                Found in packages/vue/src/components/list/MultiList.jsx and 6 other locations - About 1 hr to fix
                packages/vue/src/components/list/MultiDropdownList.jsx on lines 72..77
                packages/vue/src/components/list/SingleDropdownList.jsx on lines 70..75
                packages/vue/src/components/list/SingleList.jsx on lines 67..72
                packages/vue/src/components/range/MultiRange.jsx on lines 122..127
                packages/vue/src/components/range/RangeSlider.jsx on lines 125..130
                packages/vue/src/components/range/SingleRange.jsx on lines 38..43

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 58.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                Identical blocks of code found in 4 locations. Consider refactoring.
                Open

                    handleFocus = (event) => {
                        this.setState({
                            isOpen: true,
                        });
                        if (this.props.onFocus) {
                Severity: Major
                Found in packages/web/src/components/search/DataSearch.js and 3 other locations - About 1 hr to fix
                packages/maps/src/components/basic/GeoDistanceDropdown.js on lines 341..348
                packages/maps/src/components/basic/GeoDistanceSlider.js on lines 343..350
                packages/web/src/components/search/CategorySearch.js on lines 376..383

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 58.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                Identical blocks of code found in 7 locations. Consider refactoring.
                Open

                    created() {
                        const onQueryChange = (...args) => {
                            this.$emit('queryChange', ...args);
                        };
                        this.setQueryListener(this.$props.componentId, onQueryChange, null);
                Severity: Major
                Found in packages/vue/src/components/list/SingleList.jsx and 6 other locations - About 1 hr to fix
                packages/vue/src/components/list/MultiDropdownList.jsx on lines 72..77
                packages/vue/src/components/list/MultiList.jsx on lines 69..74
                packages/vue/src/components/list/SingleDropdownList.jsx on lines 70..75
                packages/vue/src/components/range/MultiRange.jsx on lines 122..127
                packages/vue/src/components/range/RangeSlider.jsx on lines 125..130
                packages/vue/src/components/range/SingleRange.jsx on lines 38..43

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 58.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                Identical blocks of code found in 7 locations. Consider refactoring.
                Open

                    created() {
                        const onQueryChange = (...args) => {
                            this.$emit('queryChange', ...args);
                        };
                        this.setQueryListener(this.$props.componentId, onQueryChange, null);
                Severity: Major
                Found in packages/vue/src/components/range/RangeSlider.jsx and 6 other locations - About 1 hr to fix
                packages/vue/src/components/list/MultiDropdownList.jsx on lines 72..77
                packages/vue/src/components/list/MultiList.jsx on lines 69..74
                packages/vue/src/components/list/SingleDropdownList.jsx on lines 70..75
                packages/vue/src/components/list/SingleList.jsx on lines 67..72
                packages/vue/src/components/range/MultiRange.jsx on lines 122..127
                packages/vue/src/components/range/SingleRange.jsx on lines 38..43

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 58.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                Identical blocks of code found in 4 locations. Consider refactoring.
                Open

                    handleFocus = (event) => {
                        this.setState({
                            isOpen: true,
                        });
                        if (this.props.onFocus) {
                Severity: Major
                Found in packages/maps/src/components/basic/GeoDistanceDropdown.js and 3 other locations - About 1 hr to fix
                packages/maps/src/components/basic/GeoDistanceSlider.js on lines 343..350
                packages/web/src/components/search/CategorySearch.js on lines 376..383
                packages/web/src/components/search/DataSearch.js on lines 340..347

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 58.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                Severity
                Category
                Status
                Source
                Language