smartsheet / smartsheet-java-sdk

Library that uses Java to connect to Smartsheet services.
Apache License 2.0
3 stars 12 forks source link

Checkstyle fixes and refactor DefaultHttpClient#request #72

Closed DonoA closed 11 months ago

DonoA commented 11 months ago

Remaining warnings

[ant:checkstyle] [ERROR] /opt/git/sdk/smartsheet-java-sdk/src/main/java/com/smartsheet/api/internal/SheetResourcesImpl.java:81:1: Total number of methods is 47 (max allowed is 40). [MethodCount]
[ant:checkstyle] [ERROR] /opt/git/sdk/smartsheet-java-sdk/src/main/java/com/smartsheet/api/internal/SmartsheetImpl.java:338:5: Avoid using finalizer method. [NoFinalizer]
[ant:checkstyle] [ERROR] /opt/git/sdk/smartsheet-java-sdk/src/main/java/com/smartsheet/api/models/AbstractRow.java:26:1: Total number of methods is 60 (max allowed is 40). [MethodCount]
[ant:checkstyle] [ERROR] /opt/git/sdk/smartsheet-java-sdk/src/main/java/com/smartsheet/api/models/AbstractSheet.java:28:1: Total number of methods is 68 (max allowed is 40). [MethodCount]
[ant:checkstyle] [ERROR] /opt/git/sdk/smartsheet-java-sdk/src/main/java/com/smartsheet/api/SheetResources.java:46:1: Total number of methods is 44 (max allowed is 40). [MethodCount]