You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "James Bognar (Jira)" <ji...@apache.org> on 2019/09/05 14:44:00 UTC

[jira] [Created] (JUNEAU-134) Parsers not correctly finding generic types on complex types involving arrays.

James Bognar created JUNEAU-134:
-----------------------------------

             Summary: Parsers not correctly finding generic types on complex types involving arrays.
                 Key: JUNEAU-134
                 URL: https://issues.apache.org/jira/browse/JUNEAU-134
             Project: Juneau
          Issue Type: Task
          Components: Code
    Affects Versions: 8.1.0
            Reporter: James Bognar
             Fix For: 8.1.1


All the parsers don't correctly find the MyBean type in the following bean property annotation: 

public List<MyBean>[] foo;

It appears that any properties that mix arrays and generic collections suffer from this issue.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)