You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/06/10 13:09:00 UTC

[jira] [Commented] (NUTCH-2869) Add @Override annotations to Nutch plugins

    [ https://issues.apache.org/jira/browse/NUTCH-2869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17360879#comment-17360879 ] 

ASF GitHub Bot commented on NUTCH-2869:
---------------------------------------

sebastian-nagel opened a new pull request #650:
URL: https://github.com/apache/nutch/pull/650


   - add/complete `@Override` annotions for methods implementing interfaces
   - plugins implementing the ScoringFilter interface: extend AbstractScoringFilter and get rid of default method implementations
   - URL filters/normalizers: remove unused methods including a CrawlDatum parameter
   - improve Javadoc and documentation in build and config files
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Add @Override annotations to Nutch plugins
> ------------------------------------------
>
>                 Key: NUTCH-2869
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2869
>             Project: Nutch
>          Issue Type: Improvement
>          Components: plugin
>    Affects Versions: 1.18
>            Reporter: Sebastian Nagel
>            Priority: Major
>             Fix For: 1.19
>
>
> All plugins implement interfaces. Ideally, the overriden methods should be marked using the "@Override" annotation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)