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

Use ToolFactory.createScanner() with source compliance set if possible #205

Merged
merged 1 commit into from
Aug 6, 2022

Conversation

iloveeclipse
Copy link
Member

To avoid InvalidInputException if the source code contains elements not
covered by Java 1.3 JLS, specify proper source/target arguments while
creating scanner.

Fixes #203

To avoid InvalidInputException if the source code contains elements not
covered by Java 1.3 JLS, specify proper source/target arguments while
creating scanner.

Fixes eclipse-jdt#203
@iloveeclipse iloveeclipse merged commit b2b4766 into eclipse-jdt:master Aug 6, 2022
@iloveeclipse iloveeclipse deleted the issue_203 branch August 6, 2022 05:52
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.

Use ToolFactory.createScanner() with source compliance set if possible
1 participant