Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Check a full name instead of just the classSuffix#2167

Merged
WonderCsabo merged 1 commit into
androidannotations:developandroidannotations/androidannotations:developfrom
dodgex:fix_jdk_11_buildCopy head branch name to clipboard
Oct 14, 2018
Merged

Check a full name instead of just the classSuffix#2167
WonderCsabo merged 1 commit into
androidannotations:developandroidannotations/androidannotations:developfrom
dodgex:fix_jdk_11_buildCopy head branch name to clipboard

Conversation

@dodgex

@dodgex dodgex commented Oct 13, 2018

Copy link
Copy Markdown
Member

... 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
Copy Markdown
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

dodgex commented Oct 14, 2018

Copy link
Copy Markdown
Member Author

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.