This repository was archived by the owner on May 21, 2026. It is now read-only.
[refractor] drop wrongs tables and let spring create nessessary table… #41
cicd.yml
on: push
Tests
1m 31s
Build, Docker and Push
15m 24s
Annotations
63 warnings and 1 notice
|
AutoCloseable used without 'try'-with-resources:
src/main/java/com/espacogeek/geek/data/api/impl/QuoteApiImpl.java#L67
'Response' used without 'try'-with-resources statement
|
|
AutoCloseable used without 'try'-with-resources:
src/main/java/com/espacogeek/geek/utils/DataJumpUtils.java#L70
'Response' used without 'try'-with-resources statement
|
|
Boxing of already boxed value:
src/main/java/com/espacogeek/geek/controllers/UserController.java#L135
Boxing of already boxed `userId`
|
|
Boxing of already boxed value:
src/main/java/com/espacogeek/geek/controllers/UserController.java#L161
Boxing of already boxed `userId`
|
|
Constant values:
src/main/java/com/espacogeek/geek/data/impl/GenericMediaDataControllerImpl.java#L352
Result of `external.orElseThrow().getMedia()` is always 'null'
|
|
Constant values:
src/main/java/com/espacogeek/geek/data/impl/SerieControllerImpl.java#L96
Condition `externalReferenceExisted.isPresent()` is always `false`
|
|
Constant values:
src/main/java/com/espacogeek/geek/services/impl/MediaServiceImpl.java#L181
Condition `media == null` is always `false`
|
|
Constant values:
src/main/java/com/espacogeek/geek/repositories/impl/MediaRepositoryCustomImpl.java#L123
Condition `params != null` is always `true`
|
|
Constant values:
src/main/java/com/espacogeek/geek/data/impl/MovieControllerImpl.java#L127
Condition `externalReferenceExisted.isPresent()` is always `false`
|
|
Constant values:
src/main/java/com/espacogeek/geek/utils/TokenUtils.java#L55
Condition `request != null` is always `true`
|
|
Constant values:
src/main/java/com/espacogeek/geek/data/impl/GenericMediaDataControllerImpl.java#L274
Condition `media != null` is always `true`
|
|
Nullability and data flow problems:
src/main/java/com/espacogeek/geek/utils/DataJumpUtils.java#L78
Method invocation `bytes` may produce `NullPointerException`
|
|
Nullability and data flow problems:
src/main/java/com/espacogeek/geek/utils/DataJumpUtils.java#L85
Dereference of `json` may produce `NullPointerException`
|
|
Nullability and data flow problems:
src/main/java/com/espacogeek/geek/config/GraphQlCookieInterceptor.java#L70
Result of 'min' is the same as the second argument making the call meaningless
|
|
Nullability and data flow problems:
src/main/java/com/espacogeek/geek/utils/DataJumpUtils.java#L78
Method invocation `body` may produce `NullPointerException`
|
|
Result of method call ignored:
src/main/java/com/espacogeek/geek/data/api/impl/MovieAPIImpl.java#L233
Result of `String.replace()` is ignored
|
|
'long' literal ending with 'l' instead of 'L':
src/main/java/com/espacogeek/geek/utils/MediaUtils.java#L43
'long' literal `1l` ends with lowercase 'l'
|
|
Mismatched query and update of collection:
src/main/java/com/espacogeek/geek/utils/MediaUtils.java#L84
Contents of collection `updatedMedias` are updated, but never queried
|
|
Mismatched query and update of collection:
src/main/java/com/espacogeek/geek/utils/MediaUtils.java#L64
Contents of collection `updatedMedias` are updated, but never queried
|
|
Optional.get() is called without isPresent() check:
src/main/java/com/espacogeek/geek/controllers/UserController.java#L135
`Optional.get()` without 'isPresent()' check
|
|
Optional.get() is called without isPresent() check:
src/main/java/com/espacogeek/geek/controllers/UserController.java#L157
`Optional.get()` without 'isPresent()' check
|
|
Optional.get() is called without isPresent() check:
src/main/java/com/espacogeek/geek/controllers/UserController.java#L192
`Optional.get()` without 'isPresent()' check
|
|
Optional.get() is called without isPresent() check:
src/main/java/com/espacogeek/geek/controllers/UserController.java#L174
`Optional.get()` without 'isPresent()' check
|
|
Use of Optional.ofNullable with null or non-null argument:
src/main/java/com/espacogeek/geek/services/impl/ApiKeyServiceImpl.java#L34
'Optional.ofNullable()' with non-null argument should be replaced with 'Optional.of()'
|
|
Single character alternation:
src/main/java/com/espacogeek/geek/metrics/GraphQLMetricsInstrumentation.java#L31
Single character alternation in RegExp
|
|
String comparison using '==', instead of 'equals()':
src/main/java/com/espacogeek/geek/controllers/MediaController.java#L104
String values are compared using `==`, not 'equals()'
|
|
String comparison using '==', instead of 'equals()':
src/main/java/com/espacogeek/geek/controllers/MediaController.java#L46
String values are compared using `==`, not 'equals()'
|
|
String comparison using '==', instead of 'equals()':
src/main/java/com/espacogeek/geek/controllers/MediaController.java#L122
String values are compared using `==`, not 'equals()'
|
|
String comparison using '==', instead of 'equals()':
src/main/java/com/espacogeek/geek/controllers/MediaController.java#L84
String values are compared using `==`, not 'equals()'
|
|
String comparison using '==', instead of 'equals()':
src/main/java/com/espacogeek/geek/controllers/MediaController.java#L65
String values are compared using `==`, not 'equals()'
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/data/api/impl/MovieAPIImpl.java#L73
Variable `movieDb` initializer `new MovieDb()` is redundant
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/data/api/impl/MovieAPIImpl.java#L121
Variable `rawArtwork` initializer `new Images()` is redundant
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/data/api/impl/TvSeriesApiImpl.java#L188
Variable `rawExternalReferences` initializer `new ExternalIds()` is redundant
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/utils/DataJumpUtils.java#L57
Variable `request` initializer `null` is redundant
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/data/api/impl/MovieAPIImpl.java#L156
Variable `rawAlternativeTitles` initializer `new ArrayList<>()` is redundant
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/data/api/impl/TvSeriesApiImpl.java#L221
Variable `rawSerieDetails` initializer `new TvSeriesDb()` is redundant
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/data/api/impl/MovieAPIImpl.java#L210
Variable `movieDb` initializer `new MovieDb()` is redundant
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/data/api/impl/QuoteApiImpl.java#L52
Variable `request` initializer `null` is redundant
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/data/impl/GenericMediaDataControllerImpl.java#L271
The value `createMediaIfNotExistAndIfExistReturnIt(mediaSearch, typeReference)` assigned to `media` is never used
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/data/api/impl/TvSeriesApiImpl.java#L78
Variable `rawSerieDetails` initializer `new TvSeriesDb()` is redundant
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/data/api/impl/QuoteApiImpl.java#L65
Variable `response` initializer `null` is redundant
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/data/api/impl/TvSeriesApiImpl.java#L129
Variable `rawArtwork` initializer `new Images()` is redundant
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/data/api/impl/MovieAPIImpl.java#L107
Variable `trailers` initializer `null` is redundant
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/data/api/impl/MovieAPIImpl.java#L225
Variable `genres` initializer `new ArrayList<GenreModel>()` is redundant
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/data/api/impl/TvSeriesApiImpl.java#L113
Variable `trailers` initializer `null` is redundant
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/data/api/impl/TvSeriesApiImpl.java#L163
Variable `rawAlternativeTitles` initializer `new ArrayList<>()` is redundant
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/data/api/impl/MovieAPIImpl.java#L182
Variable `rawExternalReferences` initializer `new ExternalIds()` is redundant
|
|
Unused assignment:
src/main/java/com/espacogeek/geek/utils/DataJumpUtils.java#L75
Variable `inputStream` initializer `null` is redundant
|
|
Tests
Failed to save cache entry with path '/home/runner/.gradle/caches,/home/runner/.gradle/notifications,/home/runner/.gradle/.setup-gradle' and key: gradle-home-v1|Linux|tests[9135b4882d00dff6218dac81a00d34cb]-3756d7223202355435f08275f32669693657d93c: Error: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0vsKVaQAAAAAIPGtQIiiGTJZWxSoH1XfuRE0yRURHRTA3MDkARWRnZQ==
|
|
Tests
Failed to save cache entry with path '/home/runner/.gradle/caches/modules-*/files-*/*/*/*/*' and key: gradle-dependencies-v1-c79e7f46bccb053cfd7e29e7277d1297: Error: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0vcKVaQAAAACjjVYQa41iSq6NpOFSi+RoRE0yRURHRTA5MTMARWRnZQ==
|
|
Tests
Failed to save cache entry with path '/home/runner/.gradle/caches/transforms-4/*/
/home/runner/.gradle/caches/*/transforms/*/' and key: gradle-transforms-v1-141489eee02ca2ca63b5b64148996e0b: Error: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0vcKVaQAAAAD3AR2apvafTZRIcKKGPdkNRE0yRURHRTEwMDcARWRnZQ==
|
|
Tests
Failed to save cache entry with path '/home/runner/.gradle/caches/jars-*/*/' and key: gradle-instrumented-jars-v1-2461cb0527abf9473100998082c96d34: Error: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0vMKVaQAAAADC68Bi3IjXTpolS/ZMAZDeRE0yRURHRTA5MjEARWRnZQ==
|
|
Tests
Failed to save cache entry with path '/home/runner/.gradle/wrapper/dists/gradle-8.10-bin/deqhafrv1ntovfmgh0nh3npr9' and key: gradle-wrapper-zips-v1-68e268aa5bbc0127f7332b88e18d7a5d: Error: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0vMKVaQAAAABs9YseUpthRJ+HUli4FycORE0yRURHRTA3MTAARWRnZQ==
|
|
Tests
Failed to save cache entry with path '/home/runner/.gradle/caches/*/groovy-dsl/*/' and key: gradle-groovy-dsl-v1-3b94b0815e398f4f35250eb6ae28c06e: Error: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0vMKVaQAAAABIVefCmQqeQbeoAszxhH4GRE0yRURHRTA5MTkARWRnZQ==
|
|
Tests
Failed to restore gradle-home-v1|Linux|tests[9135b4882d00dff6218dac81a00d34cb]-3756d7223202355435f08275f32669693657d93c: Error: Cache service responded with 400
|
|
Build, Docker and Push
F***iled to s***ve c***che entry with p***th '/home/runner/.gr***dle/c***ches,/home/runner/.gr***dle/notific***tions,/home/runner/.gr***dle/.setup-gr***dle' ***nd key: gr***dle-home-v1|Linux|build_***nd_publish[9135b4882d00dff6218d***c81***00d34cb]-3756d7***3202355435f08275f32669693657d93c: Error: <h2>Our services ***ren't ***v***il***ble right now</h2><p>We're working to restore ***ll services ***s soon ***s possible. Ple***se check b***ck soon.</p>0XM***V***QAAAACy883loXffSo6F7jCC2YPbUEFPRURHRTA1MDcARWRnZQ==
|
|
Build, Docker and Push
F***iled to s***ve c***che entry with p***th '/home/runner/.gr***dle/c***ches/tr***nsforms-4/*/
/home/runner/.gr***dle/c***ches/*/tr***nsforms/*/' ***nd key: gr***dle-tr***nsforms-v1-141489eee02c***2c***63b5b64148996e0b: Error: <h2>Our services ***ren't ***v***il***ble right now</h2><p>We're working to restore ***ll services ***s soon ***s possible. Ple***se check b***ck soon.</p>0W8***V***QAAAAAOZJb/R4GeQoddPP0i***IJMUEFPRURHRTA2MDkARWRnZQ==
|
|
Build, Docker and Push
F***iled to s***ve c***che entry with p***th '/home/runner/.gr***dle/wr***pper/dists/gr***dle-8.10-bin/deqh***frv1ntovfmgh0nh3npr9' ***nd key: gr***dle-wr***pper-zips-v1-68e268***5bbc0127f7332b88e18d7***5d: Error: <h2>Our services ***ren't ***v***il***ble right now</h2><p>We're working to restore ***ll services ***s soon ***s possible. Ple***se check b***ck soon.</p>0W8***V***QAAAAAc+Oz***zwYRQKUOj20rEE58UEFPRURHRTA2MTgARWRnZQ==
|
|
Build, Docker and Push
F***iled to s***ve c***che entry with p***th '/home/runner/.gr***dle/c***ches/modules-*/files-*/*/*/*/*' ***nd key: gr***dle-dependencies-v1-008d0***4***8e646***fb45b71c2d645***be8: Error: <h2>Our services ***ren't ***v***il***ble right now</h2><p>We're working to restore ***ll services ***s soon ***s possible. Ple***se check b***ck soon.</p>0W8***V***QAAAAAwoCHeUEIvQ5T7DJGbWlziUEFPRURHRTA2MDgARWRnZQ==
|
|
Build, Docker and Push
F***iled to s***ve c***che entry with p***th '/home/runner/.gr***dle/c***ches/*/groovy-dsl/*/' ***nd key: gr***dle-groovy-dsl-v1-3b94b0815e398f4f35250eb6***e28c06e: Error: <h2>Our services ***ren't ***v***il***ble right now</h2><p>We're working to restore ***ll services ***s soon ***s possible. Ple***se check b***ck soon.</p>0W8***V***QAAAADpoGZGIv7oS5+e7WngzkVlUEFPRURHRTA1MTIARWRnZQ==
|
|
Build, Docker and Push
F***iled to s***ve c***che entry with p***th '/home/runner/.gr***dle/c***ches/j***rs-*/*/' ***nd key: gr***dle-instrumented-j***rs-v1-2461cb0527***bf9473100998082c96d34: Error: <h2>Our services ***ren't ***v***il***ble right now</h2><p>We're working to restore ***ll services ***s soon ***s possible. Ple***se check b***ck soon.</p>0W8***V***QAAAAD1fS3WGSBPQrqZn+Wg/yoAUEFPRURHRTA2MjIARWRnZQ==
|
|
Build, Docker and Push
F***iled to Fin***lizeArtif***ct: Received non-retry***ble error: F***iled request: (403) Forbidden: Error from intermedi***ry with HTTP st***tus code 403 "Forbidden"
|
|
Build, Docker and Push
F***iled to restore gr***dle-home-v1|Linux|build_***nd_publish[9135b4882d00dff6218d***c81***00d34cb]-3756d7***3202355435f08275f32669693657d93c: Error: C***che service responded with 400
|
|
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
EspacoGeek-Teams~EspacoGeek_API~OKGAO3.dockerbuild
Expired
|
96.3 KB |
sha256:96c721d27de3be366b60b7c61fb80607a774849ac0d381f87a937a774b166ad0
|
|
|
test-reports
Expired
|
78.5 KB |
sha256:69751ccf73b86e3c8934e3a0391d9d788af8b3a340637b1b49f64b4ada5dceb9
|
|