weexteam/weex_devtools_android

View on GitHub
inspector/src/main/java/com/taobao/weex/devtools/inspector/protocol/JsBridgeCall.java

Summary

Maintainability
A
1 hr
Test Coverage

Method callNativeComponent has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

  public native void callNativeComponent(String instanceId, String componentRef, String method,
                                         byte[] arguments, byte[] options);

    Method callAddElement has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      public native void callAddElement(String instanceId, String ref, String dom, String index,
                                        String callback);

      Method callNativeModule has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

        public native void callNativeModule(String instanceId, String module, String method, byte[]
            arguments, byte[] options);

        There are no issues that match your filters.

        Category
        Status