Mmuzaf commented on a change in pull request #8207:
URL: https://github.com/apache/ignite/pull/8207#discussion_r485607229



##########
File path: 
modules/core/src/main/java/org/apache/ignite/startup/cmdline/CommandLineStartup.java
##########
@@ -66,6 +86,48 @@
     /** Quite log flag. */
     private static final boolean QUITE;
 
+    /** Command to print Ignite system properties info. */
+    static final String PRINT_PROPS_COMMAND = "-systemProps";
+
+    /** Classes with Ignite system properties. */
+    static final List<Class<?>> PROPS_CLS = new ArrayList<>(Arrays.asList(
+        IgniteSystemProperties.class,

Review comment:
       I don't have a simple solution for this case, probably, some 
autogenerated resources might help here. As another option, we can write a 
custom checkstyle rule but it less friendly for the developers.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to