CodingSpectator
CodingSpectator copied to clipboard
Watches and analyzes code edits in the Eclipse IDE non-invasively
We discover some bugs in the refactoring tools of Eclipse while working on CodingSpectator. We need to report to these bugs to the Eclipse bug tracking system. Some of these...
This refactoring is used about 0.1% of times in the UDC data.
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...
Eclipse maintains a list of quick assist operation in its [Help system](http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Freference%2Fref-java-editor-quickassist.htm). We instrument the refactorings at the bottom of the table but not the ones at the top. In...
Introduce Parameter appears to be a pretty popular refactoring (according to http://portal.acm.org/citation.cfm?id=1555001.1555044). We have instrumented most of the top refactorings in that list and we should instrument this one as...
Need to check what this refactoring does since I am not familiar with this refactoring (or how to invoke it).
This refactoring accounts for about 0.1% of the invocations of refactorings in the UDC data.
We've imported parts of the captured refactoring descriptors into a CSV file and a relational database (See issues #243, #254). One way to make sense of the compilation problems due...
This refactoring accounts for 0.3% of invocations of refactorings in the UDC data.
This refactoring accounts for about 0.1% of the invocations of refactorings in the UDC data.