git-afsantos / haros

H(igh) A(ssurance) ROS - Static analysis of ROS application code.
MIT License
190 stars 37 forks source link

Fixed two bugs (junit_xml_output default value; "py"/"python" as file IDs) #82

Closed max-krichenbauer closed 5 years ago

max-krichenbauer commented 5 years ago

The first bug was introduced in the recent merge of https://github.com/git-afsantos/haros/pull/79 and involves a missing default value in the constructor/initializer or HarosRunner which will break HarosVizRunner.

The other is that python files received the file identifier "py", but plugins and statistics modules expect the identifyer to be "python".

git-afsantos commented 5 years ago

Good catch. Thanks for the fix!