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

do not treat lines in bridges and synthetic methods as code lines #1124

Merged
merged 1 commit into from Dec 2, 2022

Conversation

hcoles
Copy link
Owner

@hcoles hcoles commented Dec 2, 2022

No description provided.

Copy link

@Stephan202 Stephan202 left a comment

Choose a reason for hiding this comment

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

(Not a proper review, only browsed through the code:) tnx!

@Test
public void realMethodsDoesNotIncludeBridgeMethods() {
ClassTree underTest = ClassTree.fromBytes(bytesFor(Bridge.HasBridgeMethod.class));
assertThat(underTest.realMethods()).hasSize(underTest.methods().size() -1);

Choose a reason for hiding this comment

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

Suggested change
assertThat(underTest.realMethods()).hasSize(underTest.methods().size() -1);
assertThat(underTest.realMethods()).hasSize(underTest.methods().size() - 1);

@hcoles hcoles merged commit 88d52fe into master Dec 2, 2022
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.

None yet

2 participants