groovy-eclipse icon indicating copy to clipboard operation
groovy-eclipse copied to clipboard

Add warning for star import not found on project classpath

Open eric-milles opened this issue 7 years ago • 0 comments

Consider the following:

import foo.bar.*
import foo.bar.Baz.*

...

When building, warning/error should be produced for each import statement if package "foo.bar" is not part of classpath. Each of the other 3 types of imports produce errors for non-found types. JDT tools provide a problem marker in Java for these cases.

eric-milles avatar Jul 17 '18 15:07 eric-milles