Skip to content

Skip access method when lambda body method can be promoted. - #86

Merged
luontola merged 1 commit into
luontola:masterfrom
JakeWharton:jw/skip-accessors-and-promote-body-methods
Apr 30, 2016
Merged

Skip access method when lambda body method can be promoted.#86
luontola merged 1 commit into
luontola:masterfrom
JakeWharton:jw/skip-accessors-and-promote-body-methods

Conversation

@JakeWharton

Copy link
Copy Markdown
Contributor

Refs #81 point 2.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

javac format is "lambda$methodname$number" and ECJ is "lambda$number". I don't think this is ideal, but the name is highly unlikely to change without a major version bump in the JDK which could just as well bring classfile changes that break everything else about this tool.

@JakeWharton
JakeWhartonforce-pushed the jw/skip-accessors-and-promote-body-methods branch from c0d2e45 to 5d5a87cCompareJanuary 16, 2016 06:48
@JakeWharton
JakeWhartonforce-pushed the jw/skip-accessors-and-promote-body-methods branch from 5d5a87c to bf93245CompareApril 27, 2016 15:53
@luontola
luontola merged commit bf93245 into luontola:masterApr 30, 2016
Sign up for freeto 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.

2 participants

@JakeWharton@luontola