Skip to content

Multi-SWE-Bench: Evaluation Changes#47

Draft
Vladislav0Art wants to merge 35 commits intomainfrom
vartiukhov/evaluation
Draft

Multi-SWE-Bench: Evaluation Changes#47
Vladislav0Art wants to merge 35 commits intomainfrom
vartiukhov/evaluation

Conversation

@Vladislav0Art
Copy link
Copy Markdown
Collaborator

No description provided.

dragoi75 and others added 2 commits April 16, 2026 23:00
…unused import optimization)

Left optimizations:
1. Import of a class from the same package.
2. Unused import.

Both imports above are removed when references are updated in a file that uses a renamed class/method.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 16, 2026

Qodana Community for JVM

6 new problems were found

Inspection name Severity Problems
Unresolved reference in KDoc 🔶 Warning 4
Unused import directive 🔶 Warning 1
Class member can have 'private' visibility ◽️ 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@v2025.1.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Vladislav0Art and others added 27 commits April 16, 2026 23:42
…leFilters` method in `RenameVariableTransformation`
…and CLI support via `RewriteProblemStatementStarter`
… and integrate with CLI starters

- Introduced `BenchmarkInstanceIO` for JSON parsing and transformation of benchmark records.
- Updated `RewriteProblemStatementStarter` and `TransformTextsStarter` to process `{title, body}` pairs and `resolved_issues`.
- Added `TextBlock` data class to support coherent updates across textual fields.
- Enhanced Gradle tasks `rewriteProblemStatement` and `transformMetamorphicTexts` with improved input/output handling.
…n-deterministic behavior during project close and renaming operations
… prevent inconsistent state during subsequent operations
… inconsistent behavior across transformations
Changes:
- Skip override check for static methods to avoid false positives caused by unrelated name matches.
- Ensure instance methods are genuine overrides by verifying super-methods are within the declared inheritance chain.
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.

2 participants