XoopsModules25x/xoopstube

View on GitHub
language/english/common.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method getLocalAlphabet has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getLocalAlphabet()
{
    $alphabet = [
        '0',
        '1',
Severity: Minor
Found in language/english/common.php - About 1 hr to fix

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

    function getLocalAlphabet()
    {
        $alphabet = [
            '0',
            '1',
    Severity: Major
    Found in language/english/common.php and 1 other location - About 2 hrs to fix
    language/english/main.php on lines 237..279

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

    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

    A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 20 and the first side effect is on line 17.
    Open

    <?php
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 141 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'UPLOADPATHDSC', 'Note. Upload path *MUST* contain the full server path of your upload folder.');
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 144 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'CLEAR_SAMPLEDATA_CONFIRM', 'Are you sure to Clear Sample Data? (It will delete ALL current data)');
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 122 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'TRUNCATE_LENGTH', 'Number of Characters to truncate to the long text field');
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 162 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'MIGRATE_WARNING', 'Warning! This is intended for developers only. Confirm write schema file from current database.');
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 131 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'GDOFF', "<span style='font-weight: bold;'>Disabled</span> (No thumbnails available)");
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 127 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'GDON', "<span style='font-weight: bold;'>Enabled</span> (Thumbsnails available)");
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 144 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'LOAD_SAMPLEDATA_CONFIRM', 'Are you sure to Import Sample Data? (It will delete ALL current data)');
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 132 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'BROWSETOTOPIC', "<span style='font-weight: bold;'>Browse items alphabetically</span>");
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 146 characters
    Open

    //\define('CO_' . $moduleDirNameUpper . '_' . 'NOTWRITABLE', "<span style='color: red;'>Should have permission ( %d ), but it has ( %d )</span>");
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 125 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'MAXPOSTSIZE', 'Max post size permitted (post_max_size directive in php.ini): ');
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 127 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'METAVERSION', "<span style='font-weight: bold;'>Downloads meta version:</span> ");
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 141 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'TRUNCATE_LENGTH_DESC', 'Set the maximum number of characters to truncate the long text fields');
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 135 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'MAXUPLOADSIZE', 'Max upload size permitted (upload_max_filesize directive in php.ini): ');
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 132 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'FOLDER_NO', 'Folder "%s" does not exist. Create the specified folder with CHMOD 777.');
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 176 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'IMAGE_CONFIG', '<span style="color: #FF0000; font-size: Small;  font-weight: bold;">--- EXTERNAL Image configuration ---</span> ');
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 188 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'SHOW_SAMPLE_BUTTON_DESC', 'If yes, the "Add Sample Data" button will be visible to the Admin. It is Yes as a default for first installation.');
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 144 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'NOTWRITABLE', "<span style='color: red;'>Should have permission ( %d ), but it has ( %d )</span>");
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 154 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'SHOW_DEV_TOOLS_DESC', 'If yes, the "Migrate" Tab and other Development tools will be visible to the Admin.');
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    Line exceeds 120 characters; contains 135 characters
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'SPHPINI', "<span style='font-weight: bold;'>Information taken from PHP ini file:</span>");
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    No space found after comma in function call
    Open

    \define('CO_' . $moduleDirNameUpper . '_' . 'IMAGE_FILE_SIZE_DSC','The maximum file size of the image file (in Bytes)');
    Severity: Minor
    Found in language/english/common.php by phpcodesniffer

    There are no issues that match your filters.

    Category
    Status