You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/12/09 15:17:19 UTC

[GitHub] [ignite-3] sashapolo commented on a change in pull request #499: IGNITE-15721 Implemented the ability to use configuration instances as direct proxies to underlying storages.

sashapolo commented on a change in pull request #499:
URL: https://github.com/apache/ignite-3/pull/499#discussion_r765887999



##########
File path: modules/configuration-annotation-processor/src/main/java/org/apache/ignite/internal/configuration/processor/Processor.java
##########
@@ -152,6 +152,10 @@ private boolean process0(RoundEnvironment roundEnvironment) {
                     .addModifiers(PUBLIC);
 
             for (VariableElement field : fields) {
+                if (field.getModifiers().contains(STATIC)) {

Review comment:
       I think that `fields` method already returns only non-static members




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org