You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2017/04/08 18:54:41 UTC

[jira] [Assigned] (ARIES-1607) Add a flag to enable raw conversion when using generics

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

Guillaume Nodet reassigned ARIES-1607:
--------------------------------------

    Assignee: Guillaume Nodet

> Add a flag to enable raw conversion when using generics
> -------------------------------------------------------
>
>                 Key: ARIES-1607
>                 URL: https://issues.apache.org/jira/browse/ARIES-1607
>             Project: Aries
>          Issue Type: Bug
>          Components: Blueprint
>    Affects Versions: blueprint-core-1.6.2
>            Reporter: Jean-Philippe CLEMENT
>            Assignee: Guillaume Nodet
>            Priority: Critical
>
> Blueprint should only check constuctor and method arguments depending on their class the way the JVM works at runtime.
> At runtime there is no difference between:
>  setSomething(List);
> and
>  setSomething(List<String>);
> Furthermore Java prevents having both methods above declared in the same class (same applies if List were List<Object>). A List is a List no matter the generic type. The generic type checking is made at compilation time. Blueprint is not a compiler :)
> Please add a flag to enforce or not the generic type checking!



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)