TestSmells / TestSmellDetector

A tool to detect test smells in Java projects that utilize JUnit as the testing framework
https://testsmells.github.io/
GNU General Public License v3.0
73 stars 39 forks source link

Replace hardcoded path separators with `File.separator` #2

Open gerarts opened 6 years ago

gerarts commented 6 years ago

Replaces all occurrences of "\\" and "\\\\" with their respective File.separator counterparts to make the project run on multiple platforms.

(Also adds maven-assembly-plugin for easy compilation to JAR)

gerarts commented 6 years ago

Updates added for usage in the Software Quality MOOC at Delft University of Technology.