hackedteam/core-android-market

View on GitHub

Showing 566 of 566 total issues

Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(self, id, composing, source_types, target_types_and_names, requirements):
Severity: Minor
Found in src/libbson/boost/boost_1_53_0/tools/build/v2/tools/builtin.py - About 35 mins to fix

    Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def __init__ (self, id, composing, source_types, target_types_and_names, requirements):
    Severity: Minor
    Found in src/libbson/boost/boost_1_53_0/tools/build/v2/tools/unix.py - About 35 mins to fix

      Function make has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def make (target_name, sources, generating_rule,
      Severity: Minor
      Found in src/libbson/boost/boost_1_53_0/tools/build/v2/tools/make.py - About 35 mins to fix

        Function get_invocation_command has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        def get_invocation_command(toolset, tool, user_provided_command = [],
        Severity: Minor
        Found in src/libbson/boost/boost_1_53_0/tools/build/v2/tools/common.py - About 35 mins to fix

          Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def __init__ (self, id, composing, source_types, target_types_and_names, requirements):
          Severity: Minor
          Found in src/libbson/boost/boost_1_53_0/tools/build/v2/tools/builtin.py - About 35 mins to fix

            Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                def __init__(self, id, composing = True, source_types = [], target_types_and_names = ['LIB'], requirements = []):
            Severity: Minor
            Found in src/libbson/boost/boost_1_53_0/tools/build/v2/tools/builtin.py - About 35 mins to fix

              Function lib has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

              def lib(names, sources=[], requirements=[], default_build=[], usage_requirements=[]):
              Severity: Minor
              Found in src/libbson/boost/boost_1_53_0/tools/build/v2/tools/builtin.py - About 35 mins to fix

                Function libxslt has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                def libxslt( log, xml_file, xsl_file, output_file, parameters = None ):

                  Function alias has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                  def alias(name, sources=[], requirements=[], default_build=[], usage_requirements=[]):
                  Severity: Minor
                  Found in src/libbson/boost/boost_1_53_0/tools/build/v2/build/alias.py - About 35 mins to fix

                    Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        def __init__ (self, name, type, project, action = None, exact=False):
                    Severity: Minor
                    Found in src/libbson/boost/boost_1_53_0/tools/build/v2/build/virtual_target.py - About 35 mins to fix

                      Function install has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                      def install(name, sources, requirements=[], default_build=[], usage_requirements=[]):
                      Severity: Minor
                      Found in src/libbson/boost/boost_1_53_0/tools/build/v2/tools/stage.py - About 35 mins to fix

                        Function create_metatarget has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                            def create_metatarget(name, sources, requirements = [], default_build = None, usage_requirements = []):
                        Severity: Minor
                        Found in src/libbson/boost/boost_1_53_0/tools/build/v2/build/targets.py - About 35 mins to fix

                          Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              def __init__ (self, id, composing, source_types, target_types, requirements):
                          Severity: Minor
                          Found in src/libbson/boost/boost_1_53_0/tools/build/v2/tools/unix.py - About 35 mins to fix

                            Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                def __init__ (self, id = 'SearchedLibGenerator', composing = False, source_types = [], target_types_and_names = ['SEARCHED_LIB'], requirements = []):
                            Severity: Minor
                            Found in src/libbson/boost/boost_1_53_0/tools/build/v2/tools/builtin.py - About 35 mins to fix

                              Function register_c_compiler has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                              def register_c_compiler (id, source_types, target_types, requirements, optional_properties = []):
                              Severity: Minor
                              Found in src/libbson/boost/boost_1_53_0/tools/build/v2/tools/builtin.py - About 35 mins to fix

                                Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    def __init__ (self, id, composing, source_types, target_types_and_names, requirements):
                                Severity: Minor
                                Found in src/libbson/boost/boost_1_53_0/tools/build/v2/tools/builtin.py - About 35 mins to fix

                                  Function register_action has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      def register_action (self, action_name, command, bound_list = [], flags = [],
                                  Severity: Minor
                                  Found in src/libbson/boost/boost_1_53_0/tools/build/v2/build/engine.py - About 35 mins to fix

                                    Function get_invocation_command_nodefault has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                    def get_invocation_command_nodefault(
                                    Severity: Minor
                                    Found in src/libbson/boost/boost_1_53_0/tools/build/v2/tools/common.py - About 35 mins to fix

                                      Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          def __init__ (self, id, composing, source_types, target_types_and_names, requirements):
                                      Severity: Minor
                                      Found in src/libbson/boost/boost_1_53_0/tools/build/v2/tools/builtin.py - About 35 mins to fix

                                        Function get_sibling has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                            def get_sibling( self, sibling, tag = None, id = None, name = None, type = None ):
                                        Severity: Minor
                                        Found in src/libbson/boost/boost_1_53_0/tools/regression/src/process_jam_log.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language