cqfn / jpeek

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

Jpeek generates empty report #468

Open RoRoche opened 4 years ago

RoRoche commented 4 years ago

When scanning my Kotlin library, I get an empty report: https://i.jpeek.org/com.github.roroche/eo-rest/index.html

0crat commented 4 years ago

@paulodamaso/z please, pay attention to this issue

victorgveloso commented 3 years ago

Since it has been awhile this issue remain unanswered, I can try helping you @RoRoche with the following advice: use https://github.com/yegor256/jpeek-maven-plugin (1: git clone it, 2: mvn clean install, 3: add the plugin to your pom.xml project, 4: run mvn org.jpeek:jpeek-maven-plugin:1.0-SNAPSHOT:analyze).

I know it's not a solution to the issue, but something you could try. It seems that maven's plugin help jpeek finding the projects' bytecodes.

RoRoche commented 3 years ago

Thank you @victorgveloso , I'll give it a try and let you know 😉