Example

public class TestClass {
void MethodName() {
}
}


Solution
The default regular expression mask ensures that non-static method names start with a lowercase letter.

To edit the regular expression, click on the [Details...] button.


public class TestClass {
void methodName() {
}
}