cqfn / jpeek

Hosted and command-line calculator of cohesion metrics for Java code
https://i.jpeek.org
MIT License
209 stars 81 forks source link

fixed issue 501 #557

Closed dfarkhutdinova closed 6 months ago

dfarkhutdinova commented 6 months ago

@yegor256 here is the issue #501 fixed

I added the missing test and checked its correctness. Now there is a test that checks the value of the TLCOM metric for the OneMethodCreatesLambda class

yegor256 commented 6 months ago

@dfarkhutdinova you should also remove the todo puzzle from the code

dfarkhutdinova commented 6 months ago

@yegor256 done, check please!

yegor256 commented 6 months ago

@rultor merge

rultor commented 6 months ago

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 6 months ago

@rultor merge

@yegor256 Done! FYI, the full log is here (took me 18min)

yegor256 commented 6 months ago

@dfarkhutdinova thanks!