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 3300 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.cardContentRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1381 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.cardRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1967 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.cardTypeRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2355 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.changeRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2280 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.configRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2832 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.cronJobLogRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 3270 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.documentFileRestEndPoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 767 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.documentRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 3408 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.externalDataRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1746 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.instanceMakerRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 3189 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.monitoringRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1795 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.presenceRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1676 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.projectRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 86 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.resourceRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 850 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.securityRestEndPoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1937 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.stickyNoteLinkRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2679 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.teamRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 408 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.tokenRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1870 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.userRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2862 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.websocketRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2533 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 3257 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 1813 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 167 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 1228 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.changeCategoryForList(String, List) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 1244 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.damr1(Long, String, Long) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 985 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.moveResource(Long, String, Long, Boolean) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 1113 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.renameCategoryForCard(Long, String, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 1304 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.renameCategoryForCardContent(Long, String, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 1320 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.renameCategoryForCardType(Long, String, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 1288 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 721 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 1904 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 2882 Low
ch.colabproject.colab.client.ColabClient$UserRestEndpointClientImpl.requestPasswordReset(String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 3132 Low