Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1
-
None
-
Patch
Description
I've tried to refactor the code from MPIR-83 a bit, because it used a lot of copied code.
Important improvements:
- Created a AbstractProjectInfoRenderer and AbstractDependencyRenderer.
If this patch is accepted, I want to write all the renderers out of the inforeports in separate classes, with more code sharing. This is a start of that.
- I changed the unit tests, because the expected and actual were reversed. This is the case in many of the info report unit tests.
Please tell me what you think of it. I know it is only a start.