You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (Jira)" <ji...@apache.org> on 2021/05/02 07:28:00 UTC

[jira] [Updated] (MJAVADOC-675) Require Java 8

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

Robert Scholte updated MJAVADOC-675:
------------------------------------
    Description: 
The codebase is overloaded with nested for-loops and if-statements, making it very hard to maintain. MJAVADOC-634 would introduce set of nested for-loops and if-statements, whereas Java 8 streams would clean this up and make it more readable.
Let's not stick to Java 7 and introduce more technical dept. Assuming only a handful of Maven users is still on Java 7, most likely nobody will notice this change.

> Require Java 8
> --------------
>
>                 Key: MJAVADOC-675
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-675
>             Project: Maven Javadoc Plugin
>          Issue Type: Improvement
>            Reporter: Robert Scholte
>            Assignee: Robert Scholte
>            Priority: Major
>             Fix For: 3.3.0
>
>
> The codebase is overloaded with nested for-loops and if-statements, making it very hard to maintain. MJAVADOC-634 would introduce set of nested for-loops and if-statements, whereas Java 8 streams would clean this up and make it more readable.
> Let's not stick to Java 7 and introduce more technical dept. Assuming only a handful of Maven users is still on Java 7, most likely nobody will notice this change.



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