When analyzing a file, I am getting the warning 'This
import declaration is not used, could you remove it?'.
However, the class is used in the code.
I am using QJPro as the Eclipse plugin. Eclipse itself
does not complain about this unnecessary import,
although it has this feature.
Example:
import config.java.action.ActionBase;
...
...
asset = ActionBase.someMethod();