-
Notifications
You must be signed in to change notification settings - Fork 23
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
[#301] TestClassBuilderHelper refactoring #303
Merged
arksap2002
merged 28 commits into
ebraun/bugs/psi-related-bugs/top-level-function
from
ebraun/refactoring/test-class-builder-helper
Aug 19, 2024
Merged
[#301] TestClassBuilderHelper refactoring #303
arksap2002
merged 28 commits into
ebraun/bugs/psi-related-bugs/top-level-function
from
ebraun/refactoring/test-class-builder-helper
Aug 19, 2024
Conversation
This file contains 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
Frosendroska
force-pushed
the
ebraun/bugs/psi-related-bugs/top-level-function
branch
from
July 29, 2024 17:46
5f83884
to
8e1eadf
Compare
…ion' into ebraun/refactoring/test-class-builder-helper # Conflicts: # core/src/main/kotlin/org/jetbrains/research/testspark/core/generation/llm/prompt/configuration/Configuration.kt # core/src/main/kotlin/org/jetbrains/research/testspark/core/test/SupportedLanguage.kt # core/src/main/kotlin/org/jetbrains/research/testspark/core/test/data/CodeType.kt # core/src/main/kotlin/org/jetbrains/research/testspark/core/test/data/dependencies/TestCompilationDependencies.kt # java/src/main/kotlin/org/jetbrains/research/testspark/java/JavaPsiHelper.kt # kotlin/src/main/kotlin/org/jetbrains/research/testspark/kotlin/KotlinPsiHelper.kt # langwrappers/src/main/kotlin/org/jetbrains/research/testspark/langwrappers/PsiComponents.kt # src/main/kotlin/org/jetbrains/research/testspark/actions/TestSparkAction.kt # src/main/kotlin/org/jetbrains/research/testspark/appstarter/TestSparkStarter.kt # src/main/kotlin/org/jetbrains/research/testspark/display/TestCasePanelFactory.kt # src/main/kotlin/org/jetbrains/research/testspark/helpers/LLMHelper.kt # src/main/kotlin/org/jetbrains/research/testspark/helpers/java/JavaClassBuilderHelper.kt # src/main/kotlin/org/jetbrains/research/testspark/tools/TestCompilerFactory.kt # src/main/kotlin/org/jetbrains/research/testspark/tools/ToolUtils.kt # src/main/kotlin/org/jetbrains/research/testspark/tools/llm/Llm.kt # src/main/kotlin/org/jetbrains/research/testspark/tools/llm/generation/LLMProcessManager.kt # src/main/kotlin/org/jetbrains/research/testspark/tools/llm/generation/PromptManager.kt # src/main/kotlin/org/jetbrains/research/testspark/tools/llm/test/JUnitTestSuitePresenter.kt
Frosendroska
force-pushed
the
ebraun/refactoring/test-class-builder-helper
branch
from
July 29, 2024 18:34
aaa4b1e
to
d761184
Compare
…test-class-builder-helper' into ebraun/refactoring/small-changes
…n/bugs/psi-related-bugs/testing-on-testspark # Conflicts: # kotlin/src/main/kotlin/org/jetbrains/research/testspark/kotlin/KotlinPsiHelper.kt # src/main/kotlin/org/jetbrains/research/testspark/services/kotlin/KotlinTestCaseDisplayService.kt
…spark' into ebraun/refactoring/top-buttons-panel-strategy # Conflicts: # core/src/main/kotlin/org/jetbrains/research/testspark/core/test/TestSuiteParser.kt # core/src/main/kotlin/org/jetbrains/research/testspark/core/test/data/CodeType.kt # core/src/main/kotlin/org/jetbrains/research/testspark/core/test/data/dependencies/TestCompilationDependencies.kt # src/main/kotlin/org/jetbrains/research/testspark/display/TopButtonsPanelFactory.kt
…rror [#311] Adding a stub for a problem with `kotlinc`
…language-support [#308] Extended CONTRIBUTORS.md with section about language support
…ed-bugs/testing-on-testspark [#297] First iteration of resolving bugs found while testing TestSpark
…p-buttons-panel-strategy [#300] Refactoring of TopButtonsPanelStrategy
…all-changes [#235] Renaming of the getSurroundingLine function
arksap2002
merged commit Aug 19, 2024
b910d9d
into
ebraun/bugs/psi-related-bugs/top-level-function
3 checks passed
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.
Description of changes made
The change is solving issue number 301.