SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.8.6

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
20 2 0 0

Files

Class Bugs
org.apache.shardingsphere.test.loader.TestParameterLoader 1
org.apache.shardingsphere.test.loader.strategy.impl.GitHubTestParameterLoadStrategy 1

org.apache.shardingsphere.test.loader.TestParameterLoader

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.shardingsphere.test.loader.TestParameterLoader.loadContent(URI): new java.io.InputStreamReader(InputStream) I18N DM_DEFAULT_ENCODING 104 High

org.apache.shardingsphere.test.loader.strategy.impl.GitHubTestParameterLoadStrategy

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.shardingsphere.test.loader.strategy.impl.GitHubTestParameterLoadStrategy.loadContent(URI): new java.io.InputStreamReader(InputStream) I18N DM_DEFAULT_ENCODING 114 High