Open steve-fields opened 6 years ago
Running code coverage tools such as jacoco can provide insight on what parts of your code that are "dead code". This requires implementing extensive testing in order to get a complete profile your code.
W18 OK (100pts)
Running code coverage tools such as jacoco can provide insight on what parts of your code that are "dead code". This requires implementing extensive testing in order to get a complete profile your code.