Sonar metrics for OpenMRS Core Master

Build: #1210 failed

Job: Sonar Full Analysis failed

Stages & jobs

  1. Sonar Analysis

Test results

  • 3,452 tests in total
  • 3 tests failed
  • 3 failures are new
  • 38 tests were quarantined / skipped
  • 64 minutes taken in total.

Build 1,210 has the following 3 errors: 3 new failure(s) occurred since the previous build.

New test failures 3
Status Test Duration
Collapse Failed ReflectTest getAllFields_shouldReturnAllFieldsIncludePrivateAndSuperClasses History
< 1 sec
java.lang.IllegalArgumentException: Field not found!
	at org.openmrs.util.ReflectTest.findFieldByName(ReflectTest.java:62)
	at org.openmrs.util.ReflectTest.getAllFields_shouldReturnAllFieldsIncludePrivateAndSuperClasses(ReflectTest.java:74)
Collapse Failed ReflectTest getInheritedFields_shouldReturnOnlyTheSubClassFieldsOfGivenParameterizedClass History
< 1 sec
java.lang.IllegalArgumentException: Field not found!
	at org.openmrs.util.ReflectTest.findFieldByName(ReflectTest.java:62)
	at org.openmrs.util.ReflectTest.getInheritedFields_shouldReturnOnlyTheSubClassFieldsOfGivenParameterizedClass(ReflectTest.java:133)
Collapse Failed ReflectTest isCollection_shouldReturnFalseIfGivenFieldClassIsNotACollectionClass History
< 1 sec
java.lang.IllegalArgumentException: Field not found!
	at org.openmrs.util.ReflectTest.findFieldByName(ReflectTest.java:62)
	at org.openmrs.util.ReflectTest.isCollection_shouldReturnFalseIfGivenFieldClassIsNotACollectionClass(ReflectTest.java:86)