OpenMRS Core Master

Build: #973 was successful Changes by Wyclif Luyima

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
27 minutes
Labels
None
Revisions
openmrs-core
dd8f405fe87b7242a4a97f1faa99f99a9b565359 dd8f405fe87b7242a4a97f1faa99f99a9b565359
openmrs-standalone
af3c68233a53f1bacb4113ede3adbaf33d9ae002 af3c68233a53f1bacb4113ede3adbaf33d9ae002
Release scripts
fd5310f196074c1101fc7f1e2349005e2f083d72 fd5310f196074c1101fc7f1e2349005e2f083d72
Total tests
3482
Successful since
#972 ()

Tests

Code commits

openmrs-core
Author Commit Message Commit date
Wyclif Luyima Wyclif Luyima dd8f405fe87b7242a4a97f1faa99f99a9b565359 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 3f867cf590a4ee4bfbc5a82a0c6bc307c16aeb93 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

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Manual stage Release cannot be run as it references jobs that no longer exist.

Jira issues

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