When saving a java file, the post save actions may trigger the calculation of the AST in the UI thread, which sometimes results in a UI freeze. Here's an example: <img width="1890" height="828" alt="Image" src="https://github.com/user-attachments/assets/86977c5c-bc14-46e6-b5eb-f4fe9c6871d4" /> --- The code that does this is: https://github.com/eclipse-jdt/eclipse.jdt.ui/blob/ef74c4430d96c065c7785c7eb4b6835517a080b2/org.eclipse.jdt.ui/core%20extension/org/eclipse/jdt/internal/corext/fix/CleanUpPostSaveListener.java#L377-L379