Sonar metrics for OpenMRS Core Master

Build: #542 failed

Job: Sonar Full Analysis failed

Stages & jobs

  1. Sonar Analysis

Load class should load class with openmrs class loader: Test case result

The below summarizes the result of the test "Load class should load class with openmrs class loader" in build 542 of Sonar - OpenMRS Core Master - Sonar Full Analysis. View test case history
Description
Load class should load class with openmrs class loader
Test class
org.openmrs.api.context.ContextWithModuleTest
Method
loadClass_shouldLoadClassWithOpenmrsClassLoader
Duration
1 sec
Status
Failed (Existing Failure)

Error Log

java.lang.NullPointerException: null
	at java.lang.String.startsWith(String.java:1393)
	at java.lang.String.startsWith(String.java:1422)
	at org.openmrs.api.context.ServiceContext.getModuleOpenmrsServices(ServiceContext.java:1002)
	at org.openmrs.api.context.Context.getModuleOpenmrsServices(Context.java:1264)
	at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1193)
	at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
	at org.openmrs.api.context.ContextWithModuleTest.cleanupAfterEachTest(ContextWithModuleTest.java:41)