Skip to content

1.0.15#69

Merged
jaksonlin merged 3 commits intomainfrom
test-craft
Jun 24, 2025
Merged

1.0.15#69
jaksonlin merged 3 commits intomainfrom
test-craft

Conversation

@jaksonlin
Copy link
Owner

  • add the support to sort the test dependencies by the order of the dependency directories. (with this for large application, user can specify which set of dependency directories to be loaded first)
  • add the support to sort the test dependencies by the order of the first-load dependent jars. (with this when there are same class accross multiple jars, the class in the first-load dependent jars will be loaded first)
  • align the resource directory ordering in the classpath and cp arguments with the test case file's source root.
  • add the support to configure the default mutator group, dependency directories order, and first-load dependent jars.

@jaksonlin jaksonlin merged commit dac2dc4 into main Jun 24, 2025
1 check passed
@github-actions
Copy link

Qodana Community for JVM

141 new problems were found

Inspection name Severity Problems
Unused import 🔶 Warning 40
Field can be local variable 🔶 Warning 10
Unnecessary call to 'toString()' 🔶 Warning 10
Unchecked warning 🔶 Warning 9
Constant values 🔶 Warning 8
Nullability and data flow problems 🔶 Warning 8
Field may be 'final' 🔶 Warning 7
Result of method call ignored 🔶 Warning 5
@NotNull/@Nullable problems 🔶 Warning 5
Minimum 'switch' branches 🔶 Warning 4
Call to 'printStackTrace()' 🔶 Warning 3
Redundant local variable 🔶 Warning 3
Default annotation parameter value 🔶 Warning 2
Incorrect string capitalization 🔶 Warning 2
Redundant type cast 🔶 Warning 2
Redundant 'if' statement 🔶 Warning 2
Unnecessary 'return' statement 🔶 Warning 2
AutoCloseable used without 'try'-with-resources 🔶 Warning 1
'InputStream' and 'OutputStream' can be constructed using 'Files' methods 🔶 Warning 1
Unused import directive 🔶 Warning 1
Mismatched query and update of collection 🔶 Warning 1
Redundant 'Collection' operation 🔶 Warning 1
Stream API call chain can be simplified 🔶 Warning 1
'size() == 0' can be replaced with 'isEmpty()' 🔶 Warning 1
Suspicious indentation after control statement without braces 🔶 Warning 1
Unnecessary 'continue' statement 🔶 Warning 1
Unnecessary semicolon 🔶 Warning 1
Unused assignment 🔶 Warning 1
Write-only object 🔶 Warning 1
Non-distinguishable logging calls ◽️ Notice 3
Non-constant string concatenation as argument to logging call ◽️ Notice 3
Method can be extracted ◽️ Notice 1

💡 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@v2024.1.5
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant