Skip to content

[v1.1.0] QA 진행 (#76) #132

[v1.1.0] QA 진행 (#76)

[v1.1.0] QA 진행 (#76) #132

GitHub Actions / Qodana for JVM completed Oct 25, 2024 in 0s

385 new problems found by Qodana for JVM

Qodana for JVM

385 new problems were found

Inspection name Severity Problems
Check Kotlin and Java source code coverage 🔶 Warning 358
@NotNull/@Nullable problems 🔶 Warning 13
Nullability and data flow problems 🔶 Warning 4
Field may be 'final' 🔶 Warning 2
Unused assignment 🔶 Warning 2
Duplicated code fragment ◽️ Notice 4
Unknown HTTP header ◽️ Notice 2
@@ Code coverage @@
- 0% total lines covered
2070 lines analyzed, 0 lines covered
# Calculated according to the filters of your coverage tool

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 164 in src/main/java/com/foru/freebe/message/service/MessageSendService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

Method invocation `get` may produce `NullPointerException`

Check warning on line 55 in src/main/java/com/foru/freebe/message/service/MessageSendService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

Method invocation `get` may produce `NullPointerException`

Check warning on line 179 in src/main/java/com/foru/freebe/message/service/MessageSendService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

Method invocation `get` may produce `NullPointerException`

Check warning on line 85 in src/main/java/com/foru/freebe/message/service/MessageSendService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Nullability and data flow problems

Method invocation `get` may produce `NullPointerException`

Check notice on line 26 in src/main/java/com/foru/freebe/message/dto/MessageSendRequest.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 112 in src/main/java/com/foru/freebe/message/dto/MessageSendRequest.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 171 in src/main/java/com/foru/freebe/message/dto/MessageSendRequest.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check notice on line 44 in src/main/java/com/foru/freebe/message/dto/MessageSendRequest.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check warning on line 10 in src/main/java/com/foru/freebe/reservation/dto/ReferenceImageUrls.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Field may be 'final'

Field `originalImage` may be 'final'

Check warning on line 11 in src/main/java/com/foru/freebe/reservation/dto/ReferenceImageUrls.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Field may be 'final'

Field `thumbnailImage` may be 'final'

Check warning on line 104 in src/main/java/com/foru/freebe/reservation/entity/ReservationForm.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Check Kotlin and Java source code coverage

Method `updatePhotographerMemo` coverage is below the threshold 50%

Check warning on line 22 in src/main/java/com/foru/freebe/auth/service/CustomUserDetailsService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Check Kotlin and Java source code coverage

Method `loadUserByUsername` coverage is below the threshold 50%

Check warning on line 211 in src/main/java/com/foru/freebe/product/service/PhotographerProductService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Check Kotlin and Java source code coverage

Method `deleteRemovedImages` coverage is below the threshold 50%

Check warning on line 22 in src/main/java/com/foru/freebe/notice/entity/Notice.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Check Kotlin and Java source code coverage

Class `Notice` coverage is below the threshold 50%

Check warning on line 24 in src/main/java/com/foru/freebe/product/entity/ProductDiscount.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Check Kotlin and Java source code coverage

Class `ProductDiscount` coverage is below the threshold 50%

Check warning on line 224 in src/main/java/com/foru/freebe/product/service/PhotographerProductService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Check Kotlin and Java source code coverage

Method `deleteImageOfAllTypeFromS3` coverage is below the threshold 50%

Check warning on line 47 in src/main/java/com/foru/freebe/jwt/filter/JwtAuthenticationFilter.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Check Kotlin and Java source code coverage

Method `doFilterInternal` coverage is below the threshold 50%

Check warning on line 24 in src/main/java/com/foru/freebe/member/entity/Member.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Check Kotlin and Java source code coverage

Class `Member` coverage is below the threshold 50%

Check warning on line 8 in src/main/java/com/foru/freebe/jwt/model/JwtTokenModel.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Check Kotlin and Java source code coverage

Class `JwtTokenModel` coverage is below the threshold 50%

Check warning on line 15 in src/main/java/com/foru/freebe/config/CustomAccessDeniedHandler.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Check Kotlin and Java source code coverage

Class `CustomAccessDeniedHandler` coverage is below the threshold 50%

Check warning on line 159 in src/main/java/com/foru/freebe/s3/S3ImageService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Check Kotlin and Java source code coverage

Method `deleteImageFromS3` coverage is below the threshold 50%

Check warning on line 49 in src/main/java/com/foru/freebe/product/service/CustomerProductService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Check Kotlin and Java source code coverage

Method `getProductList` coverage is below the threshold 50%

Check warning on line 83 in src/main/java/com/foru/freebe/product/service/PhotographerProductService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Check Kotlin and Java source code coverage

Method `getRegisteredProductList` coverage is below the threshold 50%

Check warning on line 21 in src/main/java/com/foru/freebe/message/service/MessageSendService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Check Kotlin and Java source code coverage

Class `MessageSendService` coverage is below the threshold 50%

Check warning on line 47 in src/main/java/com/foru/freebe/product/entity/ProductDiscount.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Check Kotlin and Java source code coverage

Constructor `ProductDiscount` coverage is below the threshold 50%