SOLVED: Re: "Import from Excluded" hint/warning in Gradle project

2023-06-09 Thread Ernie Rael
On 23/06/08 4:26 PM, Ernie Rael wrote: I'm getting "Import from Excluded", in a project I've just created, I've never seen it before. There's "Tools > Options > Editor > CodeCompletion > Java" and the class in question was in the "Exclude" list. Removed it and the hint/warning went away.

"Import from Excluded" hint/warning in Gradle project

2023-06-08 Thread Ernie Rael
I'm getting "Import from Excluded", in a project I've just created, I've never seen it before. I haven't used NB for a few releases if that might be relevant. The import is from an ANTLR4 generated file (manually copied to it's target location) within this project's source tree. Builds and runs