You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Tsz Wo Nicholas Sze (JIRA)" <ji...@apache.org> on 2018/11/15 02:04:00 UTC

[jira] [Created] (RATIS-414) Fix checkstyle warnings in RaftClient and RaftClientImpl

Tsz Wo Nicholas Sze created RATIS-414:
-----------------------------------------

             Summary: Fix checkstyle warnings in RaftClient and RaftClientImpl
                 Key: RATIS-414
                 URL: https://issues.apache.org/jira/browse/RATIS-414
             Project: Ratis
          Issue Type: Sub-task
            Reporter: Tsz Wo Nicholas Sze


- RaftClient.java:[155,43] (coding) HiddenField: 'group' hides a field.

- RaftClientImpl.java:[23,8] (imports) UnusedImports: Unused import - org.apache.ratis.retry.RetryPolicies.
- RaftClientImpl.java:[45,35] (naming) ConstantName: Name 'callIdCounter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.
- RaftClientImpl.java:[237] (sizes) LineLength: Line is longer than 120 characters (found 122).
- RaftClientImpl.java:[237,50] (coding) HiddenField: 'groupId' hides a field.





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)