OpenMRS
Rename immed_parents in HibernateConceptDAO to match our convention
The immed_parents variable on line https://github.com/openmrs/openmrs-core/blob/master/api/src/main/java/org/openmrs/api/db/hibernate/HibernateConceptDAO.java#L838 should be renamed to immedParents to match our naming conventions on this page https://wiki.openmrs.org/display/docs/Java+Conventions#JavaConventions-NamingConventions Background Information Local variable and method parameter names should comply with a naming convention
Sharing some naming conventions is a key point to make it possible for a team to efficiently collaborate. This rule allows to check that all local variable and function parameter names match a provided regular expression '^[a-z][a-zA-Z0-9]*$'.
Task tags
Students who completed this task
Seng Sock Hian