CodingSpectator icon indicating copy to clipboard operation
CodingSpectator copied to clipboard

Watches and analyzes code edits in the Eclipse IDE non-invasively

Results 55 CodingSpectator issues
Sort by recently updated
recently updated
newest added

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...

Test

Yesterday we broke a functionality in one of the refactorings that we did not instrument. Our automated UI tests should also test a couple of uninstrumented refactorings to check that...

Test

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)...

Bug

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...

Data Acquisition

- 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...

CodingTracker