Skip to content

made caesar#36

Open
TimofeyLuk wants to merge 14 commits intosecourse2019:masterfrom
TimofeyLuk:taskCaesar
Open

made caesar#36
TimofeyLuk wants to merge 14 commits intosecourse2019:masterfrom
TimofeyLuk:taskCaesar

Conversation

@TimofeyLuk
Copy link
Collaborator

No description provided.

@ghost
Copy link

ghost commented Oct 30, 2019

The Checkstyle analysis for the commit ec98eab failed. ⛑
Visit the analysis result or the error log for more details.

@ghost
Copy link

ghost commented Oct 30, 2019

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

@ghost
Copy link

ghost commented Oct 30, 2019

PMD detected 7 issues on the commit ec98eab.
Visit the analysis result to review all issues.

@ghost
Copy link

ghost commented Oct 30, 2019

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

@ghost
Copy link

ghost commented Oct 30, 2019

The Checkstyle analysis for the commit bbf89b0 failed. ⛑
Visit the analysis result or the error log for more details.

@ghost
Copy link

ghost commented Nov 1, 2019

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

public class Caesar implements SystemCaesar {

private String message;
private char[] instance;
Copy link

Choose a reason for hiding this comment

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

[PMD] Found non-transient, non-static member. Please mark as transient or provide accessors. (see on Sider)

Details

References:

@ghost
Copy link

ghost commented Nov 1, 2019

The Checkstyle analysis for the commit 5c02044 failed. ⛑
Visit the analysis result or the error log for more details.


public class Caesar implements SystemCaesar {

private 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 private fields such as 'message'. (see on Sider)

Details

References:


public class Caesar implements SystemCaesar {

private 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] Found non-transient, non-static member. Please mark as transient or provide accessors. (see on Sider)

Details

References:

@ghost
Copy link

ghost commented Nov 1, 2019

The Checkstyle analysis for the commit 70c4e51 failed. ⛑
Visit the analysis result or the error log for more details.

@ghost
Copy link

ghost commented Nov 1, 2019

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

@ghost
Copy link

ghost commented Nov 1, 2019

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

@ghost
Copy link

ghost commented Nov 1, 2019

Checkstyle detected 61 issues on the commit 4afa3d3.
Visit the analysis result to review all issues.

@@ -1,24 +1,9 @@
package com.t795.zki.common.cipher;

import com.sun.org.apache.xpath.internal.operations.String;
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 imports such as 'com.sun.org.apache.xpath.internal.operations.String' (see on Sider)

Details

References:

public class Caesar implements SystemCaesar {

private String message;
private int delta;
Copy link

Choose a reason for hiding this comment

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

[PMD] Found non-transient, non-static member. Please mark as transient or provide accessors. (see on Sider)

Details

References:

@ghost
Copy link

ghost commented Nov 1, 2019

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

@ghost
Copy link

ghost commented Nov 1, 2019

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

@ghost
Copy link

ghost commented Nov 1, 2019

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

int number = ((int)instance[index] + value);
int lastCharacter = (int)'\uFFEF';

if (number > lastCharacter) {
Copy link

Choose a reason for hiding this comment

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

[Checkstyle] 'if' has incorrect indentation level 12, expected level should be 4. (see on Sider)

@ghost
Copy link

ghost commented Nov 1, 2019

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

@ghost
Copy link

ghost commented Nov 1, 2019

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

@ghost
Copy link

ghost commented Nov 1, 2019

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

@ghost
Copy link

ghost commented Nov 1, 2019

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

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