Showing 5,781 of 10,536 total issues
Function _runtimeServices
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Ng1LocationServices.prototype._runtimeServices = function ($rootScope, $location, $sniffer, $browser, $window) {
Function registerControllerCallbacks
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function registerControllerCallbacks($q, $transitions, controllerInstance, $scope, cfg) {
Function link
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
link: function(scope, element, attrs, ngMessagesCtrl, $transclude) {
Function groupEventedAnimations
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function groupEventedAnimations(element, event, options, animations, fnName) {
Function computeCachedCssStyles
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function computeCachedCssStyles(node, className, cacheKey, allowNoDuration, properties) {
Function executeAnimationFn
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function executeAnimationFn(fn, element, event, options, onDone) {
Function packageAnimations
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function packageAnimations(element, event, options, animations, fnName) {
Function expect
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$httpBackend.expect = function(method, url, data, headers, keys) {
Function when
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$httpBackend.when = function(method, url, data, headers, keys) {
Function MockHttpExpectation
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function MockHttpExpectation(expectedMethod, expectedUrl, expectedData, expectedHeaders,
expectedKeys) {
Function link
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
link: function(scope, $element, attr, ctrl, $transclude) {
Function rect
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
t.rect = function(row0, col0, row1, col1, originElement) { // row1,col1 is inclusive
Function highchartsNG
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function highchartsNG($window, $rootScope, lazyload, basePath, modules) {
Function value
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
value: function resizeImage(file, width, height, resizeMethod, callback) {
Function formatRange
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function formatRange(date1, date2, formatStr, separator, isRTL) {
Function formatRangeWithChunks
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function formatRangeWithChunks(date1, date2, chunks, separator, isRTL) {
Function mutateEvents
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function mutateEvents(events, clearEnd, forceAllDay, dateDelta, durationDelta) {
Function plotLine
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function plotLine(datapoints, xoffset, yoffset, axisx, axisy) {
Function getTextInfo
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Canvas.prototype.getTextInfo = function(layer, text, font, angle, width) {
Function drawLine
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function drawLine(points, ctx, height, fill, seriesColor) {