Hi, In checkstyle project we adding a new check to detect calls to no-arg superclass constructor `super();` https://github.com/checkstyle/checkstyle/pull/7387 Our analysis shows that there are many violations of this check in your source code. Analysis report: https://strkkk.github.io/checkstyle/7363_3/spring-integration/index.html#A1 Can you please share your thoughts - it this calls should be removed or they can be kept for some reason? Any feedback are appreciated.