FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.0

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
45 10 0 0

com.GatewayApplication$SpringSecurityAuditorAware

Bug Category Details Line Priority
Should com.GatewayApplication$SpringSecurityAuditorAware be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC 118-122 Medium

com.dto.InvitationResponseDto

Bug Category Details Line Priority
com.dto.InvitationResponseDto.getCreatedAt() may expose internal representation by returning InvitationResponseDto.createdAt MALICIOUS_CODE EI_EXPOSE_REP 62 Medium
com.dto.InvitationResponseDto.setCreatedAt(Date) may expose internal representation by storing an externally mutable object into InvitationResponseDto.createdAt MALICIOUS_CODE EI_EXPOSE_REP2 66 Medium

com.entity.BaseEntity

Bug Category Details Line Priority
com.entity.BaseEntity.getCreatedAt() may expose internal representation by returning BaseEntity.createdAt MALICIOUS_CODE EI_EXPOSE_REP 70 Medium
com.entity.BaseEntity.getModifiedAt() may expose internal representation by returning BaseEntity.modifiedAt MALICIOUS_CODE EI_EXPOSE_REP 86 Medium
com.entity.BaseEntity.setCreatedAt(Date) may expose internal representation by storing an externally mutable object into BaseEntity.createdAt MALICIOUS_CODE EI_EXPOSE_REP2 74 Medium
com.entity.BaseEntity.setModifiedAt(Date) may expose internal representation by storing an externally mutable object into BaseEntity.modifiedAt MALICIOUS_CODE EI_EXPOSE_REP2 90 Medium

com.rest.InvitationRest

Bug Category Details Line Priority
Dead store to invitationEntities in com.rest.InvitationRest.getReceivedInvitations() STYLE DLS_DEAD_LOCAL_STORE 59 Medium

com.rest.ProjectRest

Bug Category Details Line Priority
Comparison of String objects using == or != in com.rest.ProjectRest.createProject(ProjectRequestDto) BAD_PRACTICE ES_COMPARING_STRINGS_WITH_EQ 108 Medium
Unread field: com.rest.ProjectRest.modelMapper PERFORMANCE URF_UNREAD_FIELD 51 Medium