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

Reply via email to