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/ModuleFilterDefinition.java#L155 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
Students who completed this task
Seng Sock Hian