Community
Participate
Working Groups
- Create a discovery launch configuration - select discoverer "org.eclipse.modisco.java.discoverer.project" - select a Java project as source. - select a few jars in the ELEMENTS_TO_ANALYZE parameter - click in empty space anywhere in the dialog - click "Apply" - move to another launch configuration and then back The ELEMENTS_TO_ANALYZE parameter is now empty. This is because the "source" field sends a "commit" event every time a click is done outside of this field. But since the cell editor is embedded in a field, it never closes, so it continues to send these events for each click. And since there is no "changed" event, the dialog uses this "commit" event to re-initialize the parameters that depend on the source when the source changes.
Fixed in revision 4328.
Bug fixed.