cuixiaoyiyi

Results 28 issues of cuixiaoyiyi

According to our research, there are misuses about the following AsyncTask class: ( tkj.android.homecontrol.mythmote. GestureBuilderActivity) ``` com.farmerbb.taskbar.activity; //…… appListGenerator = new AppListGenerator(); appListGenerator.execute(); //…… private class AppListAdapter extends ArrayAdapter ```...

I want to add an edge into Call Graph. Soot version v4.3.0 ``` try { callGraph.addEdge(new Edge(currentMethod, currentStmt, invokedMethod)); } catch (Exception e) { Log.e(currentStmt.getInvokeExpr()); Log.e(currentStmt.getInvokeExpr().getClass()); e.printStackTrace(); } ``` Then...

According to our research, there are misuses about the following AsyncTask class: ( in com.tananaev.logcat. MainActivity) ``` private ReaderTask readerTask; //…… private class ReaderTask extends AsyncTask ``` The problems is:...

# Possible Memory Leak An [anonymous inner class](https://stackoverflow.com/questions/17778077/would-anonymous-handler-or-runnable-create-a-memory-leak) will hold a reference to the this pointer of the outer class and will not be released until the thread ends. It...

According to our research, there are misuses about the following AsyncTask class: ( tkj.android.homecontrol.mythmote. GestureBuilderActivity.BikeNetworksListActivity) ``` //…… new JSONDownloadTask().execute(apiUrl); //…… private class JSONDownloadTask extends AsyncTask ``` The problems are: 1....

# Possible Memory Leak An [anonymous inner class](https://stackoverflow.com/questions/17778077/would-anonymous-handler-or-runnable-create-a-memory-leak) will hold a reference to the this pointer of the outer class and will not be released until the thread ends. It...

An anonymous inner class will hold a reference to the this pointer of the outer class and will not be released until the thread ends. It will hold the Activity...

# Possible Memory Leak An [anonymous inner class](https://stackoverflow.com/questions/17778077/would-anonymous-handler-or-runnable-create-a-memory-leak) will hold a reference to the this pointer of the outer class and will not be released until the thread ends. It...

Enhancement

# Possible Memory Leak An [anonymous inner class](https://stackoverflow.com/questions/17778077/would-anonymous-handler-or-runnable-create-a-memory-leak) will hold a reference to the this pointer of the outer class and will not be released until the thread ends. It...

An anonymous inner class will hold a reference to the this pointer of the outer class and will not be released until the thread ends. They will hold the Activity...

enhancement
meta
performance