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 1888 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.cardContentRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2803 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.cardRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 320 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.cardTypeRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1111 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.changeRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2728 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.configRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1284 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.cronJobLogRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 3457 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.documentFileRestEndPoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 237 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.documentRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 960 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.externalDataRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1994 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.instanceMakerRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2116 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.monitoringRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2043 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.presenceRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 3487 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.projectRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1566 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.resourceRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2197 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.securityRestEndPoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1536 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.stickyNoteLinkRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1314 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.teamRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 3098 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.tokenRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1469 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.userRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 633 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.websocketRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 91 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 2184 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 2061 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 1647 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 2365 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.changeCategoryForList(String, List) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 2381 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.damr1(Long, String, Long) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 2570 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.moveResource(Long, String, Long, Boolean) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 2647 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.renameCategoryForCard(Long, String, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 2441 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.renameCategoryForCardContent(Long, String, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 2457 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.renameCategoryForCardType(Long, String, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 2425 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 3195 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 1503 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 653 Low
ch.colabproject.colab.client.ColabClient$UserRestEndpointClientImpl.requestPasswordReset(String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 903 Low