breautek commented on issue #924: URL: https://github.com/apache/cordova-android/issues/924#issuecomment-618677366
Ok... well that means I think every loop block needs to be inside a `synchronized` block... but honestly I haven't found any resources that says that is necessary, as every example deals with using the `Iterator` class... so this is just another assumption... The `PluginManager` has a lot of methods that does iterations over it's two maps. I'm not sure why `for...in` loops was chosen, I assumed for simplicity sake... ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
