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.
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
I don’t know specific for Android, but I know these two for Java:
Browser other questions tagged android android-studio
You are not signed in. Login or sign up in order to post.
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
– vacom
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.
– Wakim
Thanks guys, I’m gonna run some tests.
– Renato Carriço