Skip to content

TestngCaesarLiz#58

Open
eliz-bzh wants to merge 1 commit intosecourse2019:masterfrom
eliz-bzh:TestCaesar
Open

TestngCaesarLiz#58
eliz-bzh wants to merge 1 commit intosecourse2019:masterfrom
eliz-bzh:TestCaesar

Conversation

@eliz-bzh
Copy link
Collaborator

@eliz-bzh eliz-bzh commented Nov 4, 2019

No description provided.

@ghost
Copy link

ghost commented Nov 4, 2019

The JavaSee analysis for the commit f67c93a failed. ⛑
Visit the analysis result or the error log for more details.

@ghost
Copy link

ghost commented Nov 4, 2019

Checkstyle detected 137 issues on the commit f67c93a.
Visit the analysis result to review all issues.

this.message = String.valueOf(message);
}

public StreamMessage(String message) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[PMD] Avoid unused constructor parameters such as 'message'. (see on Sider)

Details

References:

private int cols;

public BlockMessage() {
public BlockMessage(BlockMessage message) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[PMD] Avoid unused constructor parameters such as 'message'. (see on Sider)

Details

References:

public class SystemCaesar implements ICipher{

SystemCaesar(int value) {};
public SystemCaesar(String message, int value) {};
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[PMD] Avoid unused constructor parameters such as 'value'. (see on Sider)

Details

References:

public class SystemCaesar implements ICipher{

SystemCaesar(int value) {};
public SystemCaesar(String message, int value) {};
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[PMD] Avoid unused constructor parameters such as 'message'. (see on Sider)

Details

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant