Skip to content

fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.7.0 - autoclosed #3138

fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.7.0 - autoclosed

fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.7.0 - autoclosed #3138

GitHub Actions / Qodana Community for JVM completed Dec 12, 2024 in 0s

105 new problems found by Qodana Community for JVM

Qodana Community for JVM

105 new problems were found

Inspection name Severity Problems
Usage of API marked for removal 🔴 Failure 2
@NotNull/@Nullable problems 🔶 Warning 38
Unchecked warning 🔶 Warning 32
'equals()' method which does not check class of parameter 🔶 Warning 21
Nullability and data flow problems 🔶 Warning 3
Declaration has problems in Javadoc references 🔶 Warning 2
AutoCloseable used without 'try'-with-resources 🔶 Warning 1
Class is exposed outside of its visibility scope 🔶 Warning 1
Field can be local 🔶 Warning 1
Javadoc declaration problems 🔶 Warning 1
Mismatched query and update of collection 🔶 Warning 1
Optional.get() is called without isPresent() check 🔶 Warning 1
Commented out code ◽️ Notice 1

☁️ 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 169 in boot-opensearch-sample/src/main/java/com/example/opensearch/services/RestaurantSearchService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'SearchHitsIterator' used without 'try'-with-resources statement

Check warning on line 29 in boot-mongodb-elasticsearch/src/main/java/com/example/mongoes/web/service/SearchService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Class is exposed outside of its visibility scope

Class `AggregationProcessor` is exposed outside its defined visibility scope

Check notice on line 40 in graphql/boot-graphql-webflux/src/main/java/com/example/graphql/controller/CustomerGraphQLController.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Commented out code

Commented out code (4 lines)

Check warning on line 24 in boot-ultimate-redis/src/main/java/com/example/ultimateredis/config/RedisValueOperationsUtil.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Expression `valueOperations.get(key)` might evaluate to null but is returned by the method declared as @NonNullApi

Check warning on line 21 in boot-ultimate-redis/src/main/java/com/example/ultimateredis/config/RedisCacheGZIPSerializer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Argument `super.serialize(o)` might be null

Check warning on line 189 in boot-mongodb-elasticsearch/src/main/java/com/example/mongoes/web/service/RestaurantService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `get` may produce `NullPointerException`

Check warning on line 69 in jpa/boot-data-envers/src/main/java/com/example/envers/entities/Customer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 75 in batch-boot-jpa-sample/src/main/java/com/example/bootbatchjpa/entities/Customer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 114 in graphql/boot-graphql-querydsl/src/main/java/com/example/graphql/querydsl/entities/Post.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 35 in jpa/boot-data-multipledatasources/src/main/java/com/example/multipledatasources/entities/cardholder/CardHolder.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 147 in graphql/boot-graphql-webmvc/src/main/java/com/example/graphql/entities/PostEntity.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 47 in jpa/boot-data-customsequence/src/main/java/com/example/custom/sequence/entities/Customer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 43 in jpa/boot-data-customsequence/src/main/java/com/example/custom/sequence/entities/Order.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 49 in jpa/keyset-pagination/blaze-persistence/src/main/java/com/example/keysetpagination/entities/Actor.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 32 in scheduler/boot-scheduler-shedlock/src/main/java/com/learning/shedlock/entities/Job.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 40 in graphql/boot-graphql-querydsl/src/main/java/com/example/graphql/querydsl/entities/Tag.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 73 in jpa/boot-jpa-locks/src/main/java/com/example/locks/entities/Actor.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 51 in graphql/boot-graphql-querydsl/src/main/java/com/example/graphql/querydsl/entities/PostComment.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 100 in jpa/boot-jpa-locks/src/main/java/com/example/locks/entities/Movie.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 33 in jpa/boot-data-multipledatasources/src/main/java/com/example/multipledatasources/entities/member/Member.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 43 in httpClients/boot-rest-template/src/main/java/com/example/rest/template/entities/Post.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 75 in graphql/boot-graphql-webmvc/src/main/java/com/example/graphql/entities/PostCommentEntity.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 50 in httpClients/boot-http-proxy/src/main/java/com/example/rest/proxy/entities/Post.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 32 in boot-api-archunit-sample/src/main/java/com/example/archunit/entities/Client.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter

Check warning on line 44 in boot-rest-docs-sample/src/main/java/com/example/restdocs/entities/User.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'equals()' method which does not check class of parameter

`equals()` should check the class of its parameter