Hot Code Replace Failed (eclipse)

snakile picture snakile · Jan 13, 2010 · Viewed 57.6k times · Source

"Hot Code Replace Failed - add method not implemented". I get this error message every time I change something in my test class (and save it). Can't figure out what it means. Can somebody help?

Answer

Fortega picture Fortega · Jan 13, 2010

Possibly, you have a test which is still running (in debug mode). Try finishing all tests (you can see them in the debug view: window->show view->debug) and try again...