resources.report.rules.spotbugs.DB_DUPLICATE_BRANCHES.html Maven / Gradle / Ivy
DB_DUPLICATE_BRANCHES
DB: Method uses the same code for two branches (DB_DUPLICATE_BRANCHES)
This method uses the same code to implement two branches of a conditional branch.
Check to ensure that this isn't a coding mistake.