HHH-9733 - Add checks for no-arg uses of String#toUpperCase and String#toLowerCase

This commit is contained in:
Steve Ebersole 2015-04-17 12:21:00 -05:00
parent f77b861137
commit 9abb981ac2
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ subprojects { subProject ->
findbugs {
sourceSets = [ subProject.sourceSets.main, subProject.sourceSets.test ]
ignoreFailures = true
toolVersion = '3.0.1'
}
// exclude generated sources
// unfortunately this nice easy approach does not seem to work : http://forums.gradle.org/gradle/topics/specify_excludes_to_checkstyle_task