Showing 412 of 412 total issues
Identical blocks of code found in 2 locations. Consider refactoring. Open
public static class CTR extends Wrapper { @Override public void init(boolean forEncryption, byte[] key, byte[] iv) throws IllegalArgumentException { BlockCipher rawCipher = new BlowFish(); rawCipher.init(true, key, iv);
- Read upRead up
Avoid too many return
statements within this method. Open
return;
Avoid too many return
statements within this method. Open
return;
Avoid too many return
statements within this method. Open
return len;
Avoid too many return
statements within this method. Open
return;
Avoid too many return
statements within this method. Open
return;
Avoid too many return
statements within this method. Open
return;
Avoid too many return
statements within this method. Open
return;
Avoid too many return
statements within this method. Open
return;
Avoid too many return
statements within this method. Open
return ECDSASHA2NISTP256Verify.get();
Avoid too many return
statements within this method. Open
return;
Avoid too many return
statements within this method. Open
return false;
Avoid too many return
statements within this method. Open
return false;
Avoid too many return
statements within this method. Open
return true;
Similar blocks of code found in 7 locations. Consider refactoring. Open
synchronized (c.channelSendLock) { if (c.closeMessageSent) throw new IOException("Cannot start shell on this channel (" + c.getReasonClosed() + ")"); tm.sendMessage(sm.getPayload());
- Read upRead up
Similar blocks of code found in 7 locations. Consider refactoring. Open
synchronized (c.channelSendLock) { if (c.closeMessageSent) throw new IOException("Cannot request subsystem on this channel (" + c.getReasonClosed() + ")"); tm.sendMessage(ssr.getPayload());
- Read upRead up
Similar blocks of code found in 7 locations. Consider refactoring. Open
synchronized (c.channelSendLock) { if (c.closeMessageSent) throw new IOException("Cannot ping this channel (" + c.getReasonClosed() + ")"); tm.sendMessage(pctp.getPayload());
- Read upRead up
Avoid too many return
statements within this method. Open
return false;
Avoid too many return
statements within this method. Open
return true;
Avoid too many return
statements within this method. Open
return false;