eclipse-jdtls/eclipse-jdt-core-incubator

Synchronization crash when changing Class's name

Opened this issue · 0 comments

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.