OpenMRS

Remove the declaration of thrown exception 'org.openmrs.module.ModuleException' which is a runtime exception.

Remove the throws declaration from this line: https://github.com/openmrs/openmrs-core/blob/master/web/src/main/java/org/openmrs/module/web/filter/ModuleFilterMapping.java#L276 Background Information: Throws declarations should not be redundant An exception in a throws declaration in Java is redundant if: It is listed multiple times It is a subclass of another listed exception It is a RuntimeException, or one of its descendants

Task tags

  • coding

Students who completed this task

Tomasz DomagaƂa

Task type

  • code Code
close

2017