Eliminating doclint warnings in jdk/src/share/classes/javax/swing/plaf/basic/BasicTreeUI.java, I have to create some (trivial) javadoc for protected methods performing certain painting tasks. They are well commented, for a human (not for doclint), but descriptions start with "This method is slow -- revisit when Java2D is ready." Well, it is ready, I guess. BTW I will not add javadoc to them, and warnings will not disappear.
|