| Severity | 3 |
|---|---|
| Enabled | yes |
| Waivable | |
| Configuration |
Allowed modifiers in the interface declarations: |
| Violation |
public interface InterfaceMethodModifiersRuleViolationTestCase {
abstract String getName();
}
|
| Fix |
public interface InterfaceMethodModifiersRuleFixTestCase {
String getName();
}
|