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 664 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.cardContentRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1366 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.cardRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2152 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.cardTypeRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1193 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.changeRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2465 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.configRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 772 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.cronJobLogRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2540 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.documentFileRestEndPoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2069 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.documentRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 3378 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.externalDataRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 615 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.instanceMakerRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1988 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.monitoringRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 3305 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.presenceRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2570 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.projectRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 802 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.resourceRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 86 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.securityRestEndPoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 3529 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.stickyNoteLinkRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 3152 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.teamRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 2642 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.tokenRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1126 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.userRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 1661 Medium
Unread public/protected field: ch.colabproject.colab.client.ColabClient.websocketRestEndpoint STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 3006 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 2056 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 3323 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 883 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 398 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.changeCategoryForList(String, List) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 414 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.damr1(Long, String, Long) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 206 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.moveResource(Long, String, Long, Boolean) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 283 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.renameCategoryForCard(Long, String, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 474 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.renameCategoryForCardContent(Long, String, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 490 Low
ch.colabproject.colab.client.ColabClient$ResourceRestEndpointClientImpl.renameCategoryForCardType(Long, String, String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 458 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 2739 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 1160 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 1681 Low
ch.colabproject.colab.client.ColabClient$UserRestEndpointClientImpl.requestPasswordReset(String) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 1931 Low