Showing 21 of 83 total issues
Method getTestData
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
public static String getTestData(Context context) { StringBuilder returnString = new StringBuilder(); InputStream fIn = null; InputStreamReader isr = null;
- Read upRead up