XoopsModules25x/mylinks

View on GitHub

Showing 370 of 370 total issues

Method MBMultiCell has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

function MBMultiCell($w,$h,$txt,$border=0,$align='L',$fill=0)
Severity: Minor
Found in fpdf/korean.php - About 45 mins to fix

    Function deInterlace has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
    Open

      function deInterlace()
      {
        $data = $this->m_data;
    
        for($i = 0; $i < 4; $i++) {
    Severity: Minor
    Found in fpdf/gif.php - About 45 mins 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

    Method MultiCell has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    function MultiCell($w,$h,$txt,$border=0,$align='J',$fill=0)
    Severity: Minor
    Found in fpdf/fpdf.php - About 45 mins to fix

      Method AddCIDFont has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      function AddCIDFont($family,$style,$name,$cw,$CMap,$registry)
      Severity: Minor
      Found in fpdf/korean.php - About 45 mins to fix

        Avoid deeply nested control flow statements.
        Open

                                if ('' == $shotAttribution) {
                                    $shotAttribution = $shotObj->getAttribution(true);
                                }
        Severity: Major
        Found in viewcat.php - About 45 mins to fix

          Function __construct has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
          Open

                  public function __construct()
                  {
                      global $xoopsConfig;
          
                      // language file
          Severity: Minor
          Found in include/gtickets.php - About 45 mins 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

          Avoid deeply nested control flow statements.
          Open

                                              if ($pid != 0 && !in_array($pid, array_keys($item_ids))) {
                                                  // one of the parent items were not selected, so skip this item
                                                  $msg[] = sprintf(_MD_AM_PERMADDNG, '<strong>' . $perm_name . '</strong>', '<strong>' . $perm_data['itemname'][$item_id] . '</strong>', '<strong>' . $group_list[$group_id] . '</strong>') . ' (' . _MD_AM_PERMADDNGP . ')';
                                                  continue 2;
                                              }
          Severity: Major
          Found in admin/mygroupperm.php - About 45 mins to fix

            Function ml_wfd_letters has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
            Open

            function ml_wfd_letters()
            {
                global $xoopsDB, $xoopsModule;
            
                xoops_loadLanguage('main', $xoopsModule->getVar('dirname'));
            Severity: Minor
            Found in include/functions.php - About 45 mins 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

            Function linksConfigMenu has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
            Open

            function linksConfigMenu()
            {
                global $xoopsDB, $myts, $myCatTree, $xoopsModule;
            
                $mylinksCatHandler = xoops_getModuleHandler('category', $xoopsModule->getVar('dirname'));
            Severity: Minor
            Found in admin/main.php - About 45 mins 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

            Function mylinks_get_new has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
            Open

            function mylinks_get_new($param)
            {
                $modulename = basename(dirname(__DIR__));
                include_once XOOPS_ROOT_PATH . "/modules/{$modulename}/include/feeddata.inc.php";
            
            
            Severity: Minor
            Found in include/feedfunc.new.php - About 45 mins 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

            Function addLink has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
            Open

            function addLink()
            {
                global $xoopsDB, $myts, $xoopsUser, $xoopsModule;
            
                $cid         = MylinksUtility::mylinks_cleanVars($_POST, 'cid', 0, 'int', array('min' => 0));
            Severity: Minor
            Found in admin/main.php - About 45 mins 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

            Function getrank has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
            Open

            function getrank($url)
            {
                $pagerank = '0';
                $ch       = '6' . GoogleCH(strord('info:' . $url));
            
            
            Severity: Minor
            Found in bookmark.php - About 45 mins 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

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

                    if ($options[1] == 1) {
                        $block['users'][$i]['avatar'] = $topposters[$i]->getVar('user_avatar') != 'blank.gif' ? XOOPS_UPLOAD_URL . '/' . $topposters[$i]->getVar('user_avatar') : '';
                    } else {
                        $block['users'][$i]['avatar'] = '';
                    }
            extras/XOOPS_2.5.x/htdocs/modules/system/blocks/system_blocks.php on lines 385..389

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

            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

                    if ($options[1] == 1) {
                        $block['users'][$i]['avatar'] = $newmembers[$i]->getVar('user_avatar') != 'blank.gif' ? XOOPS_UPLOAD_URL . '/' . $newmembers[$i]->getVar('user_avatar') : '';
                    } else {
                        $block['users'][$i]['avatar'] = '';
                    }
            extras/XOOPS_2.5.x/htdocs/modules/system/blocks/system_blocks.php on lines 419..423

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

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

                case 6:    //    Simpy ID:6
                  var AddSite = "http://simpy.com/simpy/LinkAdd.do?";
                  var AddUrlVar = "href";
                  var AddTitleVar = "title";
                  var AddNoteVar = "note";
            Severity: Major
            Found in include/addto-multi.js and 23 other locations - About 40 mins to fix
            include/addto-multi.js on lines 74..81
            include/addto-multi.js on lines 82..89
            include/addto-multi.js on lines 90..97
            include/addto-multi.js on lines 98..105
            include/addto-multi.js on lines 106..113
            include/addto-multi.js on lines 114..121
            include/addto-multi.js on lines 130..137
            include/addto-multi.js on lines 138..145
            include/addto-multi.js on lines 146..153
            include/addto-multi.js on lines 154..161
            include/addto-multi.js on lines 162..169
            include/addto-multi.js on lines 170..177
            include/addto-multi.js on lines 178..185
            include/addto-multi.js on lines 186..193
            include/addto-multi.js on lines 194..201
            include/addto-multi.js on lines 202..209
            include/addto-multi.js on lines 210..217
            include/addto-multi.js on lines 218..225
            include/addto-multi.js on lines 226..233
            include/addto-multi.js on lines 234..241
            include/addto-multi.js on lines 242..249
            include/addto-multi.js on lines 250..257
            include/addto-multi.js on lines 258..265

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

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

                case 3:    //    Digg ID:3
                  var AddSite = "http://digg.com/submit?";
                  var AddUrlVar = "url";
                  var AddTitleVar =  "";
                  var AddNoteVar =  "";
            Severity: Major
            Found in include/addto-multi.js and 23 other locations - About 40 mins to fix
            include/addto-multi.js on lines 74..81
            include/addto-multi.js on lines 82..89
            include/addto-multi.js on lines 90..97
            include/addto-multi.js on lines 106..113
            include/addto-multi.js on lines 114..121
            include/addto-multi.js on lines 122..129
            include/addto-multi.js on lines 130..137
            include/addto-multi.js on lines 138..145
            include/addto-multi.js on lines 146..153
            include/addto-multi.js on lines 154..161
            include/addto-multi.js on lines 162..169
            include/addto-multi.js on lines 170..177
            include/addto-multi.js on lines 178..185
            include/addto-multi.js on lines 186..193
            include/addto-multi.js on lines 194..201
            include/addto-multi.js on lines 202..209
            include/addto-multi.js on lines 210..217
            include/addto-multi.js on lines 218..225
            include/addto-multi.js on lines 226..233
            include/addto-multi.js on lines 234..241
            include/addto-multi.js on lines 242..249
            include/addto-multi.js on lines 250..257
            include/addto-multi.js on lines 258..265

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

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

                case 9:    //    Blue Dot ID: 9
                  var AddSite = "http://bluedot.us/Authoring.aspx?";
                  var AddUrlVar = "u";
                  var AddTitleVar = "title";
                  var AddNoteVar = "";
            Severity: Major
            Found in include/addto-multi.js and 23 other locations - About 40 mins to fix
            include/addto-multi.js on lines 74..81
            include/addto-multi.js on lines 82..89
            include/addto-multi.js on lines 90..97
            include/addto-multi.js on lines 98..105
            include/addto-multi.js on lines 106..113
            include/addto-multi.js on lines 114..121
            include/addto-multi.js on lines 122..129
            include/addto-multi.js on lines 130..137
            include/addto-multi.js on lines 138..145
            include/addto-multi.js on lines 154..161
            include/addto-multi.js on lines 162..169
            include/addto-multi.js on lines 170..177
            include/addto-multi.js on lines 178..185
            include/addto-multi.js on lines 186..193
            include/addto-multi.js on lines 194..201
            include/addto-multi.js on lines 202..209
            include/addto-multi.js on lines 210..217
            include/addto-multi.js on lines 218..225
            include/addto-multi.js on lines 226..233
            include/addto-multi.js on lines 234..241
            include/addto-multi.js on lines 242..249
            include/addto-multi.js on lines 250..257
            include/addto-multi.js on lines 258..265

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

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

                case 18://    Newsvine Dot ID: 18
                  var AddSite = "http://www.newsvine.com/_wine/save?";
                  var AddUrlVar = "u";
                  var AddTitleVar = "h";
                  var AddNoteVar = "";
            Severity: Major
            Found in include/addto-multi.js and 23 other locations - About 40 mins to fix
            include/addto-multi.js on lines 74..81
            include/addto-multi.js on lines 82..89
            include/addto-multi.js on lines 90..97
            include/addto-multi.js on lines 98..105
            include/addto-multi.js on lines 106..113
            include/addto-multi.js on lines 114..121
            include/addto-multi.js on lines 122..129
            include/addto-multi.js on lines 130..137
            include/addto-multi.js on lines 138..145
            include/addto-multi.js on lines 146..153
            include/addto-multi.js on lines 154..161
            include/addto-multi.js on lines 162..169
            include/addto-multi.js on lines 170..177
            include/addto-multi.js on lines 178..185
            include/addto-multi.js on lines 186..193
            include/addto-multi.js on lines 194..201
            include/addto-multi.js on lines 202..209
            include/addto-multi.js on lines 210..217
            include/addto-multi.js on lines 226..233
            include/addto-multi.js on lines 234..241
            include/addto-multi.js on lines 242..249
            include/addto-multi.js on lines 250..257
            include/addto-multi.js on lines 258..265

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

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

                case 14://    Livedoor Clip Dot ID: 14
                  var AddSite = "http://clip.livedoor.com/redirect?";
                  var AddUrlVar = "link";
                  var AddTitleVar = "title";
                  var AddNoteVar = "";
            Severity: Major
            Found in include/addto-multi.js and 23 other locations - About 40 mins to fix
            include/addto-multi.js on lines 74..81
            include/addto-multi.js on lines 82..89
            include/addto-multi.js on lines 90..97
            include/addto-multi.js on lines 98..105
            include/addto-multi.js on lines 106..113
            include/addto-multi.js on lines 114..121
            include/addto-multi.js on lines 122..129
            include/addto-multi.js on lines 130..137
            include/addto-multi.js on lines 138..145
            include/addto-multi.js on lines 146..153
            include/addto-multi.js on lines 154..161
            include/addto-multi.js on lines 162..169
            include/addto-multi.js on lines 170..177
            include/addto-multi.js on lines 178..185
            include/addto-multi.js on lines 194..201
            include/addto-multi.js on lines 202..209
            include/addto-multi.js on lines 210..217
            include/addto-multi.js on lines 218..225
            include/addto-multi.js on lines 226..233
            include/addto-multi.js on lines 234..241
            include/addto-multi.js on lines 242..249
            include/addto-multi.js on lines 250..257
            include/addto-multi.js on lines 258..265

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

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

                case 5:    //    GOOGLE ID:5
                  var AddSite = "http://www.google.com/bookmarks/mark?op=add&";
                  var AddUrlVar = "bkmk";
                  var AddTitleVar = "title";
                  var AddNoteVar = "";
            Severity: Major
            Found in include/addto-multi.js and 23 other locations - About 40 mins to fix
            include/addto-multi.js on lines 74..81
            include/addto-multi.js on lines 82..89
            include/addto-multi.js on lines 90..97
            include/addto-multi.js on lines 98..105
            include/addto-multi.js on lines 106..113
            include/addto-multi.js on lines 122..129
            include/addto-multi.js on lines 130..137
            include/addto-multi.js on lines 138..145
            include/addto-multi.js on lines 146..153
            include/addto-multi.js on lines 154..161
            include/addto-multi.js on lines 162..169
            include/addto-multi.js on lines 170..177
            include/addto-multi.js on lines 178..185
            include/addto-multi.js on lines 186..193
            include/addto-multi.js on lines 194..201
            include/addto-multi.js on lines 202..209
            include/addto-multi.js on lines 210..217
            include/addto-multi.js on lines 218..225
            include/addto-multi.js on lines 226..233
            include/addto-multi.js on lines 234..241
            include/addto-multi.js on lines 242..249
            include/addto-multi.js on lines 250..257
            include/addto-multi.js on lines 258..265

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

            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