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 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.