Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Conversation

@dodgex
Copy link
Member

@dodgex dodgex commented Oct 13, 2018

... as a single '_' is no longer valid in JDK 11 (and mabye 10?)

@dodgex dodgex requested a review from WonderCsabo October 13, 2018 06:55
}

if (!SourceVersion.isName(classSuffix) || classSuffix.contains(".")) {
if (!SourceVersion.isName("validName" + classSuffix) || classSuffix.contains(".")) {
Copy link
Member

Choose a reason for hiding this comment

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

I would capitalize ValidName.

@dodgex
Copy link
Member Author

dodgex commented Oct 14, 2018

Updated :)

@WonderCsabo WonderCsabo merged commit 0e6f5a8 into androidannotations:develop Oct 14, 2018
@dodgex dodgex added this to the 4.5.1 milestone Oct 14, 2018
@dodgex dodgex deleted the fix_jdk_11_build branch October 14, 2018 08:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants