Code Metrics, Analysis and Clone for Android Studio

Asked

Viewed 312 times

5

Guys, is there something similar to Code Metrics, Analysis and Clone Visual Studio for Android Studio? I know Lint exists, but as far as I know he doesn’t measure code complexity, duplicate code and so on.

  • 2

    Try Sonar may be appropriate for your situation http://www.sonarqube.org but check out this project Quality Tools for Android https://github.com/stephanenicolas/Quality-Tools-for-Android

  • 1

    There is a question/answer with alternatives to static code analysis tools (http://answall.com/questions/25690/alternativa-java-para-o-code-climate). Just need to check if there is plugin for Intellij, which is the basis of Android Studio.

  • Thanks guys, I’m gonna run some tests.

1 answer

2

Browser other questions tagged

You are not signed in. Login or sign up in order to post.