Open yegor256 opened 7 months ago
@yegor256
Hi, is this issue relevant at this time? Can I take care about it?
@Raleksan yes, very relevant, please help
@yegor256
Hi, I spent some time to think about this task and not invent adequate solution for it. May you explain in more details that you expect from me:
@Raleksan when we compile repos in order to calculate jpeek metrics (see metrics/jpeek.sh
), we don't record the fact of whether the repo was compiled or not (success or failure). I suggest, we record it somewhere (in some additional file) and then use these files when we build the report in report.sh
@yegor256
I investigated metrics/jpeek.sh
and found that it just prints hard-coded metrics. Is there another way to collect metrics using jpeek
?
I think I need to modify steps/jpeek-repo.sh
to handle the repo compilation.
Currently, it's not clear why some metrics (like LCOM5 and NHD) are not available for the majority of Java files. Let's explain this in the
report.tex
and provide statistics -- how many repositories were compiled and how many failed.