host-me-app/host-me

View on GitHub
app/src/main/java/ch/epfl/sweng/hostme/database/Storage.java

Summary

Maintainability
A
30 mins
Test Coverage
B
88%

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

private static FirebaseStorage getExactInstance() {
if (test) {
FirebaseStorage fb = FirebaseStorage.getInstance();
fb.useEmulator("10.0.2.2", 9199);
return fb;
Severity: Minor
Found in app/src/main/java/ch/epfl/sweng/hostme/database/Storage.java and 1 other location - About 30 mins to fix
app/src/main/java/ch/epfl/sweng/hostme/database/Auth.java on lines 88..96
Category
Status