tushartushar / DesigniteJava

Detects smells and computes metrics of Java code
https://www.designite-tools.com/products-dj
Apache License 2.0
172 stars 64 forks source link

Directory creation failing #46

Closed tushartushar closed 6 years ago

tushartushar commented 6 years ago

I run the tests and all four tests in "DesigniteTests.metrics.MethodMetricsTest" are failing. When I looked into these tests, I observed that dir.mkdir() is failing on my machine (Mac). It could be due to relative path we are passing.

AntonisGkortzis commented 6 years ago

This is caused by the hard-coded paths in the test directories. It is fixed in the magic-number branch, however, the branch requires some polishing before using it. It will soon be ready for sharing.

tushartushar commented 6 years ago

Done.