Wanderer777

Results 5 issues of Wanderer777

CodingTracker records operations that belong to conflict editors, for which it can not detect the edited Java file. An example of such conflict editors are those opened via Compare With...

CodingTracker
Postprocessing

If a refactoring renames or moves a compilation unit or a package, CodingSpectator would not detect any changes in compilation problems, because after such refactoring the affected compilation units (which...

Bug

If a previously uploaded file is manually deleted from the watched directory (but keeping the corresponding .svn folder) and then CodingSpectator starts a new upload, the file will get restored...

Data Uploading

A couple of operation sequences that were recorded before the fix in 5423522e5f672270e13e33b1067098601244e3ec should be fixed manually. In particular, for participant cs-504 operations with timestamps 1307782748997 and 1307782749001 should be...

Data Analysis
CodingTracker
Postprocessing

Running tests in `org.eclipse.jdt.ui.tests.refactoring` I observed that there are errors and failures. In particular, all tests in `org.eclipse.jdt.ui.tests.refactoring.infra.RefactoringPerformanceTestSetup` throw `IllegalArgumentException`. Also, tests `org.eclipse.jdt.ui.tests.refactoring.SurroundWithTestSetup`, `org.eclipse.jdt.ui.tests.refactoring.infra.AbstractRefactoringTestSetup`, and `org.eclipse.jdt.ui.tests.refactoring.extensions.ExtensionPointTestSetup` fail. I did not...

Test