Multi-SWE-Bench: Evaluation Changes#47
Draft
Vladislav0Art wants to merge 35 commits intomainfrom
Draft
Conversation
…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.
Qodana Community for JVM6 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: trueContact Qodana teamContact us at [email protected]
|
…aming transformations
… `java.lang.Object` (don't filter)
…ilter overrides before grouping
…MethodTransformation`
…ethodTransformation`
…lassTransformation`
… in `RenameMethodTransformation`
… in `RenameClassTransformation`
…leFilters` method in `RenameVariableTransformation`
…nsformation` and update documentation
…hods in reverse-alphabetical order
…er` and related components
…ion and persistent memory components
…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.
…nsistent state and avoid race conditions
…oryTransformation`
…ctoryTransformation`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.