Step 3 #9
Annotations
3 warnings
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, JetBrains/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Mismatched read and write of array:
src/ch/epfl/chacun/ZonePartitions.java#L24
Contents of array `openConnections` are written to, but never read
|
Unused assignment:
src/ch/epfl/sigcheck/SignatureChecks_3.java#L22
The value `v01.isClosed()` assigned to `v08` is never used
|