You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #15
Fix the issue where the `--rerun` option incorrectly defaults to Java language.
* Update `CodeAnalystFactory.java` to throw an exception for unsupported languages.
* Modify `JavaCodeAnalystImpl.java` to use the language type from the `parsedValue` object.
* Update `CliParseProcessorForJava.java` to check for language mismatch and print an error message.
* Update `CliParseProcessorForJavaScript.java` to check for language mismatch and print an error message.
* Update `CliParseProcessorForCSharp.java` to check for language mismatch and print an error message.
* Update `CliParseProcessorForPython.java` to check for language mismatch and print an error message.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/RedCA-Family/code-analyst/issues/15?shareId=XXXX-XXXX-XXXX-XXXX).
다른 언어로 실행된 out 기반으로 재실행(--rerun 옵션)시, Java 언어로 처리되는 문제
The text was updated successfully, but these errors were encountered: