Fix Checkstyle violations

* Add `validateOnlyOverlapping = false` for `RequireThis` Checkstyle rule
* Add `this.` to caught places
* Use `CustomizableThreadFactory` instead of raw interface in the
`UnicastSendingMessageHandler`
This commit is contained in:
Artem Bilan
2017-08-15 13:36:19 -04:00
parent a1abae03a4
commit ab9e843cfa
7 changed files with 23 additions and 31 deletions

View File

@@ -68,6 +68,7 @@
</module>
<module name="MultipleVariableDeclarations" />
<module name="RequireThis">
<property name="validateOnlyOverlapping" value="false" />
<property name="checkMethods" value="false" />
</module>
<module name="OneStatementPerLine" />