Skip to content

Conversation

@snjeza
Copy link

@snjeza snjeza commented Dec 22, 2025

Fixes #2795

return new ByteBuddy()
.subclass(Object.class)
.name(name)
.defineMethod("augment", name.equals("lombok.core.FieldAugment") ? Object.class : Object.class, Visibility.PUBLIC, Ownership.STATIC)

Choose a reason for hiding this comment

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

What is the point of name.equals("lombok.core.FieldAugment") ? Object.class : Object.class given that both branches return the same value?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants