weexteam/weex_devtools_android

View on GitHub
inspector/src/main/java/com/taobao/weex/devtools/common/android/ResourcesUtil.java

Summary

Maintainability
A
1 hr
Test Coverage

Method getIdString has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public static String getIdString(@Nullable Resources r, int resourceId)
      throws Resources.NotFoundException {
    if (r == null) {
      return getFallbackIdString(resourceId);
    }

    There are no issues that match your filters.

    Category
    Status