Mohsen Vakilian
Mohsen Vakilian
@vazexqi: The Mylyn team no longer checks their refactoring histories into the repository. But, we can find the last version of their refactoring histories in their CVS log. For instance,...
@vazexqi: Is this really a duplicate of issue #32? Eclipse refactoring logs contain refactorings with two different ID's `org.eclipse.jdt.ui.introduce.parameter` and `org.eclipse.jdt.ui.introduce.parameter.object`. Do these two ID's correspond to different refactorings or...
I couldn't find any uses of `ReplaceInvocationsAction`. So, I think this refactoring is not supported anymore.
@Wanderer777, @vazexqi: Participant cs-105 uses Eclipse Class (3.6.1) and AJDT 2.1.2. CodingSpectator 1.0.0.201105300951 has failed to fully install on the Eclipse of this participant. I downloaded Eclipse SDK 3.6.1 from...
@Wanderer777, @vazexqi: Participant cs-508 has encountered the same exception: java.lang.NoClassDefFoundError: org/eclipse/ltk/core/refactoring/codingspectator/RunningModes at edu.illinois.codingspectator.monitor.ui.AuthenticationPrompter.getRepositoryURL(AuthenticationPrompter.java:118) at edu.illinois.codingspectator.monitor.ui.submission.Submitter.authenticateAndInitialize(Submitter.java:63) at edu.illinois.codingspectator.monitor.ui.submission.Submitter.promptUntilValidCredentialsOrCanceled(Submitter.java:145) at edu.illinois.codingspectator.monitor.ui.Uploader.promptUntilValidCredentialsOrCanceled(Uploader.java:40) at edu.illinois.codingspectator.monitor.ui.WorkbenchPreferencePage$1.widgetSelected(WorkbenchPreferencePage.java:89) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165) at...
Participant cs-105 kindly let us troubleshoot the installation of CodingSpectator. This participant has installed Eclipse in a "root" space. That is, the owner user and group of all of the...
@Wanderer777: Participant cs-506 has reported a similar problem: Cannot complete the install because of a conflicting dependency. Software being installed: CodingSpectator 1.0.0.201110132018 (edu.illinois.codingspectator.feature.group 1.0.0.201110132018) Software currently installed: Shared profile 1.0.0.1317160468326...
@Wanderer777: The plug-in `org.eclipse.core.resources [3.7.100.dist]` is not specific to Indigo SR1. Both Indigo and Indigo SR1 contain the following plug-in: `Core Resource Management 3.7.100.v20110510-0712 org.eclipse.core.resources`
@vazexqi, @Wanderer777: I was able to reproduce this problem and resolve it by running Eclipse as root. [Bug 339659](https://bugs.eclipse.org/bugs/show_bug.cgi?id=339659) gave me the idea of this workaround.
Participant cs-105 reported the following when he or she installed CodingSpectator by running Eclipse as root: > Unfortunately when I restarted Eclipse as myself (not root), nothing worked, every action...