acsone/alfodoo

View on GitHub

Showing 538 of 538 total issues

Function bindWindowEvents has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  bindWindowEvents: function bindWindowEvents() {
    var eventBus = this.eventBus,
        _boundEvents = this._boundEvents;

    _boundEvents.windowResize = function () {
Severity: Minor
Found in cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js - About 1 hr to fix

    Function createDocumentFromSource has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        session.createDocumentFromSource = function (parentId, sourceId, content, input, mimeType, versioningState, policies, addACEs, removeACEs, options) {
          var options = _fill(options);
          if ('string' == typeof input) {
            input = {
              'cmis:name': input
    Severity: Minor
    Found in cmis_web/static/lib/cmisjs/cmis.0.3.1.js - About 1 hr to fix

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

      {
        _pdfjsLib.PDFJS.locale = _pdfjsLib.PDFJS.locale === undefined && typeof navigator !== 'undefined' ? navigator.language : _pdfjsLib.PDFJS.locale;
      }
      Severity: Major
      Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js and 1 other location - About 1 hr to fix
      cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js on lines 137..139

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

      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

                   cmis_session
                   .createDocument(this.parent_cmisobject.objectId, file, {'cmis:name': file.name}, file.mimeType)
                   .ok(function(data) {
                       processedFiles.push(data);
                       if (processedFiles.length == numFiles){
      Severity: Major
      Found in cmis_web/static/src/js/form_widgets.js and 1 other location - About 1 hr to fix
      cmis_web/static/src/js/form_widgets.js on lines 1251..1259

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

      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

      {
        _pdfjsLib.PDFJS.locale = _pdfjsLib.PDFJS.locale === undefined && typeof navigator !== 'undefined' ? navigator.language : _pdfjsLib.PDFJS.locale;
      }
      Severity: Major
      Found in cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js and 1 other location - About 1 hr to fix
      cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js on lines 137..139

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

      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

                  cmis_session
                  .createDocument(this.displayed_folder_id, file, {'cmis:name': file.name}, file.mimeType)
                  .ok(function(data) {
                      processedFiles.push(data);
                      if (processedFiles.length == numFiles){
      Severity: Major
      Found in cmis_web/static/src/js/form_widgets.js and 1 other location - About 1 hr to fix
      cmis_web/static/src/js/form_widgets.js on lines 311..319

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

      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 createDocument has 9 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          session.createDocument = function (parentId, content, input, mimeType, versioningState, policies, addACEs, removeACEs, options) {
      Severity: Major
      Found in cmis_web/static/lib/cmisjs/cmis.0.3.1.js - About 1 hr to fix

        Function checkIn has 9 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            session.checkIn = function (objectId, major, input, content, comment, policies, addACEs, removeACEs, options) {
        Severity: Major
        Found in cmis_web/static/lib/cmisjs/cmis.0.3.1.js - About 1 hr to fix

          Function _hideUINotification has 28 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              value: function _hideUINotification(view) {
                var _this2 = this;
          
                if (this.disableNotification) {
                  return;
          Severity: Minor
          Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 1 hr to fix

            Function init has 28 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                 init: function(parent, parent_cmisobject, file) {
                     var self = this;
                     var options = {
                         buttons: [
                             {text: _t("Process"),
            Severity: Minor
            Found in cmis_web/static/src/js/form_widgets.js - About 1 hr to fix

              Function updateMatches has 28 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  value: function updateMatches() {
                    if (!this.renderingDone) {
                      return;
                    }
                    var matches = this.matches;
              Severity: Minor
              Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 1 hr to fix

                Function close has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                  close: function close() {
                    var errorWrapper = this.appConfig.errorWrapper.container;
                    errorWrapper.setAttribute('hidden', 'true');
                    if (!this.pdfLoadingTask) {
                      return Promise.resolve();
                Severity: Minor
                Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 1 hr to fix

                  Function updateMatches has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      value: function updateMatches() {
                        if (!this.renderingDone) {
                          return;
                        }
                        var matches = this.matches;
                  Severity: Minor
                  Found in cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js - About 1 hr to fix

                    Function close has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                      close: function close() {
                        var errorWrapper = this.appConfig.errorWrapper.container;
                        errorWrapper.setAttribute('hidden', 'true');
                        if (!this.pdfLoadingTask) {
                          return Promise.resolve();
                    Severity: Minor
                    Found in cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js - About 1 hr to fix

                      Function _hideUINotification has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          value: function _hideUINotification(view) {
                            var _this2 = this;
                      
                            if (this.disableNotification) {
                              return;
                      Severity: Minor
                      Found in cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js - About 1 hr to fix

                        Function createDocument has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            session.createDocument = function (parentId, content, input, mimeType, versioningState, policies, addACEs, removeACEs, options) {
                              var options = _fill(options);
                              if ('string' == typeof input) {
                                input = {
                                  'cmis:name': input
                        Severity: Minor
                        Found in cmis_web/static/lib/cmisjs/cmis.0.3.1.js - About 1 hr to fix

                          Function pdfHistory_getPreviousParams has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                            _getPreviousParams: function pdfHistory_getPreviousParams(onlyCheckPage, beforeUnload) {
                              if (!(this.currentBookmark && this.currentPage)) {
                                return null;
                              } else if (this.updatePreviousBookmark) {
                                this.updatePreviousBookmark = false;
                          Severity: Minor
                          Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 1 hr to fix

                            Function ViewHistory has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                              function ViewHistory(fingerprint) {
                                var _this = this;
                            
                                var cacheSize = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : DEFAULT_VIEW_HISTORY_CACHE_SIZE;
                            
                            
                            Severity: Minor
                            Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 1 hr to fix

                              Function finishPaintTask has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                    var finishPaintTask = function finishPaintTask(error) {
                                      if (paintTask === _this.paintTask) {
                                        _this.paintTask = null;
                                      }
                                      if (error === 'cancelled' || error instanceof _pdfjsLib.RenderingCancelledException) {
                              Severity: Minor
                              Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 1 hr to fix

                                Function nextEntry has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                        function nextEntry() {
                                          while (true) {
                                            if (!entries.length) {
                                              parsedRawLinesCallback();
                                              return;
                                Severity: Minor
                                Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 1 hr to fix
                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language