acsone/alfodoo

View on GitHub

Showing 538 of 538 total issues

Function scrollPageIntoView has 99 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    value: function scrollPageIntoView(params) {
      if (!this.pdfDocument) {
        return;
      }
      if (arguments.length > 1 || typeof params === 'number') {
Severity: Major
Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 3 hrs to fix

    Function BasePreferences has 99 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    var BasePreferences = function () {
      function BasePreferences() {
        var _this = this;
    
        _classCallCheck(this, BasePreferences);
    Severity: Major
    Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 3 hrs to fix

      Function scrollPageIntoView has 99 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          value: function scrollPageIntoView(params) {
            if (!this.pdfDocument) {
              return;
            }
            if (arguments.length > 1 || typeof params === 'number') {
      Severity: Major
      Found in cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js - About 3 hrs to fix

        Function BasePreferences has 99 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        var BasePreferences = function () {
          function BasePreferences() {
            var _this = this;
        
            _classCallCheck(this, BasePreferences);
        Severity: Major
        Found in cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js - About 3 hrs to fix

          Function webViewerInitialized has 98 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          function webViewerInitialized() {
            var appConfig = PDFViewerApplication.appConfig;
            var file = void 0;
            var queryString = document.location.search.substring(1);
            var params = (0, _ui_utils.parseQueryString)(queryString);
          Severity: Major
          Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 3 hrs to fix

            Function PDFBugClosure has 98 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            window.PDFBug = (function PDFBugClosure() {
              var panelWidth = 300;
              var buttons = [];
              var activePanel = null;
            
            
            Severity: Major
            Found in cmis_web/static/lib/pdfjs-1.9.426/web/debugger.js - About 3 hrs to fix

              Function webViewerInitialized has 98 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function webViewerInitialized() {
                var appConfig = PDFViewerApplication.appConfig;
                var file = void 0;
                var queryString = document.location.search.substring(1);
                var params = (0, _ui_utils.parseQueryString)(queryString);
              Severity: Major
              Found in cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js - About 3 hrs to fix

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

                    session.getObject = function (objectId, returnVersion, options) {
                      options = _fill(options);
                      options.cmisselector = 'object';
                      options.objectId = objectId;
                      if (returnVersion == 'latestmajor' || returnVersion == 'latest') {
                Severity: Major
                Found in cmis_web/static/lib/cmisjs/cmis.0.3.1.js and 1 other location - About 3 hrs to fix
                cmis_web/static/lib/cmisjs/cmis.0.3.1.js on lines 745..754

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

                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

                    session.getProperties = function (objectId, returnVersion, options) {
                      options = _fill(options);
                      options.cmisselector = 'properties';
                      options.objectId = objectId;
                      if (returnVersion == 'latestmajor' || returnVersion == 'latest') {
                Severity: Major
                Found in cmis_web/static/lib/cmisjs/cmis.0.3.1.js and 1 other location - About 3 hrs to fix
                cmis_web/static/lib/cmisjs/cmis.0.3.1.js on lines 140..149

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

                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

                Function setDocument has 97 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    value: function setDocument(pdfDocument) {
                      var _this = this;
                
                      if (this.pdfDocument) {
                        this._cancelRendering();
                Severity: Major
                Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 3 hrs to fix

                  Function setDocument has 97 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      value: function setDocument(pdfDocument) {
                        var _this = this;
                  
                        if (this.pdfDocument) {
                          this._cancelRendering();
                  Severity: Major
                  Found in cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js - About 3 hrs to fix

                    Function attachDOMEventsToEventBus has 94 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    function attachDOMEventsToEventBus(eventBus) {
                      eventBus.on('documentload', function () {
                        var event = document.createEvent('CustomEvent');
                        event.initCustomEvent('documentload', true, true, {});
                        window.dispatchEvent(event);
                    Severity: Major
                    Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 3 hrs to fix

                      Function attachDOMEventsToEventBus has 94 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      function attachDOMEventsToEventBus(eventBus) {
                        eventBus.on('documentload', function () {
                          var event = document.createEvent('CustomEvent');
                          event.initCustomEvent('documentload', true, true, {});
                          window.dispatchEvent(event);
                      Severity: Major
                      Found in cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js - About 3 hrs to fix

                        Function FontInspectorClosure has a Cognitive Complexity of 26 (exceeds 5 allowed). Consider refactoring.
                        Open

                        var FontInspector = (function FontInspectorClosure() {
                          var fonts;
                          var active = false;
                          var fontAttribute = 'data-font-name';
                          function removeSelection() {
                        Severity: Minor
                        Found in cmis_web/static/lib/pdfjs-1.9.426/web/debugger.js - About 3 hrs 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 pdfHistoryInitialize has 91 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                          initialize: function pdfHistoryInitialize(fingerprint) {
                            this.initialized = true;
                            this.reInitialized = false;
                            this.allowHashChange = true;
                            this.historyUnlocked = true;
                        Severity: Major
                        Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 3 hrs to fix

                          Function pdfHistoryInitialize has 91 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                            initialize: function pdfHistoryInitialize(fingerprint) {
                              this.initialized = true;
                              this.reInitialized = false;
                              this.allowHashChange = true;
                              this.historyUnlocked = true;
                          Severity: Major
                          Found in cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js - About 3 hrs to fix

                            Function gen_dict_extract has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
                            Open

                            def gen_dict_extract(key, var):
                                """ This method is used to recusrively find into a json structure (dict)
                                all values of a given key
                                credits: http://stackoverflow.com/questions/9807634/
                                find-all-occurences-of-a-key-in-nested-python-dictionaries-and-lists
                            Severity: Minor
                            Found in cmis_web_proxy/controllers/cmis.py - About 3 hrs 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

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

                            function getOutputScale(ctx) {
                              var devicePixelRatio = window.devicePixelRatio || 1;
                              var backingStoreRatio = ctx.webkitBackingStorePixelRatio || ctx.mozBackingStorePixelRatio || ctx.msBackingStorePixelRatio || ctx.oBackingStorePixelRatio || ctx.backingStorePixelRatio || 1;
                              var pixelRatio = devicePixelRatio / backingStoreRatio;
                              return {
                            Severity: Major
                            Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js and 1 other location - About 3 hrs to fix
                            cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js on lines 140..149

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

                            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

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

                            function getOutputScale(ctx) {
                              var devicePixelRatio = window.devicePixelRatio || 1;
                              var backingStoreRatio = ctx.webkitBackingStorePixelRatio || ctx.mozBackingStorePixelRatio || ctx.msBackingStorePixelRatio || ctx.oBackingStorePixelRatio || ctx.backingStorePixelRatio || 1;
                              var pixelRatio = devicePixelRatio / backingStoreRatio;
                              return {
                            Severity: Major
                            Found in cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js and 1 other location - About 3 hrs to fix
                            cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js on lines 140..149

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

                            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

                            Function register_content_events has 85 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                register_content_events: function(){
                                     var self = this;
                                     var datatable_container =this.$el.find('.dataTables_scrollBody');
                                     datatable_container.off('dragleave dragend drop dragover dragenter drop');
                                     if (self.dislayed_folder_cmisobject && self.dislayed_folder_cmisobject.allowableActions['canCreateDocument']){
                            Severity: Major
                            Found in cmis_web/static/src/js/form_widgets.js - About 3 hrs to fix
                              Severity
                              Category
                              Status
                              Source
                              Language