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

stray semi-colon in generated condition #122

Open
bjkeller opened this issue Apr 21, 2017 · 0 comments
Open

stray semi-colon in generated condition #122

bjkeller opened this issue Apr 21, 2017 · 0 comments

Comments

@bjkeller
Copy link

Several of the classes in javax.swing from OpenJDK8 have the uncompilable condition
"(target.WHEN_IN_FOCUSED_WINDOW instanceof ComponentInputMap;) == false && (map instanceof ComponentInputMap;) == false || (condition==1) == false".
Notice the semi-colon.

This is extracted from a @throws
"if condition is WHEN_IN_FOCUSED_WINDOW and map is not an instance of ComponentInputMap; or if condition is not one of the legal values specified above".
As best I can tell, this is coming from javax.swing.JComponent.

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