You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.
org.eclipse.ui
Error
Sun Feb 08 14:59:10 EST 2015
Conflicting handlers for org.eclipse.ui.edit.text.contentAssist.proposals: {org.springsource.ide.eclipse.gradle.ui.cli.editor.TasksViewer$3@7b842e79} vs {org.springsource.ide.eclipse.gradle.ui.cli.editor.TasksViewer$3@6e620fa9}
The text was updated successfully, but these errors were encountered:
I could reproduce the problem. However, it doesn't prevent you from opening the Quick Tasks Launcher, correct? The CA works as expected as well, right?
The issue is that the tasks viewer object is built by Quick Tasks Launcher and the "Gradle Build" External Tools Launch config wizard. The same id handler for CA is registered in both cases, hence you get a message in the log. I think it's worth putting this as a bug report in Gradle Eclipse JIRA https://issuetracker.springsource.com GRADLE component. Think the priority for this is minor since it doesn't block the workflow... at least it doesn't cause any harm really from I've seen (please correct me if I'm wrong)
P.S. I could only reproduce this when i pinned the quick tasks launcher (left it opened all the time) and then attempted to open the "Gradle Build" External Tools launch config wizard. How do you reproduce it?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to open the Gradle Tasks Quick Launcher in Eclipse results in the following error:
eclipse.buildId=4.4.1.M20140925-0400
java.version=1.8.0_31
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.java.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product
org.eclipse.ui
Error
Sun Feb 08 14:59:10 EST 2015
Conflicting handlers for org.eclipse.ui.edit.text.contentAssist.proposals: {org.springsource.ide.eclipse.gradle.ui.cli.editor.TasksViewer$3@7b842e79} vs {org.springsource.ide.eclipse.gradle.ui.cli.editor.TasksViewer$3@6e620fa9}
The text was updated successfully, but these errors were encountered: