You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/02/22 19:29:00 UTC

[jira] [Commented] (ISIS-1841) API cleanup + refactoring for version 2

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

ASF subversion and git services commented on ISIS-1841:
-------------------------------------------------------

Commit ca1ea6673b99dd7a592a55879e09bb1b792a58f0 in isis's branch refs/heads/dev/2.0.0-M2 from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=ca1ea66 ]

ISIS-1841 remove unnecessary null-check + simplify

Note: _Reflect (Internal API) guarantees discovered classes to be non-null

> API cleanup + refactoring for version 2
> ---------------------------------------
>
>                 Key: ISIS-1841
>                 URL: https://issues.apache.org/jira/browse/ISIS-1841
>             Project: Isis
>          Issue Type: Task
>          Components: Core
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Major
>             Fix For: 2.0.0-M1
>
>
> add generic type arguments where missing
> reduce number of compiler warnings (enums with missing cases, unchecked casts, vararg type safety, ...)
> reduce duplicate code occurrences (e.g. DeweyOrder Utils, ...)
> reduce occurrences of guava's (Predicate, Function, ...)  interfaces, that have direct Java 8 replacements (at least where easily possible)
> reduce occurrences of deprecated uses



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)