Follow up from #1045. When the Groovy runtime classes are not available on the classpath, there is a quick fix offered to add the Groovy Libraries classpath container.

However, when the Groovy runtime classes are available, there is no quick fix offered to add a requires statement to the module-info.java of a modular project. Only the cryptic quick fix "Configure build path..." is available.

The Java editor offers additional quick fixes for a modular project to assist the user in fixing modulepath problems.
Follow up from #1045. When the Groovy runtime classes are not available on the classpath, there is a quick fix offered to add the Groovy Libraries classpath container.
However, when the Groovy runtime classes are available, there is no quick fix offered to add a requires statement to the module-info.java of a modular project. Only the cryptic quick fix "Configure build path..." is available.
The Java editor offers additional quick fixes for a modular project to assist the user in fixing modulepath problems.