DesigniteJava icon indicating copy to clipboard operation
DesigniteJava copied to clipboard

Custom thresholds

Open tushartushar opened this issue 6 years ago • 1 comments

  • Are we actually using 'ThresholdsParser'? I only see it is being used from tests!
  • Also, we need to change the location of the threshold.txt and make sure that it is present in the target folder.
  • Another thing is that if we don't find the file, we need to return the standard thresholds (and not throw an exception)

tushartushar avatar Apr 12 '18 08:04 tushartushar

The functionality is implemented but I didn't add it in the main flow. And yes adding it to the main flow someone would have to consider to try to parse to and otherwise (maybe catch the exception?) use the default attributes of the threshold class which is also already implemented.

I totally agree with the second bullet.

Thodoras avatar Apr 12 '18 09:04 Thodoras