Closed stephan-herrmann closed 2 months ago
For posterity: this fix contains a tweak to ensure module names are treated as one name, regardless of any contained .
. Otherwise selecting on java
of java.base
would pull up all modules starting with "java".
For references within module-info.java
this same concept is already implemented in SelectionParser.createAssistModuleReference(int)
fixes https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2838