Bug |
Category |
Details |
Line |
Priority |
Found reliance on default encoding in org.apache.commons.net.examples.unix.echo.echoTCP(String): new java.io.InputStreamReader(InputStream) |
I18N |
DM_DEFAULT_ENCODING |
57 |
High |
Found reliance on default encoding in org.apache.commons.net.examples.unix.echo.echoTCP(String): new java.io.OutputStreamWriter(OutputStream) |
I18N |
DM_DEFAULT_ENCODING |
59 |
High |
Found reliance on default encoding in org.apache.commons.net.examples.unix.echo.echoUDP(String): new java.io.InputStreamReader(InputStream) |
I18N |
DM_DEFAULT_ENCODING |
83 |
High |
Found reliance on default encoding in org.apache.commons.net.examples.unix.echo.echoUDP(String): new String(byte[], int, int) |
I18N |
DM_DEFAULT_ENCODING |
123 |
High |
Found reliance on default encoding in org.apache.commons.net.examples.unix.echo.echoUDP(String): String.getBytes() |
I18N |
DM_DEFAULT_ENCODING |
96 |
High |
The class name org.apache.commons.net.examples.unix.echo doesn't start with an upper case letter |
BAD_PRACTICE |
NM_CLASS_NAMING_CONVENTION |
42-168 |
Medium |