ratcashdev commented on PR #3995: URL: https://github.com/apache/netbeans/pull/3995#issuecomment-1118983323
> a reference could be coded as `package.class.innerclass#method(ParamType1,ParamType2)`. This is an encoded, not a structured form and therefore places more responsibility on the modules using it. As it can be seen from the changes, both maven as well as gradle have their own way of treating embedded classes when executing test methods. If indeed we were providing an encoded form, modules would need to invent/write their own ways to parse the encoded form, tokenize them and pass it on to the engine to run it. Since I provide the structured form, working with the data is much easier, no parsing/tokenization is necessary in the modules. -- 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
