-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Create UserAccountManager and move getAccounts() #3895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
501bda3 to
d907dc2
Compare
Codecov Report
@@ Coverage Diff @@
## master #3895 +/- ##
===========================================
+ Coverage 6.41% 6.46% +0.05%
Complexity 1 1
===========================================
Files 323 325 +2
Lines 31220 31247 +27
Branches 4477 4479 +2
===========================================
+ Hits 2002 2021 +19
- Misses 28921 28930 +9
+ Partials 297 296 -1
|
Codecov Report
@@ Coverage Diff @@
## master #3895 +/- ##
===========================================
+ Coverage 6.41% 6.46% +0.05%
Complexity 1 1
===========================================
Files 323 325 +2
Lines 31220 31245 +25
Branches 4477 4478 +1
===========================================
+ Hits 2002 2021 +19
- Misses 28921 28928 +7
+ Partials 297 296 -1
|
|
Due ot large amount of global state accessed via static getters, the app has absolutely insane amount of circular dependencies that we try to break right now using Dependency Injection. The problem is that if you touch anything, SpotBugs will most likely find new circular dependencies (and forget others), making PR landing rather tricky. I decided do suppress
For the time being, breaking those circlular deps causes linter to find more of them, which is an observation of limited use. |
|
BTW, |
|
Analysis died: I'm not sure if it's me or flaky check. |
Signed-off-by: Chris Narkiewicz <[email protected]>
482190f to
bbaf355
Compare
… [skip ci] Signed-off-by: nextcloud-android-bot <[email protected]>
Codacy277Lint
SpotBugs (new)
SpotBugs (master)
|
Signed-off-by: Chris Narkiewicz [email protected]