A curated list of awesome test automation frameworks, tools, libraries, and software for different programming languages. Sponsored by http://sdclabs.com
In Settingsconfiguration.java we create directories using mkdirs(). We should check the return type and print an error message to the log, if the directory could not be created
Findbugs output:
Exceptional return value of java.io.File.mkdirs() ignored in org.getaviz.generator.SettingsConfiguration.loadConfig(String)
Exceptional return value of java.io.File.mkdirs() ignored in org.getav
Polyjuice is a potion that allows the drinker to assume the form of someone else. Also is an amazing library to improve your stubs models in your tests - https://www.nuget.org/packages/Polyjuice/
In Settingsconfiguration.java we create directories using mkdirs(). We should check the return type and print an error message to the log, if the directory could not be created
Findbugs output: