OpenMRS
Introduce a new variable instead of reusing the parameter "filename".
Replace this line https://github.com/openmrs/openmrs-core/blob/master/web/src/main/java/org/openmrs/web/filter/util/CustomResourceLoader.java#L95 by assigning to a temporary variable instead of the passed in parameter. Background Information: Method parameters, caught exceptions and foreach variables should not be reassigned. See issue link for complete details
Task tags
Students who completed this task
Shivansh Sharma