rwwarren/door-lock

View on GitHub
api/src/main/java/com/wrixton/doorlock/resources/DoorlockApiAppResource.java

Summary

Maintainability
B
4 hrs
Test Coverage

File DoorlockApiAppResource.java has 310 lines of code (exceeds 250 allowed). Consider refactoring.
Open

package com.wrixton.doorlock.resources;

import com.codahale.metrics.annotation.Timed;
import com.wrixton.doorlock.DAO.BasicDoorlockUser;
import com.wrixton.doorlock.DAO.DoorlockUser;

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

        @ApiOperation("Update other user")
        @POST
        @Timed
        @Consumes(MediaType.APPLICATION_JSON)
        @Path("/UpdateOtherUser")

      There are no issues that match your filters.

      Category
      Status