-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incorrect circle detection between util classes #39
Comments
@jimbethancourt , I will add plugin to chekcstyle project as soon as 2.2.0 appear on maven. Can you help us to validate plugin on correctness of work ? Plugin just render HTML base on dtangler domain object, so it hightly likely that dtangler UI will show the same. |
Hi @romani , Thanks, |
Whenever you have a time. We all do open source on the side |
dsm report is back to web - http://checkstyle.sourceforge.net/dsm/index.html |
based on 2.2.0 release.
I tested it on checkstyle project, it works, report is generated.
But looks like there is problem in DSM matric content generation, some cycles I do not see in code, but this is completely different issue.
https://github.com/checkstyle/checkstyle/blob/master/src/main/java/com/puppycrawl/tools/checkstyle/utils/CommonUtils.java
https://github.com/checkstyle/checkstyle/blob/master/src/main/java/com/puppycrawl/tools/checkstyle/utils/TokenUtils.java
steps to reproduce:
The text was updated successfully, but these errors were encountered: