thiskevinwang/coffee-code-climb

View on GitHub
src/components/Layout2Components/NavBar2.tsx

Summary

Maintainability
F
4 days
Test Coverage

Function NavBar2 has 210 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const NavBar2 = () => {
  const theme = useTheme()
  const xsDown = useMediaQuery(theme.breakpoints.down("xs"))

  const { enqueueSnackbar } = useSnackbar()
Severity: Major
Found in src/components/Layout2Components/NavBar2.tsx - About 1 day to fix

    File NavBar2.tsx has 312 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    import React from "react"
    import { useSelector, useDispatch } from "react-redux"
    import { Link, navigate } from "gatsby"
    import { useSnackbar } from "notistack"
    import { useApolloClient, gql } from "@apollo/client"
    Severity: Minor
    Found in src/components/Layout2Components/NavBar2.tsx - About 3 hrs to fix

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

                    <MenuItem disableRipple classes={{ root: classes.menuItemRoot }}>
                      <Box marginRight={1.5}>Theme:</Box>
                      <Box position="relative">
                        <NativeSelect
                          value={isDarkMode ? "dark" : "light"}
      Severity: Major
      Found in src/components/Layout2Components/NavBar2.tsx and 1 other location - About 1 day to fix
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 148..182

      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 250.

      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

                    <MenuItem
                      onClick={async () => {
                        handleClose()
                        enqueueSnackbar("Logged out successfully", {
                          variant: "success",
      Severity: Major
      Found in src/components/Layout2Components/NavBar2.tsx and 1 other location - About 2 hrs to fix
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 188..201

      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 90.

      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 BootstrapInput = withStyles((theme) => ({
        input: {
          borderRadius: 4,
          color: "var(--geist-foreground)",
          position: "relative",
      Severity: Major
      Found in src/components/Layout2Components/NavBar2.tsx and 1 other location - About 2 hrs to fix
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 22..39

      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 89.

      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

              <Tooltip
                classes={{ tooltip: classes.tooltip, arrow: classes.arrow }}
                arrow
                title={
                  <>
      Severity: Major
      Found in src/components/Layout2Components/NavBar2.tsx and 1 other location - About 1 hr to fix
      src/components/Layout2Components/NavBar2.tsx on lines 184..198

      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 71.

      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

              <Tooltip
                classes={{ tooltip: classes.tooltip, arrow: classes.arrow }}
                arrow
                title={<>Toggle the "Layout" version</>}
              >
      Severity: Major
      Found in src/components/Layout2Components/NavBar2.tsx and 1 other location - About 1 hr to fix
      src/components/Layout2Components/NavBar2.tsx on lines 165..183

      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 71.

      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 { postsVersion, layoutVersion, isDarkMode } = useSelector(
          (state: RootState) => ({
            postsVersion: state.postsVersion,
            layoutVersion: state.layoutVersion,
            isDarkMode: state.isDarkMode,
      Severity: Major
      Found in src/components/Layout2Components/NavBar2.tsx and 1 other location - About 1 hr to fix
      src/components/NavBar/index.tsx on lines 39..45

      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 64.

      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 8 locations. Consider refactoring.
      Open

                    <MenuItem
                      onClick={handleClose}
                      classes={{ root: classes.menuItemRoot }}
                      component={Link}
                      activeStyle={menuItemLinkActiveStyle}
      Severity: Major
      Found in src/components/Layout2Components/NavBar2.tsx and 7 other locations - About 1 hr to fix
      src/components/Layout2Components/NavBar2.tsx on lines 250..259
      src/components/Layout2Components/NavBar2.tsx on lines 272..281
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 111..120
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 122..131
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 133..142
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 205..214
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 215..224

      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

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

                    <MenuItem
                      onClick={handleClose}
                      classes={{ root: classes.menuItemRoot }}
                      component={Link}
                      activeStyle={menuItemLinkActiveStyle}
      Severity: Major
      Found in src/components/Layout2Components/NavBar2.tsx and 7 other locations - About 1 hr to fix
      src/components/Layout2Components/NavBar2.tsx on lines 261..270
      src/components/Layout2Components/NavBar2.tsx on lines 272..281
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 111..120
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 122..131
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 133..142
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 205..214
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 215..224

      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

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

                    <MenuItem
                      onClick={handleClose}
                      classes={{ root: classes.menuItemRoot }}
                      component={Link}
                      activeStyle={menuItemLinkActiveStyle}
      Severity: Major
      Found in src/components/Layout2Components/NavBar2.tsx and 7 other locations - About 1 hr to fix
      src/components/Layout2Components/NavBar2.tsx on lines 250..259
      src/components/Layout2Components/NavBar2.tsx on lines 261..270
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 111..120
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 122..131
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 133..142
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 205..214
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 215..224

      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

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

                  <MuiButton disableRipple onClick={handleClick}>
                    <Avatar src={avatarUrl} classes={{ root: classes.avatarRoot }} />
                  </MuiButton>
      Severity: Minor
      Found in src/components/Layout2Components/NavBar2.tsx and 1 other location - About 55 mins to fix
      src/components/SwipeableTemporaryDrawer/index.tsx on lines 233..235

      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 54.

      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

      There are no issues that match your filters.

      Category
      Status