FrenchYeti/dexcalibur

View on GitHub
src/PlatformBuilder.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getAndroidClasses has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

PlatformBuilder.prototype.getAndroidClasses = function(api_version){
    let apiPath = Path.join(this.android_sdk,"platforms");
    let availableApi = [], apiName = "", dstPath="", ret=null;

    if(api_version != null){
Severity: Minor
Found in src/PlatformBuilder.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status