Skip to content

Merge pull request #149 from Media-XI/ART-168-be-매거진-콘텐츠에-미디어-url-첨부 #263

Merge pull request #149 from Media-XI/ART-168-be-매거진-콘텐츠에-미디어-url-첨부

Merge pull request #149 from Media-XI/ART-168-be-매거진-콘텐츠에-미디어-url-첨부 #263

Triggered via push March 18, 2024 08:15
Status Failure
Total duration 2m 10s
Artifacts

dev-build.yml

on: push
Build Dockerized Development
2m 1s
Build Dockerized Development
Kubernetes resource update
0s
Kubernetes resource update
Fit to window
Zoom out
Zoom in

Annotations

1 error and 38 warnings
Build Dockerized Development
Gradle build failed: see console output for details
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#L107
Method invocation `lastIndexOf` may produce `NullPointerException`
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/magazine/entity/Magazine.java#L89
Contents of collection `magazineMedias` are updated, but never queried
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#L104
Contents of collection `authorities` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/member/entity/Member.java#L112
Contents of collection `posts` 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/post/entity/Post.java#L65
Contents of collection `postMedias` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/member/entity/Member.java#L108
Contents of collection `artworks` 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/post/entity/Post.java#L57
Contents of collection `postLikeMembers` 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/artwork/entity/ArtworkComment.java#L45
Contents of collection `childComments` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/example/codebase/domain/member/entity/Member.java#L116
Contents of collection `agoras` are updated, but never queried
Use of Optional.ofNullable with null or not-null argument: src/main/java/com/example/codebase/util/SecurityUtil.java#L70
'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/domain/member/service/MemberService.java#L291
Variable `searchResults` initializer `null` is redundant
Unused assignment: src/main/java/com/example/codebase/util/SecurityUtil.java#L65
Variable `authorityDtos` initializer `null` is redundant
Build Dockerized Development
Node.js ***6 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v***, actions/setup-java@v***, actions/cache@v2, gradle/gradle-build-action@v2.4.2. For more information see: https://github.blog/changelog/202***-09-22-github-actions-transitioning-from-node-***6-to-node-20/.
Build Dockerized Development
The following actions uses node***2 which is deprecated and will be forced to run on node***6: actions/cache@v2. For more info: https://github.blog/changelog/202***-06-***-github-actions-all-actions-will-run-on-node***6-instead-of-node***2-by-default/