Skip to content

Trying tests#38

Open
KATESTYLES333 wants to merge 3 commits intosecourse2019:masterfrom
KATESTYLES333:KateTestngLab
Open

Trying tests#38
KATESTYLES333 wants to merge 3 commits intosecourse2019:masterfrom
KATESTYLES333:KateTestngLab

Conversation

@KATESTYLES333
Copy link
Collaborator

No description provided.

@ghost
Copy link

ghost commented Oct 30, 2019

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

@ghost
Copy link

ghost commented Oct 30, 2019

Checkstyle detected 54 issues on the commit 8666c0e.
Visit the analysis result to review all issues.

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];
Copy link

Choose a reason for hiding this comment

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

[PMD] Found 'DD'-anomaly for variable 'newContent' (lines '35'-'35'). (see on Sider)

Details

References:

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];
Copy link

Choose a reason for hiding this comment

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

[PMD] Found 'DU'-anomaly for variable 'newContent' (lines '35'-'38'). (see on Sider)

Details

References:

@ghost
Copy link

ghost commented Oct 31, 2019

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

@ghost
Copy link

ghost commented Oct 31, 2019

Checkstyle detected 16 issues on the commit df92bc6.
Visit the analysis result to review all issues.

@ghost
Copy link

ghost commented Oct 31, 2019

The JavaSee analysis for the commit df92bc6 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