adobe/brackets

View on GitHub

Showing 1,485 of 3,294 total issues

File strings.js has 636 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*
 * Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
Severity: Major
Found in src/nls/lv/strings.js - About 1 day to fix

    File unittests.js has 635 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /*
     * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved.
     *
     * Permission is hereby granted, free of charge, to any person obtaining a
     * copy of this software and associated documentation files (the "Software"),
    Severity: Major
    Found in src/extensions/default/UrlCodeHints/unittests.js - About 1 day to fix

      File strings.js has 634 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      /*
       * Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
       *
       * Permission is hereby granted, free of charge, to any person obtaining a
       * copy of this software and associated documentation files (the "Software"),
      Severity: Major
      Found in src/nls/it/strings.js - About 1 day to fix

        File strings.js has 634 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        /*
         * Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
         *
         * Permission is hereby granted, free of charge, to any person obtaining a
         * copy of this software and associated documentation files (the "Software"),
        Severity: Major
        Found in src/nls/cs/strings.js - About 1 day to fix

          File strings.js has 634 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          /*
           * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved.
           *
           * Permission is hereby granted, free of charge, to any person obtaining a
           * copy of this software and associated documentation files (the "Software"),
          Severity: Major
          Found in src/nls/ko/strings.js - About 1 day to fix

            File FindInFiles.js has 633 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            /*
             * Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
             *
             * Permission is hereby granted, free of charge, to any person obtaining a
             * copy of this software and associated documentation files (the "Software"),
            Severity: Major
            Found in src/search/FindInFiles.js - About 1 day to fix

              File strings.js has 625 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

              /*
               * Copyright (c) 2015 - present Adobe Systems Incorporated. All rights reserved.
               *
               * Permission is hereby granted, free of charge, to any person obtaining a
               * copy of this software and associated documentation files (the "Software"),
              Severity: Major
              Found in src/nls/zh-tw/strings.js - About 1 day to fix

                File strings.js has 625 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                /*
                 * Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
                 *
                 * Permission is hereby granted, free of charge, to any person obtaining a
                 * copy of this software and associated documentation files (the "Software"),
                Severity: Major
                Found in src/nls/pt-br/strings.js - About 1 day to fix

                  File strings.js has 619 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

                  /*
                   * Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
                   *
                   * Permission is hereby granted, free of charge, to any person obtaining a
                   * copy of this software and associated documentation files (the "Software"),
                  Severity: Major
                  Found in src/nls/es/strings.js - About 1 day to fix

                    File FileTreeViewModel.js has 613 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

                    /*
                     * Copyright (c) 2014 - present Adobe Systems Incorporated. All rights reserved.
                     *
                     * Permission is hereby granted, free of charge, to any person obtaining a
                     * copy of this software and associated documentation files (the "Software"),
                    Severity: Major
                    Found in src/project/FileTreeViewModel.js - About 1 day to fix

                      Function main has 264 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      define(function main(require, exports, module) {
                          "use strict";
                      
                          var DocumentManager     = require("document/DocumentManager"),
                              Commands            = require("command/Commands"),
                      Severity: Major
                      Found in src/LiveDevelopment/main.js - About 1 day to fix

                        File TernNodeDomain.js has 587 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

                        /*
                         * Copyright (c) 2017 - present Adobe Systems Incorporated. All rights reserved.
                         *  
                         * Permission is hereby granted, free of charge, to any person obtaining a
                         * copy of this software and associated documentation files (the "Software"), 
                        Severity: Major
                        Found in src/JSUtils/node/TernNodeDomain.js - About 1 day to fix

                          File jquery.ui.accordion.js has 586 lines of code (exceeds 250 allowed). Consider refactoring.
                          Open

                          /*!
                           * jQuery UI Accordion @VERSION
                           *
                           * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
                           * Dual licensed under the MIT or GPL Version 2 licenses.

                            File HTMLTokenizer.js has 583 lines of code (exceeds 250 allowed). Consider refactoring.
                            Open

                            /*
                             * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved.
                             *
                             * Permission is hereby granted, free of charge, to any person obtaining a
                             * copy of this software and associated documentation files (the "Software"),
                            Severity: Major
                            Found in src/language/HTMLTokenizer.js - About 1 day to fix

                              File search.php has 581 lines of code (exceeds 250 allowed). Consider refactoring.
                              Open

                              <?php
                              
                              sleep( 3 );
                              // no term passed - just exit early with no response
                              if (empty($_GET['term'])) exit ;

                                File jquery.ui.draggable.js has 577 lines of code (exceeds 250 allowed). Consider refactoring.
                                Open

                                /*!
                                 * jQuery UI Draggable @VERSION
                                 *
                                 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
                                 * Dual licensed under the MIT or GPL Version 2 licenses.

                                  Function makeResizable has 244 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      function makeResizable(element, direction, position, minSize, collapsible, forceLeft, createdByWorkspaceManager, usePercentages, _attachToParent) {
                                          var $resizer            = $('<div class="' + direction + '-resizer"></div>'),
                                              $element            = $(element),
                                              $parent             = $element.parent(),
                                              $resizableElement   = $($element.find(".resizable-content:first")[0]),
                                  Severity: Major
                                  Found in src/utils/Resizer.js - About 1 day to fix

                                    File unittests.js has 571 lines of code (exceeds 250 allowed). Consider refactoring.
                                    Open

                                    /*
                                     * Copyright (c) 2019 - present Adobe. All rights reserved.
                                     *
                                     * Permission is hereby granted, free of charge, to any person obtaining a
                                     * copy of this software and associated documentation files (the "Software"),
                                    Severity: Major
                                    Found in src/extensions/default/PhpTooling/unittests.js - About 1 day to fix

                                      Function ajax has 242 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          ajax: function( url, options ) {
                                      
                                              // If url is an object, simulate pre-1.5 signature
                                              if ( typeof url === "object" ) {
                                                  options = url;

                                        File unittests.js has 568 lines of code (exceeds 250 allowed). Consider refactoring.
                                        Open

                                        /*
                                         * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved.
                                         *
                                         * Permission is hereby granted, free of charge, to any person obtaining a
                                         * copy of this software and associated documentation files (the "Software"),
                                        Severity: Major
                                        Found in src/extensions/default/JavaScriptRefactoring/unittests.js - About 1 day to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language