To address issue #257, we've decided not to write any data into the watched folder until the data is about to be submitted. Therefore, we have to store the refactoring descriptors captured by CodingSpectator outside the watched folder and copy the descriptors into the watched folder only when a submission is about to get initiated. CodingSpectator is already copying the refactoring descriptors captured by Eclipse into the watched directory when a submission is about to be performed. We need to implement a similar data transfer mechanism for the descriptors captured by CodingSpectator.
To address issue #257, we've decided not to write any data into the watched folder until the data is about to be submitted. Therefore, we have to store the refactoring descriptors captured by CodingSpectator outside the watched folder and copy the descriptors into the watched folder only when a submission is about to get initiated. CodingSpectator is already copying the refactoring descriptors captured by Eclipse into the watched directory when a submission is about to be performed. We need to implement a similar data transfer mechanism for the descriptors captured by CodingSpectator.