Java : UndocumentedApi rule when remove method parameters

Hi,

I notice that the UndocumentedApi rule for Java is activated when :

  • a parameter of a method is added or updated in the code
  • this parameter is not updated in the associated javadoc

But the UndocmentedApi rule is not activated if :

  • a parameter of a method is removed in the code
  • this parameter is not removed in the associated javadoc

By the way this rule seems incomplete and could hide some issues.
#bug:UndocumentedApi