Skip to content

I think jdoop.py file has some bugs. #2

@srgiri

Description

@srgiri

Line # 225: self.paths.lib_junit = str(config.get('lib', 'hamcrest'))

should be: self.paths.lib_hamcrest = str(config.get('lib', 'hamcrest'))

when the above fix was done and the command was run, I am getting the below error.
File "jdoop.py", line 955, in
report = Report(jdoop.paths.lib_jacoco, [unit_tests_list[-1].name], classpath, params.root, jdoop.paths.sut_compilation_dir)
IndexError: list index out of range

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions