Showing 842 of 1,379 total issues
Function run_thread_body
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def run_thread_body(
Method create_file
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def self.create_file(filename, desired_access, share_mode, security_attributes, creation_disposition, flags_and_attributes, template_file = NULL)
Method initialize
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def initialize(name, bit_offset, bit_size, data_type, endianness, array_size = nil, overflow = :ERROR)
Method _execute_wait
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _execute_wait(target_name, packet_name, item_name, value_type, comparison_to_eval, timeout, polling_rate, quiet: false, scope: $openc3_scope, token: $openc3_token)
Method initialize
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
hostname,
write_port,
read_port,
write_timeout,
read_timeout,
Method mdy2julian
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def self.mdy2julian(year, month = 1, day = 1, hour = 0, minute = 0, second = 0, us = 0)
Method mdy2ccsds
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def self.mdy2ccsds(year, month, day, hour, minute, second, us)
Method initialize
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
write_termination_characters,
read_termination_characters,
strip_read_termination = true,
discard_leading_bytes = 0,
sync_pattern = nil,
Method initialize
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def initialize(name, bit_offset, bit_size, data_type, endianness, array_size = nil, overflow = :ERROR)
Method initialize
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
min_id_size,
discard_leading_bytes = 0,
sync_pattern = nil,
telemetry = true,
fill_fields = false,
Method mdy2mjd
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def self.mdy2mjd(year, month = 1, day = 1, hour = 0, minute = 0, second = 0, us = 0)
Method define_item
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def define_item(name, bit_offset, bit_size, data_type, array_size = nil, endianness = @default_endianness, overflow = :ERROR)
Method initialize
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def initialize(hostname, port = 1883, ssl = false, write_topic = nil, read_topic = nil, protocol_type = nil, *protocol_args)
Method initialize
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def initialize(hostname, port = 80, protocol = 'http', write_timeout = 5, read_timeout = nil, connect_timeout = 5, include_request_in_response = false)
Method initialize
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
name,
bit_offset,
bit_size,
data_type,
endianness,
Method initialize
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
remote_log_directory,
logging_enabled = true,
cycle_time = nil,
cycle_size = 1_000_000_000,
cycle_hour = nil,
Method write
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def self.write(value, bit_offset, bit_size, data_type, buffer, endianness, overflow)
Method check_overflow
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def self.check_overflow(value, min_value, max_value, hex_max_value, bit_size, data_type, overflow)
Method check_overflow_array
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def self.check_overflow_array(values, min_value, max_value, hex_max_value, bit_size, data_type, overflow)
Method run
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
scope,
name,
suite_runner = nil,
disconnect = false,
environment = nil,