File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
fop-core/src/tools/resources/findbugs Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1616 strategy :
1717 fail-fast : false
1818 matrix :
19- jdk : ['8']
19+ jdk : ['8', '11', '17' ]
2020 os : [ubuntu-latest, windows-latest]
2121
2222 steps :
Original file line number Diff line number Diff line change 413413 <Class name =" org.apache.fop.servlet.FopServlet" />
414414 </And >
415415 </Match >
416+ <Match >
417+ <Bug pattern =" EQ_DOESNT_OVERRIDE_EQUALS" />
418+ <Or >
419+ <Class name =" org.apache.fop.layoutmgr.inline.LineLayoutManager$Paragraph" />
420+ <Class name =" org.apache.fop.layoutmgr.InlineKnuthSequence" />
421+ <Class name =" org.apache.fop.layoutmgr.BlockKnuthSequence" />
422+ <Class name =" org.apache.fop.layoutmgr.AbstractBreaker$BlockSequence" />
423+ </Or >
424+ </Match >
416425
417426 <Match >
418427 <Bug pattern =" DMI_RANDOM_USED_ONLY_ONCE" />
Original file line number Diff line number Diff line change 2020 <commons .logging.version>1.0.4</commons .logging.version>
2121 <compiler .plugin.version>3.11.0</compiler .plugin.version>
2222 <exec .plugin.version>1.4.0</exec .plugin.version>
23- <findbugs .plugin.version>3.1.12.2 </findbugs .plugin.version>
23+ <findbugs .plugin.version>4.2.3 </findbugs .plugin.version>
2424 <jar .plugin.version>3.1.1</jar .plugin.version>
2525 <java .version>8</java .version>
2626 <junit .version>4.11</junit .version>
You can’t perform that action at this time.
0 commit comments