The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is low
Effort is max
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Use of non-localized String.toUpperCase() or String.toLowerCase in it.jnrpe.server.JNRPEConfigurationFactory.createConfiguration(String) | I18N | DM_CONVERT_CASE | 47 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
it.jnrpe.server.JNRPEServer.printHelp(IPluginRepository, String) invokes System.exit(...), which shuts down the entire virtual machine | BAD_PRACTICE | DM_EXIT | 181 | Low |
it.jnrpe.server.JNRPEServer.printPluginList(IPluginRepository) invokes System.exit(...), which shuts down the entire virtual machine | BAD_PRACTICE | DM_EXIT | 289 | Low |
it.jnrpe.server.JNRPEServer.printUsage(Exception) invokes System.exit(...), which shuts down the entire virtual machine | BAD_PRACTICE | DM_EXIT | 232 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Use of non-localized String.toUpperCase() or String.toLowerCase in it.jnrpe.server.ServerSection.addBindAddress(String) | I18N | DM_CONVERT_CASE | 89 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Use of non-localized String.toUpperCase() or String.toLowerCase in new it.jnrpe.server.console.CommandCompleter(IPluginRepository, CommandRepository) | I18N | DM_CONVERT_CASE | 45 | Low |
Use of non-localized String.toUpperCase() or String.toLowerCase in it.jnrpe.server.console.CommandCompleter.complete(String, int, List) | I18N | DM_CONVERT_CASE | 68 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Use of non-localized String.toUpperCase() or String.toLowerCase in it.jnrpe.server.console.CommandExecutor.getCommand(String) | I18N | DM_CONVERT_CASE | 80 | Low |
Use of non-localized String.toUpperCase() or String.toLowerCase in it.jnrpe.server.console.CommandExecutor.getInstance(ConsoleReader, JNRPE, IPluginRepository, CommandRepository) | I18N | DM_CONVERT_CASE | 57 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Use of non-localized String.toUpperCase() or String.toLowerCase in it.jnrpe.server.console.HelpCommand.execute(String[]) | I18N | DM_CONVERT_CASE | 53 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in it.jnrpe.server.console.PluginCommand.getCommandLine(): new java.io.PrintWriter(OutputStream) | I18N | DM_DEFAULT_ENCODING | 145 | High |
Found reliance on default encoding in it.jnrpe.server.console.PluginCommand.getCommandLine(): new String(byte[]) | I18N | DM_DEFAULT_ENCODING | 148 | High |
Found reliance on default encoding in it.jnrpe.server.console.PluginCommand.printHelp(): new java.io.PrintWriter(OutputStream) | I18N | DM_DEFAULT_ENCODING | 169 | High |
Found reliance on default encoding in it.jnrpe.server.console.PluginCommand.printHelp(): new String(byte[]) | I18N | DM_DEFAULT_ENCODING | 179 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
it.jnrpe.server.plugins.DynaPluginRepository.configurePlugins(File) might ignore java.lang.Exception | BAD_PRACTICE | DE_MIGHT_IGNORE | 142 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The class it.jnrpe.server.plugins.JNRPEClassLoader$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | 122-124 | Low |