sevntu-checkstyle / methods-distance

GNU Lesser General Public License v3.0
5 stars 13 forks source link

Fix issue #53 #54

Closed wilcoln closed 4 years ago

wilcoln commented 4 years ago

Resolve #53

Now the command java -jar methods-distance/target/methods-distance-1.0-SNAPSHOT-jar-with-dependencies.jar --generate-dsm --generate-dot /home/wilcoln/checkstyle/src/main/java/com/puppycrawl/tools/checkstyle/api/AbstractCheck.java

Produces the following output: https://wilcoln.github.io/com.pupppycrawl.tools.checkstyle.api/before.AbstractCheck.java.html

After optimization of methods distance, we get https://wilcoln.github.io/com.pupppycrawl.tools.checkstyle.api/after.AbstractCheck.java.html

rnveach commented 4 years ago

Github link gives 404 right now.

wilcoln commented 4 years ago

@rnveach, I believe it's ok now.