Sonar metrics for OpenMRS Core Master

Build: #1630 failed Scheduled with changes by teleivo <mrteleivo@gmail.com>

Build result summary

Details

Completed
Queue duration
4 seconds
Duration
100 minutes
Labels
None
Revision
d33ab88d966193833792047d7bb91796107da9de d33ab88d966193833792047d7bb91796107da9de
Fixed in
#1631 (Manual run by Daniel Kayiwa)
No failed test found. A possible compilation error occurred.

Responsible

No one has taken responsibility for this failure

Comments on Sonar Full Analysis

  1. Anonymous user

    Detected hung build state. Attempting to generate stack trace and terminate spawned sub-processes... - HungBuildKiller Plugin

Code commits

Author Commit Message Commit date
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> d33ab88d966193833792047d7bb91796107da9de d33ab88d966193833792047d7bb91796107da9de Add missing tests for Module.getExtensions()
* add tests to achieve full coverage of getExtensions()
* use a more realisitc setup as Module follows in its creation
via ModuleFileParser
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 61a1b3ef5ce0ef2b2612c2c7b54f4c5d3fd3becf 61a1b3ef5ce0ef2b2612c2c7b54f4c5d3fd3becf Turn ModuleExtensionsTest into unit tests
ModuleExtensionsTest uses powermock and asserts on private methods which
is not needed as we can assert on the resulting List of Extensions
whether the extension names are expanded