Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 350706 - A handler conflict occurred whrn I open artifact editors
Summary: A handler conflict occurred whrn I open artifact editors
Status: CLOSED FIXED
Alias: None
Product: Tigerstripe
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 0.5M0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-29 09:58 EDT by Maria Kolchinskaja CLA
Modified: 2011-07-11 07:04 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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