Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 350706

Summary: A handler conflict occurred whrn I open artifact editors
Product: [Technology] Tigerstripe Reporter: Maria Kolchinskaja <mshulgina>
Component: UIAssignee: Project Inbox <tigerstripe.ui-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: skanton
Version: unspecified   
Target Milestone: 0.5M0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Maria Kolchinskaja CLA 2011-06-29 09:58:54 EDT
Build Identifier: 

1. Open empty workspace
2. Create tigerstripe project 
3. Add entity1
4. Add entity2
See error log:
 A handler conflict occurred.  This may disable some commands.
Conflict for 'org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals':HandlerActivation(commandId=org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals,
handler=ActionHandler(org.eclipse.tigerstripe.workbench.ui.internal.utils.SpellCheckingTextBox$5@4b3e4f),
expression=ActiveShellExpression(Shell {Tigerstripe - p1/src/com/mycompany/E1.java - Eclipse}),sourcePriority=17408)
HandlerActivation(commandId=org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals,
handler=ActionHandler(org.eclipse.tigerstripe.workbench.ui.internal.utils.SpellCheckingTextBox$5@1e7bff8),
expression=ActiveShellExpression(Shell {Tigerstripe - p1/src/com/mycompany/E1.java - Eclipse}),sourcePriority=17408)

Sometimes issue is reproduced when I create Profile and then save it as active profile. Then open entity1 in Editor and then entity1 in Editor. The same message is displayed

Reproducible: Sometimes
Comment 1 Anton Salnik CLA 2011-07-05 04:19:00 EDT
Handlers conflict fixed.
Comment 2 Maria Kolchinskaja CLA 2011-07-11 07:04:20 EDT
Verified