about 20 findbugs fixes all over

This commit is contained in:
zzz
2013-11-10 20:07:46 +00:00
parent 0a8f79f0e3
commit d2a1025b3f
16 changed files with 92 additions and 38 deletions

View File

@@ -71,7 +71,7 @@ abstract class IRCFilter {
// Allow numerical responses
try {
Integer.valueOf(command);
Integer.parseInt(command);
return s;
} catch(NumberFormatException nfe){}