File tree Expand file tree Collapse file tree
src/main/java/io/jenkins/plugins/analysis/core/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change 879879 <justification >Dependencies are not being checked, so they are reported as missing</justification >
880880 </item >
881881 </revapi .ignore>
882+ <revapi .ignore>
883+ <item >
884+ <regex >false</regex >
885+ <code >java.method.parameterTypeChanged</code >
886+ <classSimpleName >WarningsPluginConfiguration</classSimpleName >
887+ <justification >Nobody should depend on that method</justification >
888+ </item >
889+ </revapi .ignore>
882890 </analysisConfiguration >
883891 </configuration >
884892 <executions >
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public List<SourceDirectory> getSourceDirectories() {
7272 * the source directories that contain the affected files
7373 */
7474 @ DataBoundSetter
75- public void setSourceDirectories (final Collection <SourceDirectory > sourceDirectories ) {
75+ public void setSourceDirectories (final List <SourceDirectory > sourceDirectories ) {
7676 this .sourceDirectories = new ArrayList <>(sourceDirectories );
7777
7878 PathUtil pathUtil = new PathUtil ();
@@ -87,7 +87,7 @@ public void setSourceDirectories(final Collection<SourceDirectory> sourceDirecto
8787 /**
8888 * Filters the specified collection of additional directories so that only permitted source directories will be
8989 * returned. Permitted source directories are absolute paths that have been registered using {@link
90- * #setSourceDirectories(Collection )} or relative paths in the workspace.
90+ * #setSourceDirectories(List )} or relative paths in the workspace.
9191 *
9292 * @param workspace
9393 * the workspace containing the affected files
You can’t perform that action at this time.
0 commit comments