Skip to content

Conversation

@ibessonov
Copy link
Contributor

…s direct proxies to underlying storages.

Signed-off-by: ibessonov <bessonov.ip@gmail.com>
.addModifiers(PUBLIC);

for (VariableElement field : fields) {
if (field.getModifiers().contains(STATIC)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think that fields method already returns only non-static members

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You're right

}
}
} catch (Throwable t) {
assert false;
Copy link
Contributor

Choose a reason for hiding this comment

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

what is this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I guess that was the reminder for myself. That exception handling is a complete nonsense.

@SammyVimes
Copy link
Contributor

Merged

@SammyVimes SammyVimes closed this Dec 22, 2021
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.

4 participants