Swati4star/Images-to-PDF

View on GitHub
app/src/main/java/swati4star/createpdf/util/MergePdf.java

Summary

Maintainability
A
1 hr
Test Coverage

Method doInBackground has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    protected Void doInBackground(String... pdfpaths) {
        try {
            PdfReader pdfreader;
            // Create document object
Severity: Minor
Found in app/src/main/java/swati4star/createpdf/util/MergePdf.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status