aDoctor

FOSSA Status

Code Smell Detector able to detect a set of 15 Android-specific design flaws.

aDoctor is a project developed using Java able to identify design problems in Android apps.

For the moment, the tool supports the detection of the following code smells:

aDoctor is the outcome of the research conducted by the Software Engineering Lab of the University of Salerno, Italy.

Running aDoctor

There are two ways to run the code smell detection. Firstly, once downloaded the tool, you can rely on the Graphical User Interface. Secondly, there is also a command-line support (made available to programmatically run aDoctor).

To run the tool via command-line, you need to invoke the following command:

java -cp aDoctor-1.0.jar it.unisa.aDoctor.process.RunAndroidSmellDetection [path-to-android-app] [path-to-where- i-want-to save-the results] [smell-ID]

where:

The complete list of code smell IDs is in the following:

License

The project is released under MIT license.

Icons made by Dave Gandy from www.flaticon.com is licensed by CC 3.0 BY.

Icons made by Gregor Cresnar from www.flaticon.com is licensed by CC 3.0 BY.

Icons made by Iconnice from www.flaticon.com is licensed by CC 3.0 BY.

Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY.

Icons made by Madebyoliver from www.flaticon.com is licensed by CC 3.0 BY.

Icons made by Vectors Market from www.flaticon.com is licensed by CC 3.0 BY.

FOSSA Status