Skip to content

Fix: 식단 등록시 eatDate == 오늘 날짜 인 경우에만 포인트 지급하도록 변경 #173

Fix: 식단 등록시 eatDate == 오늘 날짜 인 경우에만 포인트 지급하도록 변경

Fix: 식단 등록시 eatDate == 오늘 날짜 인 경우에만 포인트 지급하도록 변경 #173

Triggered via push June 2, 2024 10:12
Status Success
Total duration 3m 7s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 10 notices
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Nullability and data flow problems: src/main/java/com/tobe/healthy/trainer/application/TrainerService.java#L108
Method invocation `getId` may produce `NullPointerException`
Nullability and data flow problems: src/main/java/com/tobe/healthy/schedule/domain/dto/out/ScheduleIdInfo.java#L20
Method invocation `getId` may produce `NullPointerException`
Nullability and data flow problems: src/main/java/com/tobe/healthy/schedule/domain/dto/out/ScheduleIdInfo.java#L28
Method invocation `getId` may produce `NullPointerException`
Nullability and data flow problems: src/main/java/com/tobe/healthy/trainer/application/TrainerService.java#L139
Method invocation `getRanking` may produce `NullPointerException`
Nullability and data flow problems: src/main/java/com/tobe/healthy/course/application/CourseService.java#L111
Method invocation `getName` may produce `NullPointerException`
Nullability and data flow problems: src/main/java/com/tobe/healthy/workout/application/WorkoutHistoryService.java#L204
Method invocation `getId` may produce `NullPointerException`
Lombok annotations: src/main/java/com/tobe/healthy/diet/domain/dto/in/DietAddCommand.java#L9
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '(callSuper=false)' to your type.