Skip to content

Merge branch 'main' into develop #236

Merge branch 'main' into develop

Merge branch 'main' into develop #236

Triggered via push April 23, 2024 11:49
Status Success
Total duration 1m 46s
Artifacts

code-quality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

38 warnings
Nullability and data flow problems: src/main/java/com/example/codebase/controller/advice/CustomExceptionHandler.java#L36
Method invocation `getDefaultMessage` may produce `NullPointerException`
Nullability and data flow problems: src/main/java/com/example/codebase/s3/S3Service.java#L61
Method invocation `lastIndexOf` may produce `NullPointerException`
Nullability and data flow problems: src/main/java/com/example/codebase/controller/MemberController.java#L103
Method invocation `lastIndexOf` may produce `NullPointerException`
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/member/entity/Authority.java#L23
Contents of collection `memberAuthorities` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/member/entity/Member.java#L113
Contents of collection `posts` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/member/entity/Member.java#L105
Contents of collection `authorities` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/post/entity/Post.java#L56
Contents of collection `postLikeMembers` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/notification/entity/Notification.java#L40
Contents of collection `notificationReceivedStatus` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/event/entity/Event.java#L85
Contents of collection `eventMedias` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/member/entity/Member.java#L109
Contents of collection `artworks` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/team/entity/Team.java#L55
Contents of collection `teamUsers` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/agora/entity/Agora.java#L67
Contents of collection `medias` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/member/entity/Member.java#L117
Contents of collection `agoras` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/magazine/entity/Magazine.java#L91
Contents of collection `magazineMedias` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/artwork/entity/Artwork.java#L73
Contents of collection `artworkLikeMembers` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/post/entity/Post.java#L64
Contents of collection `postMedias` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/artwork/entity/ArtworkComment.java#L45
Contents of collection `childComments` are updated, but never queried
Use of Optional.ofNullable with null or not-null argument: src/main/java/com/example/codebase/util/SecurityUtil.java#L75
'Optional.ofNullable()' with non-null argument should be replaced with 'Optional.of()'
Unused assignment: src/main/java/com/example/codebase/util/ClientUtil.java#L43
Variable `jsonInString` initializer `null` is redundant
Unused assignment: src/main/java/com/example/codebase/domain/post/dto/PostResponseDTO.java#L32
Variable `isLiked` initializer `false` is redundant
Unused assignment: src/main/java/com/example/codebase/util/SecurityUtil.java#L70
Variable `authorityDtos` initializer `null` is redundant
Unused assignment: src/main/java/com/example/codebase/domain/member/service/MemberService.java#L292
Variable `searchResults` initializer `null` is redundant
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, JetBrains/qodana-action@v2023.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/team/entity/Team.java#L55
Contents of collection `teamUsers` are updated, but never queried