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 OK (a few printfs is the whole project).

Going to "Configure ... Hint" I see

   Import from package or class which has been labelled "Excluded" in
   the Code Complete

Where did the labeling come from and how can get rid of it? I've looked around a bit

This is the source code

   package com.raelity.astrolog.castro;
   import com.raelity.astrolog.castro.antlr.AstroBaseListener;

   public class CastroEcho extends AstroBaseListener
   {
   ParseTreeProperty<String> echo = new ParseTreeProperty<>();
   }

If I do "InsertCode > OverrideMethod" it find the expected stuff.

Any idea what's going on?

-ernie

Reply via email to