Showing 388 of 406 total issues
Avoid deeply nested control flow statements. Open
Open
if empty then
label << data
next if empty == :continue
break
end
Function performSearch
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function performSearch(data, regexps, queries, highlighters, state) {
Method documentation_page
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def documentation_page store, generator, path, req, res
Method initialize
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def initialize top_level, file_name, content, options, stats
Method initialize
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def initialize(top_level, file_name, content, options, stats)
Method create_attr
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def create_attr container, single, name, rw, comment # :nodoc:
Method initialize
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def initialize server, stores, cache, mount_path = nil, extra_doc_dirs = []
Method initialize
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def initialize(text, old_name, new_name, comment, singleton = false)
Method parse_meta_method_params
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def parse_meta_method_params container, single, meth, tk, comment # :nodoc:
Method find_body
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def find_body class_name, meth_name, meth_obj, file_content, quiet = false
Method handle_class_module
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def handle_class_module(var_name, type, class_name, parent, in_module)
Method class_document
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def class_document name, found, klasses, includes, extends
Method initialize
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def initialize(text, name, rw, comment, singleton = false)
Method complete_klass
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def complete_klass name, klass, selector, method, completions # :nodoc:
Method each
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def self.each system = true, site = true, home = true, gems = :latest, *extra_dirs # :yields: directory, type
Method add_alias
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def add_alias(var_name, class_obj, old_name, new_name, comment)
Method initialize
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def initialize top_level, file_name, content, options, stats
Method raw_path
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def self.raw_path(system, site, home, gems, *extra_dirs)
Method initialize
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def initialize(top_level, file_name, content, options, stats)
Method path
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def self.path(system = true, site = true, home = true, gems = :latest, *extra_dirs)