-
|
After running check style, it was found that there was a style problem. However, I do not understand what the problem is. What is the issue in the code? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
The rule of style check says, a static final variable match the given regular expression, i.e., only use all-capital words and separate with underscore. |
Beta Was this translation helpful? Give feedback.
-
|
Well it mean that the name of the field must match the regular expression |
Beta Was this translation helpful? Give feedback.


The rule of style check says, a static final variable match the given regular expression, i.e., only use all-capital words and separate with underscore.