I know I tested this rule, and saw it work correctly. Can you send me a patch that reproduces the issue you saw?
-- Christopher L Tubbs II http://gravatar.com/ctubbsii On Mon, Feb 9, 2015 at 10:57 PM, Josh Elser <[email protected]> wrote: > I had a failure in the checkstyle rules, specifically the unusedimports > module. > > I had a case where Eclipse inserted the import for a class that was only > referenced in javadocs. I see that we have the option enabled which should > allow this in the checkstyle-plugin configuration, but this doesn't seem to > be working as expected. > > Has anyone else run into this? Is it an upstream checkstyle-plugin bug? > I've worked around it by putting the full class name in the javadoc. > > - Josh >
