Merge pull request #297 from dotkernel/arhimede-patch-1 #211
187 new problems found by Qodana for PHP
Qodana for PHP
187 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unused local symbol |
🔶 Warning | 61 |
Equality operator may cause type coercion |
🔶 Warning | 54 |
Void function return value used |
🔶 Warning | 21 |
'throw' inside 'finally' block |
🔶 Warning | 18 |
JQuery selector can be optimized |
🔶 Warning | 7 |
Bitwise operator usage |
🔶 Warning | 5 |
Unused assignment |
🔶 Warning | 4 |
Single character alternation |
🔶 Warning | 3 |
Comma expression |
🔶 Warning | 2 |
Exception used for local control-flow |
🔶 Warning | 1 |
Infinite recursion |
🔶 Warning | 1 |
Mismatched query and update of collection |
🔶 Warning | 1 |
Unnecessary non-capturing group |
🔶 Warning | 1 |
Variable is assigned to itself |
🔶 Warning | 1 |
Unnecessary 'continue' statement |
🔶 Warning | 1 |
Deprecated symbol used |
◽️ Notice | 4 |
Usage of internal entity |
◽️ Notice | 1 |
Property can be 'readonly' |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Detected 116 dependencies
Third-party software list
This page lists the third-party software dependencies used in project
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 12 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Comma expression
Comma expression
Check warning on line 4 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Comma expression
Comma expression
Check warning on line 3541 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Exception used for local control-flow
'throw' of exception caught locally
Check warning on line 2756 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Infinite recursion
Function `_typeof` recurses infinitely, and can only end by throwing an exception
Check warning on line 63 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Bitwise operator usage
Bitwise operator used
Check warning on line 62 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Bitwise operator usage
Bitwise operator used
Check warning on line 61 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Bitwise operator usage
Bitwise operator used
Check warning on line 1739 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Bitwise operator usage
Bitwise operator used
Check warning on line 1740 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Bitwise operator usage
Bitwise operator used
Check notice on line 13 in src/App/assets/js/components/_util.js
github-actions / Qodana for PHP
Deprecated symbol used
Deprecated symbol used, consult docs for better alternative
Check notice on line 55 in src/App/assets/js/components/_sidebar.js
github-actions / Qodana for PHP
Deprecated symbol used
Deprecated symbol used, consult docs for better alternative
Check notice on line 620 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Deprecated symbol used
Deprecated symbol used, consult docs for better alternative
Check notice on line 54 in src/App/assets/js/components/_sidebar.js
github-actions / Qodana for PHP
Deprecated symbol used
Deprecated symbol used, consult docs for better alternative
Check warning on line 1055 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Equality operator may cause type coercion
Comparison $stringify(Object(symbol)) != '{}' may cause unexpected type coercion
Check warning on line 1549 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Equality operator may cause type coercion
Comparison indexedObject != Object may cause unexpected type coercion
Check warning on line 1993 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Equality operator may cause type coercion
Comparison parseInt != _parseInt may cause unexpected type coercion
Check warning on line 1942 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Equality operator may cause type coercion
Comparison (result = classofRaw(O)) == 'Object' may cause unexpected type coercion
Check warning on line 2539 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Equality operator may cause type coercion
Comparison 'abbc'.split(/(b)\*/)\[1\] == 'c' may cause unexpected type coercion
Check warning on line 1968 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Equality operator may cause type coercion
Comparison trimmedString.charAt(0) == '-' may cause unexpected type coercion
Check warning on line 1924 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Equality operator may cause type coercion
Comparison classofRaw(function () { return arguments; }()) == 'Arguments' may cause unexpected type coercion
Check warning on line 1973 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Equality operator may cause type coercion
Comparison parseFloat != _parseFloat may cause unexpected type coercion
Check warning on line 133 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Equality operator may cause type coercion
Comparison Object.defineProperty(documentCreateElement('div'), 'a', { get: function () { return 7; } })... may cause unexpected type coercion
Check warning on line 759 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Equality operator may cause type coercion
Comparison TYPE == 2 may cause unexpected type coercion
Check warning on line 1767 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Equality operator may cause type coercion
Comparison classofRaw(objectCreate(NumberPrototype)) == NUMBER may cause unexpected type coercion
Check warning on line 2128 in src/App/assets/js/components/_bootstrap-table.js
github-actions / Qodana for PHP
Equality operator may cause type coercion
Comparison nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b' may cause unexpected type coercion