YetiForceCompany/YetiForceCRM

View on GitHub
modules/Settings/LayoutEditor/actions/WebserviceApps.php

Summary

Maintainability
A
2 hrs
Test Coverage
F
0%

Function update has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
Open

    public function update(App\Request $request): void
    {
        $response = new Vtiger_Response();
        try {
            $fieldInstance = Settings_LayoutEditor_Field_Model::getInstance($request->getInteger('fieldId'));
Severity: Minor
Found in modules/Settings/LayoutEditor/actions/WebserviceApps.php - About 1 hr 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 update has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function update(App\Request $request): void
    {
        $response = new Vtiger_Response();
        try {
            $fieldInstance = Settings_LayoutEditor_Field_Model::getInstance($request->getInteger('fieldId'));
Severity: Minor
Found in modules/Settings/LayoutEditor/actions/WebserviceApps.php - About 1 hr to fix

    Missing class import via use statement (line '34', column '19').
    Open

            $response = new Vtiger_Response();

    MissingImport

    Since: 2.7.0

    Importing all external classes in a file through use statements makes them clearly visible.

    Example

    function make() {
        return new \stdClass();
    }

    Source http://phpmd.org/rules/cleancode.html#MissingImport

    Avoid using static access to class 'Settings_Vtiger_Tracker_Model' in method '__construct'.
    Open

            Settings_Vtiger_Tracker_Model::addBasic('save');

    StaticAccess

    Since: 1.4.0

    Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

    Example

    class Foo
    {
        public function bar()
        {
            Bar::baz();
        }
    }

    Source https://phpmd.org/rules/cleancode.html#staticaccess

    Avoid using static access to class '\App\Language' in method 'update'.
    Open

                $response->setResult(['success' => true, 'notify' => ['text' => \App\Language::translate('LBL_CHANGES_SAVED')], 'closeModal' => true]);

    StaticAccess

    Since: 1.4.0

    Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

    Example

    class Foo
    {
        public function bar()
        {
            Bar::baz();
        }
    }

    Source https://phpmd.org/rules/cleancode.html#staticaccess

    Avoid using static access to class 'Settings_LayoutEditor_Field_Model' in method 'update'.
    Open

                $fieldInstance = Settings_LayoutEditor_Field_Model::getInstance($request->getInteger('fieldId'));

    StaticAccess

    Since: 1.4.0

    Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

    Example

    class Foo
    {
        public function bar()
        {
            Bar::baz();
        }
    }

    Source https://phpmd.org/rules/cleancode.html#staticaccess

    Avoid using static access to class '\App\Field' in method 'update'.
    Open

                    $list = \App\Field::getCustomListForDefaultValue($fieldInstance);

    StaticAccess

    Since: 1.4.0

    Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

    Example

    class Foo
    {
        public function bar()
        {
            Bar::baz();
        }
    }

    Source https://phpmd.org/rules/cleancode.html#staticaccess

    Define a constant instead of duplicating this literal "is_default" 3 times.
    Open

                if ($request->getBoolean('is_default')) {

    Duplicated string literals make the process of refactoring error-prone, since you must be sure to update all occurrences.

    On the other hand, constants can be referenced from many places, but only need to be updated in a single place.

    Noncompliant Code Example

    With the default threshold of 3:

    function run() {
      prepare('action1');                              // Non-Compliant - 'action1' is duplicated 3 times
      execute('action1');
      release('action1');
    }
    

    Compliant Solution

    ACTION_1 = 'action1';
    
    function run() {
      prepare(ACTION_1);
      execute(ACTION_1);
      release(ACTION_1);
    }
    

    Exceptions

    To prevent generating some false-positives, literals having less than 5 characters are excluded.

    Argument 1 (value) is int but \Settings_LayoutEditor_Field_Model::getInstance() takes string defined at /code/modules/Settings/LayoutEditor/models/Field.php:359
    Open

                $fieldInstance = Settings_LayoutEditor_Field_Model::getInstance($request->getInteger('fieldId'));

    Avoid excessively long class names like Settings_LayoutEditor_WebserviceApps_Action. Keep class name length under 40.
    Open

    class Settings_LayoutEditor_WebserviceApps_Action extends Settings_Vtiger_Index_Action
    {
        /** {@inheritdoc} */
        public function __construct()
        {

    LongClassName

    Since: 2.9

    Detects when classes or interfaces are declared with excessively long names.

    Example

    class ATooLongClassNameThatHintsAtADesignProblem {
    
    }
    
    interface ATooLongInterfaceNameThatHintsAtADesignProblem {
    
    }

    Source https://phpmd.org/rules/naming.html#longclassname

    Each class must be in a namespace of at least one level (a top-level vendor name)
    Open

    class Settings_LayoutEditor_WebserviceApps_Action extends Settings_Vtiger_Index_Action

    The class Settings_LayoutEditor_WebserviceApps_Action is not named in CamelCase.
    Open

    class Settings_LayoutEditor_WebserviceApps_Action extends Settings_Vtiger_Index_Action
    {
        /** {@inheritdoc} */
        public function __construct()
        {

    CamelCaseClassName

    Since: 0.2

    It is considered best practice to use the CamelCase notation to name classes.

    Example

    class class_name {
    }

    Source

    Spaces must be used to indent lines; tabs are not allowed
    Open

                        $uitypeModel->setDefaultValueFromRequest($request);

    Spaces must be used to indent lines; tabs are not allowed
    Open

        public function __construct()

    Spaces must be used to indent lines; tabs are not allowed
    Open

                            $defaultValue = $customDefaultValue;

    Spaces must be used to indent lines; tabs are not allowed
    Open

            Settings_Vtiger_Tracker_Model::addBasic('save');

    Spaces must be used to indent lines; tabs are not allowed
    Open

                        $customDefaultValue = $request->getByType('customDefaultValue', \App\Purifier::ALNUM);

    Spaces must be used to indent lines; tabs are not allowed
    Open

                        }

    Spaces must be used to indent lines; tabs are not allowed
    Open

         * Update active status.

    Spaces must be used to indent lines; tabs are not allowed
    Open

         * @param \App\Request $request

    Spaces must be used to indent lines; tabs are not allowed
    Open

         *

    Spaces must be used to indent lines; tabs are not allowed
    Open

        }

    Spaces must be used to indent lines; tabs are not allowed
    Open

        public function update(App\Request $request): void

    Spaces must be used to indent lines; tabs are not allowed
    Open

                $uitypeModel = $fieldInstance->getUITypeModel();

    Spaces must be used to indent lines; tabs are not allowed
    Open

            parent::__construct();

    Spaces must be used to indent lines; tabs are not allowed
    Open

                    }

    Spaces must be used to indent lines; tabs are not allowed
    Open

                    if ('' === $defaultValue) {

    Spaces must be used to indent lines; tabs are not allowed
    Open

            $this->exposeMethod('update');

    Spaces must be used to indent lines; tabs are not allowed
    Open

         * @return void

    Spaces must be used to indent lines; tabs are not allowed
    Open

                $fieldInstance = Settings_LayoutEditor_Field_Model::getInstance($request->getInteger('fieldId'));

    Spaces must be used to indent lines; tabs are not allowed
    Open

                $defaultValue = '';

    Spaces must be used to indent lines; tabs are not allowed
    Open

                    if ($list && $request->has('customDefaultValue')) {

    Spaces must be used to indent lines; tabs are not allowed
    Open

        /** {@inheritdoc} */

    Spaces must be used to indent lines; tabs are not allowed
    Open

        {

    Spaces must be used to indent lines; tabs are not allowed
    Open

                if ($request->getBoolean('is_default')) {

    Spaces must be used to indent lines; tabs are not allowed
    Open

                        $defaultValue = $fieldInstance->get('defaultvalue');

    Spaces must be used to indent lines; tabs are not allowed
    Open

        /**

    Spaces must be used to indent lines; tabs are not allowed
    Open

            try {

    Spaces must be used to indent lines; tabs are not allowed
    Open

         */

    Spaces must be used to indent lines; tabs are not allowed
    Open

        {

    Spaces must be used to indent lines; tabs are not allowed
    Open

            $response = new Vtiger_Response();

    Spaces must be used to indent lines; tabs are not allowed
    Open

         *

    Spaces must be used to indent lines; tabs are not allowed
    Open

                    $list = \App\Field::getCustomListForDefaultValue($fieldInstance);

    Spaces must be used to indent lines; tabs are not allowed
    Open

                        if ('-' !== $customDefaultValue && isset($list[$customDefaultValue])) {

    Spaces must be used to indent lines; tabs are not allowed
    Open

                    [

    Spaces must be used to indent lines; tabs are not allowed
    Open

                $response->setResult(['success' => true, 'notify' => ['text' => \App\Language::translate('LBL_CHANGES_SAVED')], 'closeModal' => true]);

    Spaces must be used to indent lines; tabs are not allowed
    Open

            }

    Spaces must be used to indent lines; tabs are not allowed
    Open

            } catch (Exception $e) {

    Spaces must be used to indent lines; tabs are not allowed
    Open

                        'visibility' => $request->getInteger('visibility'),

    Spaces must be used to indent lines; tabs are not allowed
    Open

            $response->emit();

    Spaces must be used to indent lines; tabs are not allowed
    Open

        }

    Spaces must be used to indent lines; tabs are not allowed
    Open

                        'default_value' => $defaultValue,

    Spaces must be used to indent lines; tabs are not allowed
    Open

                    ],

    Spaces must be used to indent lines; tabs are not allowed
    Open

                        'is_default' => $request->getInteger('is_default'),

    Spaces must be used to indent lines; tabs are not allowed
    Open

                }

    Spaces must be used to indent lines; tabs are not allowed
    Open

                $fieldInstance->updateWebserviceData(

    Spaces must be used to indent lines; tabs are not allowed
    Open

                    }

    Spaces must be used to indent lines; tabs are not allowed
    Open

                    $request->getInteger('wa')

    Spaces must be used to indent lines; tabs are not allowed
    Open

                $response->setError($e->getCode(), $e->getMessage());

    Spaces must be used to indent lines; tabs are not allowed
    Open

                );

    Line exceeds 120 characters; contains 147 characters
    Open

                $response->setResult(['success' => true, 'notify' => ['text' => \App\Language::translate('LBL_CHANGES_SAVED')], 'closeModal' => true]);

    Class name "Settings_LayoutEditor_WebserviceApps_Action" is not in camel caps format
    Open

    class Settings_LayoutEditor_WebserviceApps_Action extends Settings_Vtiger_Index_Action

    There are no issues that match your filters.

    Category
    Status