You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Lewis John McGibbney (Jira)" <ji...@apache.org> on 2023/11/11 01:52:00 UTC

[jira] [Closed] (NUTCH-3007) Fix impossible casts

     [ https://issues.apache.org/jira/browse/NUTCH-3007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney closed NUTCH-3007.
---------------------------------------

> Fix impossible casts
> --------------------
>
>                 Key: NUTCH-3007
>                 URL: https://issues.apache.org/jira/browse/NUTCH-3007
>             Project: Nutch
>          Issue Type: Sub-task
>    Affects Versions: 1.19
>            Reporter: Sebastian Nagel
>            Assignee: Sebastian Nagel
>            Priority: Major
>             Fix For: 1.20
>
>
> Spotbugs reports two occurrences of
>   Impossible cast from java.util.ArrayList to String[] in org.apache.nutch.fetcher.Fetcher.run(Map, String)
> Both were introduced later into the {{run(Map<String, Object> args, String crawlId)}} method and obviously never used (would throw a ClassCastException). The code blocks should be removed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)