I have log4j in my sourcepath and in my classpath.  When I paste in the Category initializer, like so:
private final static Category log= Category.getInstance(
       ID.class.getName());
IDEA will ask me to import Category.  What's wrong is that it gives me two options, both of which are "org.apache.log4j.Category".
 
Build #524, but this bug has been around awhile.
 
~ David Smiley

Reply via email to