Results 40 issues of Mohsen Vakilian

The URL `http://codingspectator.cs.illinois.edu/updates/` is hard-coded in `Updater.java`. Move it to a configuration file so that it can be changed without recompilation.

Refactoring

Eclipse fails to install CodingSpectator from its signed JAR files.

Installation

When a refactoring gets invoked via quick-assist (CTRL+1), we set an attribute in the XML file. We need to write tests to make sure that CodingSpectator records such invocations of...

Test

CodingTracker captures all arguments of refactoring descriptors and the `project`, `id`, and `flags` attributes but not the `description` and `comment` attributes. This makes the matching of CodingSpectator and CodingTracker more...

Data Acquisition
CodingTracker

Write a program that enables us to compare the performed refactoring events of CodingSpectator and CodingTracker by matching the corresponding events collected by the two data collectors.

Data Analysis

Some open source developers have committed their refactoring histories into their version control system for a while. It would be nice to evaluate this set of data. # Mylyn -...

Data Analysis

Some CodingTracker sequences need to get post-processed to be parsed and replayed correctly. We store the fixed CodingTracker sequences in a Subversion repository different from our main data repository. If...

Data Analysis

The `edu.illinois.codingspectator.csvtosql` application either hangs while shutting down the database or throws the following exception. 2011-08-04T07:52:29.024-0500 WARNING ScriptWriter synch error: java.io.SyncFailedException: sync failed at java.io.FileDescriptor.sync(Native Method) at org.hsqldb.lib.FileUtil$FileSync.sync(Unknown Source) at...

Data Analysis

CodingSpectator has failed to upload data from one of the workspaces of a participant. The participant has reported the following exceptions in the error log. Message: Unhandled event loop exception...

Installation
Bug

The error log of participant cs-111 contains two occurrences of the following exception on 6/7/2011 and 6/9/2011. eclipse.buildId=M20100909-0800 java.version=1.6.0_24 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US Framework arguments: -keyring...

Bug