[
https://issues.apache.org/jira/browse/NUTCH-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lewis John McGibbney updated NUTCH-804:
---------------------------------------
Fix Version/s: 1.7
> CrawlDatum.statNames can be modified
> ------------------------------------
>
> Key: NUTCH-804
> URL: https://issues.apache.org/jira/browse/NUTCH-804
> Project: Nutch
> Issue Type: Bug
> Components: fetcher
> Affects Versions: 1.0.0
> Reporter: Mike Baranczak
> Priority: Minor
> Fix For: 1.7
>
>
> public static final HashMap<Byte, String> statNames
> It's possible to modify the contents of this hash map from anywhere in the
> application, which could cause problems in unrelated places. Unless I'm
> missing something, there's no good reason to modify this map after it's
> initialized. So, it should either not be declared public, or be made
> read-only.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira