Skip to content

changing T cell tests to accomodate for cell death due to age #584

changing T cell tests to accomodate for cell death due to age

changing T cell tests to accomodate for cell death due to age #584

Triggered via push December 31, 2024 22:48
Status Failure
Total duration 26s
Artifacts

build.yml

on: push
run-gradle-build
18s
run-gradle-build
publish-jacoco-coverage
0s
publish-jacoco-coverage
update-build-badges
0s
update-build-badges
Fit to window
Zoom out
Zoom in

Annotations

254 errors and 1 warning
run-gradle-build
Process completed with exit code 1.
[checkstyle] src/arcade/patch/agent/action/PatchActionTreat.java#L301 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L301
Class 'PatchActionTreat' looks like designed for extension (can be subclassed), but the method 'checkLocationSpace' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchActionTreat' final or making the method 'checkLocationSpace' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/patch/agent/action/PatchActionTreat.java#L312 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L312
'}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
[checkstyle] src/arcade/patch/agent/action/PatchActionTreat.java#L315 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L315
'}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
[checkstyle] src/arcade/patch/agent/cell/PatchCell.java#L335 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/patch/agent/cell/PatchCell.java#L335
Class 'PatchCell' looks like designed for extension (can be subclassed), but the method 'isStopped' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchCell' final or making the method 'isStopped' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/patch/agent/process/PatchProcessInflammation.java#L248 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/patch/agent/process/PatchProcessInflammation.java#L248
Class 'PatchProcessInflammation' looks like designed for extension (can be subclassed), but the method 'setInternal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchProcessInflammation' final or making the method 'setInternal' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/patch/agent/process/PatchProcessInflammation.java#L275 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/patch/agent/process/PatchProcessInflammation.java#L275
Class 'PatchProcessInflammation' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchProcessInflammation' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/patch/agent/process/PatchProcessInflammationCD8.java#L41 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/patch/agent/process/PatchProcessInflammationCD8.java#L41
Class 'PatchProcessInflammationCD8' looks like designed for extension (can be subclassed), but the method 'stepProcess' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchProcessInflammationCD8' final or making the method 'stepProcess' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/action/PatchActionKillTest.java#L29 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/action/PatchActionKillTest.java#L29
Class 'PatchActionKillTest' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchActionKillTest' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/action/PatchActionResetTest.java#L27 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/action/PatchActionResetTest.java#L27
Class 'PatchActionResetTest' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchActionResetTest' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/cell/PatchCellCARTCD8Test.java#L38 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/cell/PatchCellCARTCD8Test.java#L38
Class 'PatchCellCARTCD8Test' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchCellCARTCD8Test' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/cell/PatchCellCARTCD4Test.java#L38 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/cell/PatchCellCARTCD4Test.java#L38
Class 'PatchCellCARTCD4Test' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchCellCARTCD4Test' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/process/PatchProcessInflammationCD8Test.java#L29 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/process/PatchProcessInflammationCD8Test.java#L29
Class 'PatchProcessInflammationCD8Test' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchProcessInflammationCD8Test' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/process/PatchProcessMetabolismCARTTest.java#L23 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/process/PatchProcessMetabolismCARTTest.java#L23
Class 'PatchProcessMetabolismCARTTest' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchProcessMetabolismCARTTest' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/process/PatchProcessInflammationTest.java#L25 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/process/PatchProcessInflammationTest.java#L25
Class 'PatchProcessInflammationTest' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchProcessInflammationTest' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/process/PatchProcessInflammationCD4Test.java#L29 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/process/PatchProcessInflammationCD4Test.java#L29
Class 'PatchProcessInflammationCD4Test' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchProcessInflammationCD4Test' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
run-gradle-build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636