Showing 1,485 of 3,294 total issues
Function _cmdUpdate
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _cmdUpdate(packagePath, destinationDirectory, options, callback, pCallback) {
Function _createEditorForDocument
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _createEditorForDocument(doc, makeMasterEditor, container, range, editorOptions) {
Function Editor
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function Editor(document, makeMasterEditor, container, range, options) {
Function _getLineCommentPrefixEdit
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _getLineCommentPrefixEdit(editor, prefixes, blockPrefix, blockSuffix, lineSel) {
Function getSessionHints
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function getSessionHints(query, cursor, type, token, $deferredHints) {
Function LiveDocument
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function LiveDocument(protocol, urlResolver, doc, editor, roots) {
Function LiveCSSDocument
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
var LiveCSSDocument = function LiveCSSDocument(protocol, urlResolver, doc, editor, roots) {
Function _find
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _find(src, match, skip, quotes, comments) {
Function _findEach
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _findEach(src, match, quotes, comments, callback) {
Function _dialogDatepicker
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
_dialogDatepicker: function(input, date, onSelect, settings, pos) {
Function FileLocation
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function FileLocation(fullPath, line, chFrom, chTo, id) {
Function drawLine
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
drawLine: function (x1, y1, x2, y2, type) {
Function toggleClass
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
toggleClass: function( classNames, force, speed, easing, callback ) {
Function switchClass
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
switchClass: function( remove, add, speed, easing, callback) {
Function PSEUDO
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
PSEUDO: function( match, curLoop, inplace, result, not ) {
Function remove
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
remove: function( elem, types, handler, selector, mappedTypes ) {
Function on
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
on: function( types, selector, data, fn, /*INTERNAL*/ one ) {
Function Test
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function Test( name, testName, expected, async, callback ) {
Function add
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
add: function( elem, types, handler, data, selector ) {
Function _visitHelper
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
FileSystemEntry.prototype._visitHelper = function (stats, visitedPaths, visitor, options, callback) {