Conversation
|
The Checkstyle analysis for the commit ec98eab failed. ⛑ |
|
The JavaSee analysis for the commit ec98eab failed. ⛑ |
|
PMD detected 7 issues on the commit ec98eab. |
|
The JavaSee analysis for the commit bbf89b0 failed. ⛑ |
|
The Checkstyle analysis for the commit bbf89b0 failed. ⛑ |
|
The JavaSee analysis for the commit 5c02044 failed. ⛑ |
| public class Caesar implements SystemCaesar { | ||
|
|
||
| private String message; | ||
| private char[] instance; |
There was a problem hiding this comment.
[PMD] Found non-transient, non-static member. Please mark as transient or provide accessors. (see on Sider)
|
The Checkstyle analysis for the commit 5c02044 failed. ⛑ |
|
|
||
| public class Caesar implements SystemCaesar { | ||
|
|
||
| private String message; |
There was a problem hiding this comment.
[PMD] Avoid unused private fields such as 'message'. (see on Sider)
|
|
||
| public class Caesar implements SystemCaesar { | ||
|
|
||
| private String message; |
There was a problem hiding this comment.
[PMD] Found non-transient, non-static member. Please mark as transient or provide accessors. (see on Sider)
|
The Checkstyle analysis for the commit 70c4e51 failed. ⛑ |
|
The JavaSee analysis for the commit 70c4e51 failed. ⛑ |
|
The JavaSee analysis for the commit 4afa3d3 failed. ⛑ |
|
Checkstyle detected 61 issues on the commit 4afa3d3. |
| @@ -1,24 +1,9 @@ | |||
| package com.t795.zki.common.cipher; | |||
|
|
|||
| import com.sun.org.apache.xpath.internal.operations.String; | |||
There was a problem hiding this comment.
[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; |
There was a problem hiding this comment.
[PMD] Found non-transient, non-static member. Please mark as transient or provide accessors. (see on Sider)
|
The JavaSee analysis for the commit b2cb7a6 failed. ⛑ |
|
The JavaSee analysis for the commit 9676a2f failed. ⛑ |
|
The JavaSee analysis for the commit 9eaa345 failed. ⛑ |
| int number = ((int)instance[index] + value); | ||
| int lastCharacter = (int)'\uFFEF'; | ||
|
|
||
| if (number > lastCharacter) { |
There was a problem hiding this comment.
[Checkstyle] 'if' has incorrect indentation level 12, expected level should be 4. (see on Sider)
|
The JavaSee analysis for the commit 46284ad failed. ⛑ |
|
The JavaSee analysis for the commit 5c0ec96 failed. ⛑ |
|
The JavaSee analysis for the commit 3d8a9f4 failed. ⛑ |
|
The JavaSee analysis for the commit a1b4af4 failed. ⛑ |
No description provided.