alsutton/enterprisepasswordsafe

View on GitHub
src/main/java/com/enterprisepasswordsafe/ui/web/servlets/AddAuthSourceStage2.java

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method doGet has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    protected void doGet(final HttpServletRequest request, final HttpServletResponse response)
            throws IOException, ServletException {
        request.setAttribute("error_page", "/admin/AuthSources");

    There are no issues that match your filters.

    Category
    Status