connectbot/sshlib

View on GitHub

Showing 412 of 412 total issues

Method setKey has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

private void setKey(byte[] key)
{
/*
* - comments are from _Applied Crypto_, Schneier, p338 please be
* careful comparing the two, AC numbers the arrays from 1, the enclosed
Severity: Minor
Found in src/main/java/com/trilead/ssh2/crypto/cipher/BlowFish.java - About 25 mins to fix

Method removeAllIdentities has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

private void removeAllIdentities(TypesReader tr) {
try
{
if (failWhenLocked())
return;
Severity: Minor
Found in src/main/java/com/trilead/ssh2/channel/AuthAgentForwardThread.java - About 25 mins to fix

Method waitUntilChannelOpen has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

private void waitUntilChannelOpen(Channel c) throws IOException
{
synchronized (c)
{
while (c.state == Channel.STATE_OPENING)
Severity: Minor
Found in src/main/java/com/trilead/ssh2/channel/ChannelManager.java - About 25 mins to fix

Method onConnect has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

private void onConnect(Socks5Server server) throws IOException {
final Channel cn;
 
String destHost = server.getHostName();
if (destHost == null) {
Severity: Minor
Found in src/main/java/com/trilead/ssh2/channel/DynamicAcceptThread.java - About 25 mins to fix

Method init has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

@Override
public void init(String name) throws IOException {
final ECParameterSpec spec;
 
if ("ecdh-sha2-nistp256".equals(name)) {
Severity: Minor
Found in src/main/java/com/trilead/ssh2/crypto/dh/EcDhExchange.java - About 25 mins to fix

Method decodePublicKey has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

@Override
public PublicKey decodePublicKey(byte[] key) throws IOException {
TypesReader tr = new TypesReader(key);
 
String key_format = tr.readString();
Severity: Minor
Found in src/main/java/com/trilead/ssh2/signature/ECDSASHA2Verify.java - About 25 mins to fix

Method decodeSSHECDSASignature has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

private byte[] decodeSSHECDSASignature(byte[] sig) throws IOException {
byte[] rsArray;
 
TypesReader tr = new TypesReader(sig);
 
 
Severity: Minor
Found in src/main/java/com/trilead/ssh2/signature/ECDSASHA2Verify.java - About 25 mins to fix

Expected an indentation at 4 instead of at 2.
Open

Christian Plattner. All rights reserved.
Severity: Minor
Found in LICENSE.txt by editorconfig

Expected a newline at the end of the file.
Open

}

Expected an indentation at 4 instead of at 2.
Open

Department of Computer Science (http://www.inf.ethz.ch),
Severity: Minor
Found in LICENSE.txt by editorconfig

Unexpected additional newlines at the end of the file.
Open

Expected a newline at the end of the file.
Open

}
Severity
Category
Status
Source
Language