mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
upgrade spotbugs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895696 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d924919ab5
commit
307d5e2ce9
@ -31,7 +31,7 @@ buildscript {
|
||||
dependencies {
|
||||
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.3'
|
||||
classpath 'de.thetaphi:forbiddenapis:3.2'
|
||||
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.0'
|
||||
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.1'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1045,7 +1045,7 @@ public final class TestXSSFSheet extends BaseTestXSheet {
|
||||
|
||||
assertEquals("A1:D100", sheet.getCTWorksheet().getAutoFilter().getRef());
|
||||
|
||||
// auto-filter must be registered in workboook.xml, see Bugzilla 50315
|
||||
// auto-filter must be registered in workbook.xml, see Bugzilla 50315
|
||||
XSSFName nm = wb.getBuiltInName(XSSFName.BUILTIN_FILTER_DB, 0);
|
||||
assertNotNull(nm);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user