troizet opened a new pull request, #5475: URL: https://github.com/apache/netbeans/pull/5475
What was done in this PR: - Changed the way to parse an array type by analogy with other types - Fixed broken tests - Fixed issue #5375 - New tests for fixed issue have been added The reason for issue #5375 is that the condition: https://github.com/apache/netbeans/blob/80ee045a8fb276323d6f756c8947950a07dbf540/php/php.editor/src/org/netbeans/modules/php/editor/parser/api/Utils.java#L106-L108 is not fulfilled, because the array type is parsed differently than the other type. In this PR I tried to change the parser so that the array type is parsed similarly to other types. Locally, all unit tests passed successfully. Manual testing showed no problems either. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
