This repository was archived by the owner on May 21, 2026. It is now read-only.
Add import for AlternativeTitleModel in SerieItemWriter #46
cicd.yml
on: push
Tests
1m 53s
Build, Docker and Push
15m 12s
Annotations
62 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]-78c0881a1bf1d92b97999f8b8b2b65a71a91d09c: 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>0eQCWaQAAAAAComl5LNJISZbwkzJOThYFQ0hJMzBFREdFMDExOQBFZGdl
|
|
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>0eACWaQAAAACugUEuAbhRS4qhBtdF22hCQ0hJMzBFREdFMDIxMQBFZGdl
|
|
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>0eACWaQAAAACFe8MrkHobQJdNDy7kiuD5Q0hJMzBFREdFMDEyMQBFZGdl
|
|
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>0eACWaQAAAAC8PxYz0dtWQbLEZ8stS6+bQ0hJMzBFREdFMDEyMgBFZGdl
|
|
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>0dwCWaQAAAAAWU38AuWa9QpsVgUu5lVd2Q0hJMzBFREdFMDIxMgBFZGdl
|
|
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>0dwCWaQAAAABtt3hoKvixRoh5fbtYjetIQ0hJMzBFREdFMDMwOABFZGdl
|
|
Tests
Failed to restore gradle-home-v1|Linux|tests[9135b4882d00dff6218dac81a00d34cb]-78c0881a1bf1d92b97999f8b8b2b65a71a91d09c: 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]-78c0881***1bf1d92b97999f8b8b2b65***71***91d09c: 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>0CwSW***QAAAADdAMSHOiJRSKgTcr6nOi***ORE0yRURHRTEwMDcARWRnZQ==
|
|
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>0CwSW***QAAAADoBdbcDirCT5wpLmNtgFdtRE0yRURHRTA5MDkARWRnZQ==
|
|
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>0CwSW***QAAAADqs2***4v8nATp4XMnKrzFfsRE0yRURHRTA5MTAARWRnZQ==
|
|
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>0CwSW***QAAAADMZKJ5PnRkQqwTe/4x5EF/RE0yRURHRTA3MTcARWRnZQ==
|
|
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>0CgSW***QAAAAD7N3ThANP3RYjtRx***E***/hLRE0yRURHRTA3MTAARWRnZQ==
|
|
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>0CgSW***QAAAAADiODrP4G/TZml1ZM6LC0ZRE0yRURHRTEwMTEARWRnZQ==
|
|
Build, Docker and Push
F***iled to restore gr***dle-home-v1|Linux|build_***nd_publish[9135b4882d00dff6218d***c81***00d34cb]-78c0881***1bf1d92b97999f8b8b2b65***71***91d09c: Error: C***che service responded with 400
|
|
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
EspacoGeek-Teams~EspacoGeek_API~46XPVO.dockerbuild
Expired
|
69.6 KB |
sha256:1907de78a17f1fdcadbe4ce90e9fd8468b53c3ca82534d8f3ba283f6c03a9bce
|
|
|
EspacoGeek-Teams~EspacoGeek_API~RXQPWR.dockerbuild
Expired
|
96.2 KB |
sha256:2defcb3cb41bf4d7544ad76414c0584fd1d07f8484569b930a400d72a71798ec
|
|
|
test-reports
Expired
|
78.4 KB |
sha256:7c09b281eb2de5e986734fabdf7f941096f39d12c6c21e57ab2fc1ae8b2218a5
|
|