Skip to content

FIX(cpd): @W-18505764@: Do not stop analysis on other files if one file does not parse #294

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

Merged
merged 1 commit into from
May 16, 2025

Conversation

stephen-carter-at-sf
Copy link
Collaborator

No description provided.

@stephen-carter-at-sf
Copy link
Collaborator Author

fixes forcedotcom/code-analyzer#1800

@@ -79,7 +79,7 @@ const MESSAGE_CATALOG : { [key: string]: string } = {
`%s issued a processing error for file '%s':\n%s`,

CpdTerminatingExceptionThrown:
`CPD threw an exception while processing files for language '%s' which terminated the CPD process:\n%s`,
`CPD threw an exception while processing files for language '%s':\n%s`,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is possible that the process wasn't terminated... so I don't want to mislead people. Best to just say an exception was thrown.

@stephen-carter-at-sf stephen-carter-at-sf merged commit ec9b9c4 into dev May 16, 2025
7 checks passed
@stephen-carter-at-sf stephen-carter-at-sf deleted the sc/W-18505764 branch May 16, 2025 14:45
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