Вопрос

I am using eclipse-cs i.e checkstyle plugin i am looking for module where it can show warning in case developer assigns the default value which is not required as default value fot int is 0.

public class Test {
  public int size = 0;
}

I did not get any module .Any help ?

Это было полезно?

Решение

I think you are looking for the ExplicitInitialization check.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top