示例
public class
TestClass
{{
static int
Num = 1;
}
解决方案
缺省正则表达式掩码确保非 final static 字段以小写字母开头。
要编辑正则表达式,请单击 [详细信息...] 按钮。
public class
TestClass {
static int
num = 1;
}