Replace AsyncTask with RxJava for file list loading in MainFragment - #4690
Replace AsyncTask with RxJava for file list loading in MainFragment#4690alihrhera wants to merge 1 commit into
8 new issues (0 max.) of at least severity.
Here is an overview of what got changed by this pull request:
Issues
======
+ Solved 1
- Added 8
Complexity increasing per file
==============================
- app/src/main/java/com/amaze/filemanager/ui/fragments/MainFragment.java 10
Complexity decreasing per file
==============================
+ app/src/main/java/com/amaze/filemanager/asynchronous/asynctasks/LoadFilesListTask.java -3
See the complete overview on Codacy
Annotations
codacy-production / Codacy Static Code Analysis
app/src/main/java/com/amaze/filemanager/asynchronous/asynctasks/LoadFilesListTask.java#L94
The method 'load()' has an NPath complexity of 2340, current threshold is 200
codacy-production / Codacy Static Code Analysis
app/src/main/java/com/amaze/filemanager/asynchronous/asynctasks/LoadFilesListTask.java#L185
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
codacy-production / Codacy Static Code Analysis
app/src/main/java/com/amaze/filemanager/asynchronous/asynctasks/LoadFilesListTask.java#L186
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
codacy-production / Codacy Static Code Analysis
app/src/main/java/com/amaze/filemanager/asynchronous/asynctasks/LoadFilesListTask.java#L187
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
codacy-production / Codacy Static Code Analysis
app/src/main/java/com/amaze/filemanager/asynchronous/asynctasks/LoadFilesListTask.java#L188
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
codacy-production / Codacy Static Code Analysis
app/src/main/java/com/amaze/filemanager/asynchronous/asynctasks/LoadFilesListTask.java#L189
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
codacy-production / Codacy Static Code Analysis
app/src/main/java/com/amaze/filemanager/asynchronous/asynctasks/LoadFilesListTask.java#L190
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
codacy-production / Codacy Static Code Analysis
app/src/main/java/com/amaze/filemanager/asynchronous/asynctasks/LoadFilesListTask.java#L191
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.