Fork me on GitHub

SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.7.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
67 35 0 0

Files

Class Bugs
ch.colabproject.colab.client.ColabClient 21
ch.colabproject.colab.client.ColabClient$InstanceMakerRestEndpointClientImpl 1
ch.colabproject.colab.client.ColabClient$MonitoringRestEndpointClientImpl 1
ch.colabproject.colab.client.ColabClient$ProjectRestEndpointClientImpl 1
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl 7
ch.colabproject.colab.client.ColabClient$TeamRestEndpointClientImpl 1
ch.colabproject.colab.client.ColabClient$TokenRestEndpointClientImpl 1
ch.colabproject.colab.client.ColabClient$UserRestEndpointClientImpl 2

ch.colabproject.colab.client.ColabClient

Bug Category Details Line Priority
Unread public/protected field: ch.colabproject.colab.client.ColabClient.activityFlowLinkRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1513 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.cardContentRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1163 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.cardRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 235 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.cardTypeRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 990 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.changeRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2889 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.configRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 133 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.cronJobLogRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 3515 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.documentFileRestEndPoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 548 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.documentRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1943 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.externalDataRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 84 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.instanceMakerRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2094 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.monitoringRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 3291 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.presenceRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 163 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.projectRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1621 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.resourceRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2358 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.securityRestEndPoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2328 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.stickyNoteLinkRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2175 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.teamRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 631 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.tokenRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1446 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.userRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2964 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.websocketRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 3369 Medium

ch.colabproject.colab.client.ColabClient$InstanceMakerRestEndpointClientImpl

Bug Category Details Line Priority
ch.colabproject.colab.client.ColabClient$InstanceMakerRestEndpointClientImpl.shareModel(Long, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 2145 Low

ch.colabproject.colab.client.ColabClient$MonitoringRestEndpointClientImpl

Bug Category Details Line Priority
ch.colabproject.colab.client.ColabClient$MonitoringRestEndpointClientImpl.changeLoggerLevel(String, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 3351 Low

ch.colabproject.colab.client.ColabClient$ProjectRestEndpointClientImpl

Bug Category Details Line Priority
ch.colabproject.colab.client.ColabClient$ProjectRestEndpointClientImpl.duplicateProject(Long, String, DuplicationParam) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 1691 Low

ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl

Bug Category Details Line Priority
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.changeCategory(Long, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 2521 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.changeCategoryForList(String, List) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 2784 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.damr1(Long, String, Long) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 2670 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.moveResource(Long, String, Long, Boolean) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 2476 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.renameCategoryForCard(Long, String, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 2844 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.renameCategoryForCardContent(Long, String, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 2860 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.renameCategoryForCardType(Long, String, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 2828 Low

ch.colabproject.colab.client.ColabClient$TeamRestEndpointClientImpl

Bug Category Details Line Priority
ch.colabproject.colab.client.ColabClient$TeamRestEndpointClientImpl.inviteSomeone(Long, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 901 Low

ch.colabproject.colab.client.ColabClient$TokenRestEndpointClientImpl

Bug Category Details Line Priority
ch.colabproject.colab.client.ColabClient$TokenRestEndpointClientImpl.consumeToken(Long, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 1500 Low

ch.colabproject.colab.client.ColabClient$UserRestEndpointClientImpl

Bug Category Details Line Priority
ch.colabproject.colab.client.ColabClient$UserRestEndpointClientImpl.getAuthMethod(String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 3175 Low
ch.colabproject.colab.client.ColabClient$UserRestEndpointClientImpl.requestPasswordReset(String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 3114 Low