Skip to content

chore(deps-dev): bump org.hibernate.orm:hibernate-core from 6.4.6.Fin… #806

chore(deps-dev): bump org.hibernate.orm:hibernate-core from 6.4.6.Fin…

chore(deps-dev): bump org.hibernate.orm:hibernate-core from 6.4.6.Fin… #806

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

156 new problems found by Qodana Community for JVM

Qodana Community for JVM

156 new problems were found

Inspection name Severity Problems
'Optional' used as field or parameter type 🔶 Warning 65
Result of method call ignored 🔶 Warning 19
Optional.get() is called without isPresent() check 🔶 Warning 19
Nullability and data flow problems 🔶 Warning 9
Wrapper type may be primitive 🔶 Warning 8
AutoCloseable used without 'try'-with-resources 🔶 Warning 4
Redundant call to 'String.format()' 🔶 Warning 4
Suspicious 'Comparator.compare()' implementation 🔶 Warning 3
Suspicious collection method call 🔶 Warning 3
'equals()' called on itself 🔶 Warning 2
Unnecessary non-capturing group 🔶 Warning 2
'hashCode()' called on array 🔶 Warning 1
Class is exposed outside of its visibility scope 🔶 Warning 1
Constant values 🔶 Warning 1
Statement with empty body 🔶 Warning 1
Early loop exit in 'if' condition 🔶 Warning 1
Kotlin Maven Plugin misconfigured 🔶 Warning 1
Pointless boolean expression 🔶 Warning 1
Sorted collection with non-comparable elements 🔶 Warning 1
String concatenation as argument to 'StringBuilder.append()' call 🔶 Warning 1
Bulk operation can be used instead of iteration 🔶 Warning 1
Constant values ◽️ Notice 8

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 56 in assertj-core/src/main/java/org/assertj/core/description/TextDescription.java

See this annotation in the file changed.

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

'hashCode()' called on array

Array passed to 'Objects.hash()' should be wrapped in 'Arrays.hashcode()'

Check warning on line 580 in assertj-core/src/main/java/org/assertj/core/internal/Files.java

See this annotation in the file changed.

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

AutoCloseable used without 'try'-with-resources

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

Check warning on line 1599 in assertj-core/src/main/java/org/assertj/core/api/Assumptions.java

See this annotation in the file changed.

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

AutoCloseable used without 'try'-with-resources

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

Check warning on line 223 in assertj-core/src/main/java/org/assertj/core/api/SoftProxies.java

See this annotation in the file changed.

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

AutoCloseable used without 'try'-with-resources

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

Check warning on line 446 in assertj-core/src/main/java/org/assertj/core/internal/Paths.java

See this annotation in the file changed.

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

AutoCloseable used without 'try'-with-resources

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

Check warning on line 33 in assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldComparators.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 `ComparatorForPatterns` is exposed outside its defined visibility scope

Check warning on line 47 in assertj-core/src/main/java/org/assertj/core/internal/ConfigurableRecursiveFieldByFieldComparator.java

See this annotation in the file changed.

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

Suspicious 'Comparator.compare()' implementation

Comparator never returns positive values

Check warning on line 34 in assertj-core/src/main/java/org/assertj/core/internal/ExtendedByTypesComparator.java

See this annotation in the file changed.

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

Suspicious 'Comparator.compare()' implementation

Comparator never returns positive values

Check warning on line 62 in assertj-core/src/main/java/org/assertj/core/internal/FieldByFieldComparator.java

See this annotation in the file changed.

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

Suspicious 'Comparator.compare()' implementation

Comparator never returns positive values

Check notice on line 145 in assertj-core/src/main/java/org/assertj/core/condition/MappedCondition.java

See this annotation in the file changed.

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

Constant values

Value `from` is always 'null'

Check notice on line 72 in assertj-core/src/main/java/org/assertj/core/util/Files.java

See this annotation in the file changed.

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

Constant values

Value `recurse` is always 'true'

Check notice on line 148 in assertj-core/src/main/java/org/assertj/core/condition/MappedCondition.java

See this annotation in the file changed.

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

Constant values

Value `to` is always 'null'

Check notice on line 87 in assertj-core/src/main/java/org/assertj/core/api/AbstractBooleanAssert.java

See this annotation in the file changed.

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

Constant values

Value `actual` is always 'true'

Check notice on line 65 in assertj-core/src/main/java/org/assertj/core/api/AbstractBooleanAssert.java

See this annotation in the file changed.

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

Constant values

Value `actual` is always 'false'

Check notice on line 146 in assertj-core/src/main/java/org/assertj/core/internal/Throwables.java

See this annotation in the file changed.

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

Constant values

Value `rootCause` is always 'null'

Check notice on line 65 in assertj-core/src/main/java/org/assertj/core/api/AbstractBooleanAssert.java

See this annotation in the file changed.

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

Constant values

Value `actual` is always 'false'

Check notice on line 87 in assertj-core/src/main/java/org/assertj/core/api/AbstractBooleanAssert.java

See this annotation in the file changed.

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

Constant values

Value `actual` is always 'true'

Check warning on line 299 in assertj-core/src/main/java/org/assertj/core/internal/Throwables.java

See this annotation in the file changed.

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

Constant values

Condition `stackTrace != null` is always `true`

Check warning on line 43 in assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/DualValueDeque.java

See this annotation in the file changed.

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

Nullability and data flow problems

Immutable object is modified

Check warning on line 32 in assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/DualValueDeque.java

See this annotation in the file changed.

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

Nullability and data flow problems

Immutable object is modified

Check warning on line 45 in assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRootCauseExactlyInstance.java

See this annotation in the file changed.

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

Nullability and data flow problems

Method invocation `getClass` may produce `NullPointerException`

Check warning on line 1756 in assertj-core/src/main/java/org/assertj/core/api/AbstractIterableAssert.java

See this annotation in the file changed.

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

Nullability and data flow problems

Method invocation `spliterator` may produce `NullPointerException`

Check warning on line 426 in assertj-core/src/main/java/org/assertj/core/internal/Strings.java

See this annotation in the file changed.

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

Nullability and data flow problems

Argument `actual` might be null

Check warning on line 1444 in assertj-core/src/main/java/org/assertj/core/api/AbstractMapAssert.java

See this annotation in the file changed.

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

Nullability and data flow problems

Passing `null` argument to parameter annotated as @NotNull

Check warning on line 1961 in assertj-core/src/main/java/org/assertj/core/api/AbstractIterableAssert.java

See this annotation in the file changed.

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

Nullability and data flow problems

Method invocation `spliterator` may produce `NullPointerException`