Skip to content

refactor(testing): migrate to SpoonAssertions and deprecate old assertion package#6741

Open
MartinWitt wants to merge 6 commits into
masterfrom
refactor/migrate-to-spoon-assertions
Open

refactor(testing): migrate to SpoonAssertions and deprecate old assertion package#6741
MartinWitt wants to merge 6 commits into
masterfrom
refactor/migrate-to-spoon-assertions

refactor(tests): simplify assertions and unify test method names in A…

f52bc36
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Qodana for JVM (./src/main/java) failed Jun 4, 2026 in 0s

64 new problems found by Qodana for JVM

Qodana for JVM

Analyzed directory: ./src/main/java/

64 new problems were found

Inspection name Severity Problems
Usage of API marked for removal 🔴 Failure 64

💡 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:

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@v2026.1.0
        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 failure on line 16 in src/main/java/spoon/testing/AbstractFileAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing' is deprecated since version 11 and marked for removal

Check failure on line 20 in src/main/java/spoon/testing/AbstractCtPackageAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing' is deprecated since version 11 and marked for removal

Check failure on line 8 in src/main/java/spoon/testing/AbstractFileAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing' is deprecated since version 11 and marked for removal

Check failure on line 8 in src/main/java/spoon/testing/AbstractCtElementAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing' is deprecated since version 11 and marked for removal

Check failure on line 19 in src/main/java/spoon/testing/AbstractCtPackageAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing' is deprecated since version 11 and marked for removal

Check failure on line 41 in src/main/java/spoon/testing/AbstractCtPackageAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing.AbstractAssert' is deprecated since version 11 and marked for removal

Check failure on line 35 in src/main/java/spoon/testing/AbstractCtElementAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing.AbstractAssert' is deprecated since version 11 and marked for removal

Check failure on line 55 in src/main/java/spoon/testing/AbstractCtElementAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing.AbstractAssert' is deprecated since version 11 and marked for removal

Check failure on line 45 in src/main/java/spoon/testing/AbstractCtPackageAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing.AbstractAssert' is deprecated since version 11 and marked for removal

Check failure on line 8 in src/main/java/spoon/testing/AbstractAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing' is deprecated since version 11 and marked for removal

Check failure on line 18 in src/main/java/spoon/testing/AbstractCtPackageAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing' is deprecated since version 11 and marked for removal

Check failure on line 13 in src/main/java/spoon/testing/AbstractCtElementAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing' is deprecated since version 11 and marked for removal

Check failure on line 64 in src/main/java/spoon/testing/Assert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing.CtElementAssert' is deprecated since version 11 and marked for removal

Check failure on line 47 in src/main/java/spoon/testing/Assert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing.AbstractFileAssert' is deprecated since version 11 and marked for removal

Check failure on line 42 in src/main/java/spoon/testing/AbstractCtPackageAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing.AbstractAssert' is deprecated since version 11 and marked for removal

Check failure on line 83 in src/main/java/spoon/testing/AbstractCtPackageAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing.Assert' is deprecated since version 11 and marked for removal

Check failure on line 15 in src/main/java/spoon/testing/AbstractCtElementAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing' is deprecated since version 11 and marked for removal

Check failure on line 42 in src/main/java/spoon/testing/AbstractCtElementAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing.AbstractAssert' is deprecated since version 11 and marked for removal

Check failure on line 21 in src/main/java/spoon/testing/AbstractCtElementAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing.AbstractAssert' is deprecated since version 11 and marked for removal

Check failure on line 62 in src/main/java/spoon/testing/Assert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing.AbstractCtElementAssert' is deprecated since version 11 and marked for removal

Check failure on line 36 in src/main/java/spoon/testing/Assert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing.AbstractFileAssert' is deprecated since version 11 and marked for removal

Check failure on line 8 in src/main/java/spoon/testing/FileAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing' is deprecated since version 11 and marked for removal

Check failure on line 8 in src/main/java/spoon/testing/AbstractCtPackageAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing' is deprecated since version 11 and marked for removal

Check failure on line 37 in src/main/java/spoon/testing/AbstractCtElementAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing.AbstractAssert' is deprecated since version 11 and marked for removal

Check failure on line 52 in src/main/java/spoon/testing/AbstractFileAssert.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM (./src/main/java)

Usage of API marked for removal

'spoon.testing.AbstractAssert' is deprecated since version 11 and marked for removal