Completely removes Fragment, to be replaced with one ProjectEntity
.
The JobSplitter
builds up one ProjectEntity
. The Checker
works the same as before, instead of using a list of fragments, it runs the runStatic
method on the children of the ProjectEntity
, all of which are FileEntity
s.
All is well, fragments are doodoo
Resolves #168 (closed)
To be filled in by the reviewers