소스 검색

Update spotbugs

pull/75/merge
Simon Steiner 1 개월 전
부모
커밋
12547d7b66
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    1
      .github/workflows/maven.yml
  2. 1
    1
      fop-sandbox/src/tools/resources/findbugs/exclusions.xml
  3. 1
    1
      pom.xml

+ 1
- 1
.github/workflows/maven.yml 파일 보기

strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
jdk: ['8', '11', '17']
jdk: ['8', '11', '17', '21']
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest, windows-latest]


steps: steps:

+ 1
- 1
fop-sandbox/src/tools/resources/findbugs/exclusions.xml 파일 보기

<Bug pattern="DM_DEFAULT_ENCODING"/> <Bug pattern="DM_DEFAULT_ENCODING"/>
</Match> </Match>
<Match> <Match>
<Bug pattern="EI_EXPOSE_REP"/>
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2,MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR"/>
</Match> </Match>
<Match> <Match>
<Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/>

+ 1
- 1
pom.xml 파일 보기

<commons.logging.version>1.3.0</commons.logging.version> <commons.logging.version>1.3.0</commons.logging.version>
<compiler.plugin.version>3.11.0</compiler.plugin.version> <compiler.plugin.version>3.11.0</compiler.plugin.version>
<exec.plugin.version>1.4.0</exec.plugin.version> <exec.plugin.version>1.4.0</exec.plugin.version>
<findbugs.plugin.version>4.2.3</findbugs.plugin.version>
<findbugs.plugin.version>4.7.3.6</findbugs.plugin.version>
<jar.plugin.version>3.1.1</jar.plugin.version> <jar.plugin.version>3.1.1</jar.plugin.version>
<java.version>8</java.version> <java.version>8</java.version>
<junit.version>4.11</junit.version> <junit.version>4.11</junit.version>

Loading…
취소
저장