Feature/becooq81 step1 #39
Annotations
2 warnings
Mismatched query and update of collection:
src/main/java/com/gdsc/mount/directory/domain/Directory.java#L18
Contents of collection `children` are updated, but never queried
|
Unused assignment:
src/main/java/com/gdsc/mount/common/exception/ErrorResponse.java#L59
The value `new ErrorResponse(httpStatus.value(), message, ExceptionUtils.getStackTrace(exception))` assigned to `errorResponse` is never used
|