Community
Participate
Working Groups
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
Handlers conflict fixed.
Verified