Faulty legacy warnings about non existing devon.properties #942
Labels
bug
Something isn't working
good first issue
Good for newcomers
status
StatusCommandlet (ide status)
Milestone
Please see the warnings about
Found legacy properties....
But the fact is that none of these legacy properties even exists:
Comments
I guess we had some code checking for this that was making his choice via
EnvironmentVariablesProperties.getLegacyPropertiesFilePath() != null
.This has changed but this has always been wrong then since only if the file really exists, we need to print the warning. Earlier the method was returning
null
if it internally found out that thePath
does not exist.The text was updated successfully, but these errors were encountered: