Skip to content
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

JavaErrorParser uses i18n dependent prefix #1464

Open
Friendseeker opened this issue Oct 17, 2024 · 1 comment
Open

JavaErrorParser uses i18n dependent prefix #1464

Friendseeker opened this issue Oct 17, 2024 · 1 comment

Comments

@Friendseeker
Copy link
Member

Friendseeker commented Oct 17, 2024

// Here we track special handlers to catch "Note:" and "Warning:" lines.
private val NOTE_LINE_PREFIXES = Array("Note: ", "\u6ce8: ", "\u6ce8\u610f\uff1a ")
private val WARNING_PREFIXES = Array("warning", "\u8b66\u544a", "\u8b66\u544a\uff1a")

As result JavaErrorParser only works when Javac/Javadoc output is in English or Chinese/Japanese.

@Friendseeker Friendseeker changed the title JavaErrorParser uses i18n dependent prefix for parsing JavaErrorParser uses i18n dependent prefix Oct 17, 2024
@Friendseeker
Copy link
Member Author

Friendseeker commented Oct 17, 2024

No idea how to evaluate the severity of the issue. There might be no one hitting the issue in practice, or they simple are not reporting on Github as Github's default language is English.

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

No branches or pull requests

1 participant