Build: #540 was successful Scheduled with changes by Wyclif Luyima

Stages & jobs

  1. Default Stage

Build result summary

Details

Completed
Queue duration
1 minute
Duration
1 minute
Labels
None
Revision
dd8f405fe87b7242a4a97f1faa99f99a9b565359
Successful since
#484 ()

Code commits

Author Commit Message Commit date
Wyclif Luyima Wyclif Luyima dd8f405fe87b7242a4a97f1faa99f99a9b565359 Merge pull request #1517 from suniala/TRUNK-4711
TRUNK-4711: Fix javadoc compilation errors
Mikko Suniala <mikko.suniala@iki.fi> Mikko Suniala <mikko.suniala@iki.fi> 3f867cf590a4ee4bfbc5a82a0c6bc307c16aeb93 m TRUNK-4711: Fix javadoc compilation errors
Fix all the errors that cause the javadoc generation to fail. Leave the
problems that only cause a warning to be reported. Remove the previously
added javadoc error suppression now that all errors are fixed.

Note that javadocs in test classes were not fixed as javadoc generation
does not cover test resources.

Summary of the types of problems fixed:

 * @link usage in @see tags

 * @return descriptions missing - The new @return descriptions not just
   fix the validation issues byt try to be meaningful (to the extent that
   the method contract could be easily figured out from the implementation
   or method description).

 * invalid @link or @see references - Some of the references were not
   meaningful any more and were just removed. Others were fixed to point at
   a most likely intended target.

 * invalid @param parameter names

 * javadoc tags in invalid case

 * unknown javadoc tags

 * invalid html markup

 * exceptions that are not actually thrown

Jira issues

IssueDescriptionStatus
Unknown Issue TypeTRUNK-4711Could not obtain issue details from Jira