groupdocs-total/GroupDocs.Total-for-Java-Spring

View on GitHub
src/main/java/com/groupdocs/ui/annotation/service/AnnotationServiceImpl.java

Summary

Maintainability
A
1 hr
Test Coverage
F
16%

Method getDocumentDescription has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public AnnotatedDocumentEntity getDocumentDescription(LoadDocumentRequest loadDocumentRequest) {
        try {
            // get/set parameters
            String documentGuid = loadDocumentRequest.getGuid();

    There are no issues that match your filters.

    Category
    Status