Community
Participate
Working Groups
Created attachment 145755 [details] Path fixing bug into DiscovererHandler.isApplicableTo() Hello, Since the last modification (25/08/09 11:42) of the discover manager. The MoDisco menu initialisation fails because some invalid discoverers cause an error in org.eclipse.gmt.modisco.discoverersmanager.handlers.DiscovererHandler.isApplicableTo(). !ENTRY org.eclipse.ui.workbench 4 0 2009-08-26 13:59:36.897 !MESSAGE An unexpected exception was thrown. !STACK 0 java.lang.AbstractMethodError at org.eclipse.gmt.modisco.discoverersmanager.handlers.DiscovererHandler.isApplicableTo(DiscovererHandler.java:41) at org.eclipse.gmt.modisco.discoverersmanager.ui.actions.ContributionItemForMoDiscoMenu.fill(ContributionItemForMoDiscoMenu.java:85) at org.eclipse.ui.internal.menus.DynamicMenuContributionItem.fill(DynamicMenuContributionItem.java:125) at org.eclipse.jface.action.MenuManager.doItemFill(MenuManager.java:737) [...] To prevent this problem, it could be interesting to apply the attached patch (org.eclipse.gmt.modisco.discoverersmanager-20090826-1416.patch.txt). Regards, Grégoire Dupé
Thanks Gregoire, Bug fixed : the patch has been applied and correction is available in head of plugin org.eclipse.gmt.modisco.discoverersmanager Regards, Gabriel
Issue solved and solution committed.