bykovme/nswallet

View on GitHub
src/NSWallet/Droid/Interfaces/SharingDroid.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method ShareFile has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public void ShareFile(string fileName, string extraText, string mimeType, string popupText, Action action)
        {
            Intent intentShareFile = new Intent(Intent.ActionSend);
            File fileWithinMyDir = new File(fileName);

Severity: Minor
Found in src/NSWallet/Droid/Interfaces/SharingDroid.cs - About 1 hr to fix

    Method ShareFile has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            public void ShareFile(string fileName, string extraText, string mimeType, string popupText, Action action)
    Severity: Minor
    Found in src/NSWallet/Droid/Interfaces/SharingDroid.cs - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status