Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 #3463

chore(deps-dev): bump com.fasterxml.jackson.core:jackson-databind

83eb32a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore(deps-dev): bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 #3463

chore(deps-dev): bump com.fasterxml.jackson.core:jackson-databind
83eb32a
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for JVM completed May 6, 2024 in 0s

158 new problems found by Qodana Community for JVM

Qodana Community for JVM

158 new problems were found

Inspection name Severity Problems
'Optional' used as field or parameter type 🔶 Warning 65
Optional.get() is called without isPresent() check 🔶 Warning 21
Result of method call ignored 🔶 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

To be able to view the detailed Qodana report, you can either:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2023.3.2
        with:
          upload-result: true
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 62 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 84 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 62 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 84 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`