Showing 472 of 2,519 total issues
WxDebug
has 32 methods (exceeds 20 allowed). Consider refactoring. Open
public class WxDebug implements ChromeDevtoolsDomain {
private static final String TAG = "WxDebug";
private static final HashMap<String, LogLevel> sLevelMap = new HashMap<String, LogLevel>(6);
File FastXmlSerializer.java
has 331 lines of code (exceeds 250 allowed). Consider refactoring. Open
/*
* Copyright (C) 2006 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Method setImage
has 98 lines of code (exceeds 25 allowed). Consider refactoring. Open
@Override
public void setImage(final String url, final ImageView view,
WXImageQuality quality, WXImageStrategy strategy) {
WXSDKManager.getInstance().postOnUiThread(new Runnable() {
AbsWeexActivity
has 31 methods (exceeds 20 allowed). Consider refactoring. Open
public abstract class AbsWeexActivity extends AppCompatActivity implements IWXRenderListener {
private static final String TAG = "AbsWeexActivity";
protected BroadcastReceiver mBroadcastReceiver;
protected ViewGroup mContainer;
protected WXSDKInstance mInstance;
DOM
has 31 methods (exceeds 20 allowed). Consider refactoring. Open
public class DOM implements ChromeDevtoolsDomain {
private static boolean sNativeMode = true;
private final ObjectMapper mObjectMapper;
private final Document mDocument;
private final Map<String, List<Integer>> mSearchResults;
Method writeValueXml
has a Cognitive Complexity of 26 (exceeds 5 allowed). Consider refactoring. Open
private static final void writeValueXml(Object v, String name, XmlSerializer out,
WriteMapCallback callback) throws XmlPullParserException, java.io.IOException {
String typeStr;
if (v == null) {
out.startTag(null, "null");
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function 0
has 90 lines of code (exceeds 25 allowed). Consider refactoring. Open
/***/ function(module, exports, __webpack_require__) {
;__weex_define__("@weex-component/6be669a40db0f3641576862213ed29fa", [], function(__weex_require__, __weex_exports__, __weex_module__){
__webpack_require__(18);
Function 0
has 89 lines of code (exceeds 25 allowed). Consider refactoring. Open
/***/ function(module, exports, __webpack_require__) {
;__weex_define__("@weex-component/bc3fc70627d1feaf83ef4ae9faa6c91e", [], function(__weex_require__, __weex_exports__, __weex_module__){
__webpack_require__(18);
__webpack_require__(19);
Method readThisValueXml
has 87 lines of code (exceeds 25 allowed). Consider refactoring. Open
private static final Object readThisValueXml(XmlPullParser parser, String[] name,
ReadMapCallback callback) throws XmlPullParserException, java.io.IOException {
final String valueName = parser.getAttributeValue(null, "name");
final String tagName = parser.getName();
Function 0
has 87 lines of code (exceeds 25 allowed). Consider refactoring. Open
/***/ function(module, exports, __webpack_require__) {
;__weex_define__("@weex-component/82549c19c22bf0499e7fb5d202c2b2c1", [], function(__weex_require__, __weex_exports__, __weex_module__){
__webpack_require__(19);
Function 19
has 87 lines of code (exceeds 25 allowed). Consider refactoring. Open
/***/ function(module, exports, __webpack_require__) {
;__weex_define__("@weex-component/banners", [], function(__weex_require__, __weex_exports__, __weex_module__){
__webpack_require__(18);
Function 19
has 87 lines of code (exceeds 25 allowed). Consider refactoring. Open
/***/ function(module, exports, __webpack_require__) {
;__weex_define__("@weex-component/banners", [], function(__weex_require__, __weex_exports__, __weex_module__){
__webpack_require__(18);
Function 19
has 87 lines of code (exceeds 25 allowed). Consider refactoring. Open
/***/ function(module, exports, __webpack_require__) {
;__weex_define__("@weex-component/banners", [], function(__weex_require__, __weex_exports__, __weex_module__){
__webpack_require__(18);
Function 19
has 87 lines of code (exceeds 25 allowed). Consider refactoring. Open
/***/ function(module, exports, __webpack_require__) {
;__weex_define__("@weex-component/banners", [], function(__weex_require__, __weex_exports__, __weex_module__){
__webpack_require__(18);
File Page.java
has 311 lines of code (exceeds 250 allowed). Consider refactoring. Open
/*
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
File WeexUiTestCaseTcElementOpt.java
has 305 lines of code (exceeds 250 allowed). Consider refactoring. Open
package com.alibaba.weex.uitest;
import android.app.Application;
import android.app.Instrumentation;
import android.content.Intent;
File CSS.java
has 304 lines of code (exceeds 250 allowed). Consider refactoring. Open
/*
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
Method readThisLongArrayXml
has a Cognitive Complexity of 23 (exceeds 5 allowed). Consider refactoring. Open
public static final long[] readThisLongArrayXml(XmlPullParser parser,
String endTag, String[] name)
throws XmlPullParserException, java.io.IOException {
int num;
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Method readThisIntArrayXml
has a Cognitive Complexity of 23 (exceeds 5 allowed). Consider refactoring. Open
public static final int[] readThisIntArrayXml(XmlPullParser parser,
String endTag, String[] name)
throws XmlPullParserException, java.io.IOException {
int num;
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Method readThisDoubleArrayXml
has a Cognitive Complexity of 23 (exceeds 5 allowed). Consider refactoring. Open
public static final double[] readThisDoubleArrayXml(XmlPullParser parser, String endTag,
String[] name) throws XmlPullParserException, java.io.IOException {
int num;
try {
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"