SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.0.0

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
15 12 0 0

de.tivsource.lib.jcyradm.JCyrAdm

Bug Category Details Line Priority
Found reliance on default encoding in de.tivsource.lib.jcyradm.JCyrAdm.connect(Boolean): new java.io.InputStreamReader(InputStream) I18N DM_DEFAULT_ENCODING 263 High
Found reliance on default encoding in de.tivsource.lib.jcyradm.JCyrAdm.connect(Boolean): new java.io.PrintStream(OutputStream) I18N DM_DEFAULT_ENCODING 260 High
Check for oddness that won't work for negative numbers in de.tivsource.lib.jcyradm.JCyrAdm.acl(String) STYLE IM_BAD_CHECK_FOR_ODD 449 Medium
Dereference of the result of readLine() without nullcheck in de.tivsource.lib.jcyradm.JCyrAdm.acl(String) STYLE NP_DEREFERENCE_OF_READLINE_VALUE 466 Medium
Dereference of the result of readLine() without nullcheck in de.tivsource.lib.jcyradm.JCyrAdm.deleteAcl(String, String) STYLE NP_DEREFERENCE_OF_READLINE_VALUE 552 Medium
Dereference of the result of readLine() without nullcheck in de.tivsource.lib.jcyradm.JCyrAdm.login() STYLE NP_DEREFERENCE_OF_READLINE_VALUE 335 Medium
Dereference of the result of readLine() without nullcheck in de.tivsource.lib.jcyradm.JCyrAdm.logout() STYLE NP_DEREFERENCE_OF_READLINE_VALUE 374 Medium
Dereference of the result of readLine() without nullcheck in de.tivsource.lib.jcyradm.JCyrAdm.setAcl(String, String, String) STYLE NP_DEREFERENCE_OF_READLINE_VALUE 509 Medium
Dereference of the result of readLine() without nullcheck in de.tivsource.lib.jcyradm.JCyrAdm.version() STYLE NP_DEREFERENCE_OF_READLINE_VALUE 877 Medium
new de.tivsource.lib.jcyradm.JCyrAdm(String) may fail to clean up java.io.InputStream on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 218 Medium

de.tivsource.lib.jcyradm.factory.JCyradmFactory

Bug Category Details Line Priority
Unused field: de.tivsource.lib.jcyradm.factory.JCyradmFactory.test PERFORMANCE UUF_UNUSED_FIELD Not available Medium
Unused field: de.tivsource.lib.jcyradm.factory.JCyradmFactory.url PERFORMANCE UUF_UNUSED_FIELD Not available Medium