Synchronization crash when changing Class's name
Opened this issue · 0 comments
datho7561 commented
eg. consider HelloWorld.java
:
public class HelloWorld {
}
try changing it to HelloWorlds
in Eclipse by typing in an s
:
public class HelloWorlds {
}
There is an exception thrown related to synchronization. This is really annoying as it freezes the IDE with popups.