Fixed
ShortenFullyQualifiedTypesStepnow shortens fully-qualified types used in expression contexts (such as static method calls, static fields, and enum constants) while avoiding imports that would change how existing unqualified type references resolve. (#3039)FeatureClassLoadernow provides stub implementations oflombok.*classes (and synthesises empty classes for any others) so that the Eclipse JDT formatter step no longer fails withNoClassDefFoundErrorwhen lombok is active as a JVM agent (e.g.-javaagent:lombok.jarin Eclipse/VS Code/Cursor). (#2795)