Conversation
|
The JavaSee analysis for the commit 8666c0e failed. ⛑ |
|
Checkstyle detected 54 issues on the commit 8666c0e. |
| for (int rowIndex = 0; rowIndex < this.content.length; ++rowIndex) { | ||
| for (int columnIndex = 0; columnIndex < this.content[0].length; ++columnIndex) { | ||
| newContent[rowIndex][columnIndex] = this.content[rowIndex][columnIndex] | ||
| newContent[rowIndex][columnIndex] = this.content[rowIndex][columnIndex]; |
There was a problem hiding this comment.
[PMD] Found 'DD'-anomaly for variable 'newContent' (lines '35'-'35'). (see on Sider)
| for (int rowIndex = 0; rowIndex < this.content.length; ++rowIndex) { | ||
| for (int columnIndex = 0; columnIndex < this.content[0].length; ++columnIndex) { | ||
| newContent[rowIndex][columnIndex] = this.content[rowIndex][columnIndex] | ||
| newContent[rowIndex][columnIndex] = this.content[rowIndex][columnIndex]; |
There was a problem hiding this comment.
[PMD] Found 'DU'-anomaly for variable 'newContent' (lines '35'-'38'). (see on Sider)
|
The JavaSee analysis for the commit 96d8878 failed. ⛑ |
|
Checkstyle detected 16 issues on the commit df92bc6. |
|
The JavaSee analysis for the commit df92bc6 failed. ⛑ |
No description provided.