sdedic opened a new pull request, #5535: URL: https://github.com/apache/netbeans/pull/5535
This PR initially started from [reviewing this change](https://github.com/apache/netbeans/pull/5400/files/0054e511f349a3d4a075d0688ec7d040021a7b7e#diff-c214cb774bb9be2ee5aaaf45a8bbc5796aa98cdf86a045378bc9fd540c7ccc8fR173) as the intention was to un-escape '\;' sequence to ';'. Then as I attempted to write tests, I've found a few rough edges of the BuildProperties API ... Some highlights here, minor commnents inline in the diff. 1/ Gradle defines an extensibility 'ext' container for most domain object, where extra properties can be defined. After definition, they become 'part of' the domain object itself and can be referenced as such. Those extra properties were not exported in the project info. Now they're exported into the domain object's namespace. 2/ Structures (structured things that are not Maps) get their keys enumerated. Allows for introspection in NB IDE -- 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
