Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create a JIRA issue (NOTE: this may be a sub-task)
  • Write unit tests for every line of code being refactored.

 

 

ReferenceRefNameDescription of ProblemDifficulty StatusJira
 Redesign EntitySaxReader

org.ofbiz.entity.util.EntitySaxReader requires refactoring to achieve the following goals

  • Refactor EntitySaxReader to an interface
  • Create an implementing class
  • -          Remove all dependencies on Javolution
  • -          Fix all dependencies in the framework to match the new signature of the interface
  • -          Delete the javolution library from the framework
Difficult   
 Remove deprecated dependencies in EmailServicesorg.ofbiz.common.email.EmailServices.java depends on FoScreenRenderer and HtmlScreenRenderer, both . Both should be replaced by MacroScreenRenderer. Moderate   
   Simplify getChildHRCategoryTreeThe method getChildHRCategoryTree in org.ofbiz.humanres.HumanResEvents is too long and complicated. The business logic can be considerably reduced and simplified. The function should be broken down into multiple private functions to simplify the calls and to create the right level of abstractionModerate    
   remove dead importsRemove all unnecessary import statements in all java filesEasy