Details
-
Sub-task
-
Status: Resolved
-
Trivial
-
Resolution: Won't Fix
-
YARN-2928
-
None
Description
There are ~8 existing checkstyle issues generated due to unused imports.
By fully qualifying the classes in javadoc and manually wrapping the javadoc under 80 characters we can eliminate these warnings.
This will help with the eventual merge because then we introduce 8 fewer checkstyle warnings.
The only checkstyle warnings left are now too many arguments, which cannot be easily refactored w/o changing code structure.