acsone/alfodoo

View on GitHub

Showing 538 of 538 total issues

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

var TempImageFactory = function TempImageFactoryClosure() {
  var tempCanvasCache = null;
  return {
    getCanvas: function getCanvas(width, height) {
      var tempCanvas = tempCanvasCache;
Severity: Minor
Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 1 hr to fix

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

        value: function setDocument(pdfDocument) {
          var _this = this;
    
          if (this.pdfDocument) {
            this._cancelRendering();
    Severity: Minor
    Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.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/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/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/viewer.js - About 1 hr to fix

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

                value: function setDocument(pdfDocument) {
                  var _this = this;
            
                  if (this.pdfDocument) {
                    this._cancelRendering();
            Severity: Minor
            Found in cmis_web/static/lib/pdfjs-1.9.426/web/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/viewer.js - About 1 hr to fix

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

                var TempImageFactory = function TempImageFactoryClosure() {
                  var tempCanvasCache = null;
                  return {
                    getCanvas: function getCanvas(width, height) {
                      var tempCanvas = tempCanvasCache;
                Severity: Minor
                Found in cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js - About 1 hr to fix

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

                          this.$el.find('.root-content-action-new-folder').on('click', function(e){
                              var dialog = new CmisCreateFolderDialog(self, self.dislayed_folder_cmisobject);
                              dialog.open();
                  
                          });
                  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 1327..1330

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

                  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

                          this.$el.find('.root-content-action-new-doc').on('click', function(e){
                              var dialog = new CmisCreateDocumentDialog(self, self.dislayed_folder_cmisobject);
                              dialog.open();
                          });
                  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 1322..1326

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

                  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 getDefaultPreferences has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  function getDefaultPreferences() {
                    if (!defaultPreferences) {
                      defaultPreferences = Promise.resolve({
                        "showPreviousViewOnLoad": true,
                        "defaultZoomValue": "",
                  Severity: Minor
                  Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 1 hr to fix

                    Function renderPage has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    function renderPage(activeServiceOnEntry, pdfDocument, pageNumber, size) {
                      var scratchCanvas = activeService.scratchCanvas;
                      var PRINT_RESOLUTION = 150;
                      var PRINT_UNITS = PRINT_RESOLUTION / 72.0;
                      scratchCanvas.width = Math.floor(size.width * PRINT_UNITS);
                    Severity: Minor
                    Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 1 hr to fix

                      Function render has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

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

                        Function calcFindMatch has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            value: function calcFindMatch(pageIndex) {
                              var pageContent = this.normalize(this.pageContents[pageIndex]);
                              var query = this.normalize(this.state.query);
                              var caseSensitive = this.state.caseSensitive;
                              var phraseSearch = this.state.phraseSearch;
                        Severity: Minor
                        Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 1 hr to fix

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

                              init: function(parent, cmisObjectWrapped, options) {
                                  var self = this;
                                  var btnOkTitle = _t('OK');
                                  if (!_.isUndefined(options) && _.has(options, 'btnOkTitle')){
                                      btnOkTitle = options.btnOkTitle;
                          Severity: Minor
                          Found in cmis_web/static/src/js/form_widgets.js - About 1 hr to fix

                            Function add has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                add(pageNumber, stat) {
                                  if (!stat) {
                                    return;
                                  }
                                  var statsIndex = getStatIndex(pageNumber);
                            Severity: Minor
                            Found in cmis_web/static/lib/pdfjs-1.9.426/web/debugger.js - About 1 hr to fix

                              Function renderPage has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              function renderPage(activeServiceOnEntry, pdfDocument, pageNumber, size) {
                                var scratchCanvas = activeService.scratchCanvas;
                                var PRINT_RESOLUTION = 150;
                                var PRINT_UNITS = PRINT_RESOLUTION / 72.0;
                                scratchCanvas.width = Math.floor(size.width * PRINT_UNITS);
                              Severity: Minor
                              Found in cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js - About 1 hr to fix

                                Function calcFindMatch has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    value: function calcFindMatch(pageIndex) {
                                      var pageContent = this.normalize(this.pageContents[pageIndex]);
                                      var query = this.normalize(this.state.query);
                                      var caseSensitive = this.state.caseSensitive;
                                      var phraseSearch = this.state.phraseSearch;
                                Severity: Minor
                                Found in cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js - About 1 hr to fix

                                  Function render has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      value: function render(viewport) {
                                        var _this = this;
                                  
                                        var intent = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'display';
                                  
                                  
                                  Severity: Minor
                                  Found in cmis_web/static/lib/pdfjs-1.9.426/web/viewer.js - About 1 hr to fix

                                    Consider simplifying this complex logical expression.
                                    Open

                                      if (event.keyCode === 80 && (event.ctrlKey || event.metaKey) && !event.altKey && (!event.shiftKey || window.chrome || window.opera)) {
                                        window.print();
                                        if (hasAttachEvent) {
                                          return;
                                        }
                                    Severity: Major
                                    Found in cmis_web/static/lib/pdfjs-1.9.426/web/odoo-viewer.js - About 1 hr to fix
                                      Severity
                                      Category
                                      Status
                                      Source
                                      Language