Mohsen Vakilian
Mohsen Vakilian
CodingTracker throws the following exceptions if you enter the path to a directory in the dialog that the "Load" button opens. !ENTRY edu.illinois.codingspectator.codingtracker.helpers 4 0 2011-03-17 11:24:19.464 !MESSAGE Could not...
CodingTracker's replayer fails by throwing an exception when run on "P4/d2a6866d-3fcc-459c-8240-2e9d100a9f4a/1.0.0.201011111502/codechanges.txt". For privacy reasons, I haven't copied the exception trace into this issue.
CodingTracker's replayer throws the following exception when run on "P4/d2a6866d-3fcc-459c-8240-2e9d100a9f4a/1.0.0.201011201702/codechanges.txt". Exception in thread "Thread-112" org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.RuntimeException: org.eclipse.jface.text.BadLocationException) at org.eclipse.swt.SWT.error(SWT.java:4083) at org.eclipse.swt.SWT.error(SWT.java:3998) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:195) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150) at...
The replayer of CodingTracker throws an exception when run on "P4/c566274b-252c-4626-8d2c-baab21ee912d/1.0.0.201102192319/codechanges.txt". I haven't copied the exception trace here because of privacy constraints.
The replayer of CodingTracker produces the following error message when run on "P4/945fba1c-bbbb-45ea-bd29-cbab415c9083/1.0.0.201011111502/codechanges.txt". > The current editor is wrong. Should be "Flatten.java" See [the screenshot showing the error dialog of...
CodingTracker fails to replay the sequence of changes recorded at "P1/7d977b90-a9b8-48ab-b6af-74941ebb6cfe/1.0.0.201011031917/codingtracker/codechanges.txt". See [the screenshot of the replayer when it stops to replay](http://s4.postimage.org/gvwpq9bl8/7d977b90_a9b8_48ab_b6af_74941ebb6cfe.png) and the following exception trace for more details....
Most of the refactorings get logged under a folder whose name is the same as that of the project on which the refactoring has been performed. But, a few refactoring...
Eclipse doesn't log the move instance method refactoring performed in `move/T14` and `move/T15` and the history dialog at "Refactor -> History..." will remain empty. Please refer to [the corresponding comment](https://github.com/vazexqi/CodingSpectator/issues/146/#issuecomment-904892)...
If you have two classes `p1.C` and `p2.C`, and try to move `p1.C` to `p2`, you'll get a dialog with the following message. C.java exists in the selected destination. Do...
- The "Custom" button asks the user to enter some delay, but, it doesn't mention the unit (ms, s). - The "Load" button shows an open file dialog that is...