Community
Participate
Working Groups
Build Identifier: Currently, the decorator and the server views can call the Server.getModules() concurrently. One can instantiate the modules array and in the process of populating it. Then the other can come and get the unpopulated/partially populated modules array. The publish code can call Server.getModules() and get the unpopulated/partially populated modules array as well. This bug will make the concurrency issue happen more often: https://bugs.eclipse.org/bugs/show_bug.cgi?id=347059. Reproducible: Sometimes