You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Simon Lessard (JIRA)" <ad...@incubator.apache.org> on 2007/03/15 23:16:12 UTC

[jira] Closed: (ADFFACES-412) JSLocaleElementsGenerator cannot be parsed by latest version of Qdox

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

Simon Lessard closed ADFFACES-412.
----------------------------------

    Resolution: Fixed

Applied the patch to trunk.

> JSLocaleElementsGenerator cannot be parsed by latest version of Qdox
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-412
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-412
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Plugins
>            Reporter: Simon Lessard
>         Assigned To: Simon Lessard
>            Priority: Critical
>         Attachments: ADFFACES-412.patch
>
>
> It seems that latest version of Qdox cannot parse the following Java code
> private static String[] myArray = new String[] {
>   // initialization
> };
> The fix is easy (but the real issue was annoying to find):
> private static String[] myArray = {
>   // initialization
> };

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.