CMSgov/dpc-app

View on GitHub
dpc-api/src/main/java/gov/cms/dpc/api/auth/jwt/PublicKeyHandler.java

Summary

Maintainability
A
0 mins
Test Coverage
B
83%

Extract this nested try block into a separate method.
Open

                try {

Nesting try/catch blocks severely impacts the readability of source code because it makes it too difficult to understand which block will catch which exception.

There are no issues that match your filters.

Category
Status