Community
Participate
Working Groups
= Steps to reproduce = * Make sure that Sphinx Model Explorer view is open * Create a Hummingbird project, set the release to Hummingbird 1.0 * Create a new Hummingbird file in that project * Open Hummingbird file with Eclipse Text editor, modify it such that it becomes unwellformed, and save it = Expected behavior= * The Hummingbird file gets unloaded * The Model Explorer is refreshed at the end of the unload transaction * Nothing happens after that = Actual behavior = * The Hummingbird file gets unloaded * The Model Explorer is refreshed at the end of the unload transaction * During that, it figures out that the Hummingbird file is not loaded and schedules a job for loading it * The loading attempt fails * The Model Explorer is refreshed again at the end of the load transaction * It detects again that the Hummingbird file is not loaded and reschedules a job for loading it * ...
Fixed by replacing inappropriate implementation of BasicExplorerContentProvider#createModelContentRootChangeListener().
Mass-closing Resolved tickets