Skip to content

Parser

Parser #133

Triggered via pull request July 16, 2024 10:05
@marcelfloemarcelfloe
synchronize #132
parser
Status Failure
Total duration 38s
Artifacts

test.yml

on: pull_request
Web Tests
26s
Web Tests
Server Tests
13s
Server Tests
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Server Tests: server/src/main/java/de/uftos/repositories/ucdl/parser/DefinitionParser.java#L88
[checkstyle] reported by reviewdog 🐶 Distance between variable 'variable' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). Raw Output: /github/workspace/./server/src/main/java/de/uftos/repositories/ucdl/parser/DefinitionParser.java:88:9: warning: Distance between variable 'variable' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). (com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck)
Server Tests: server/src/main/java/de/uftos/repositories/ucdl/parser/DefinitionParser.java#L307
[checkstyle] reported by reviewdog 🐶 Distance between variable 'thisType' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). Raw Output: /github/workspace/./server/src/main/java/de/uftos/repositories/ucdl/parser/DefinitionParser.java:307:13: warning: Distance between variable 'thisType' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). (com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck)
Server Tests: server/src/main/java/de/uftos/repositories/ucdl/parser/DefinitionParser.java#L359
[checkstyle] reported by reviewdog 🐶 Distance between variable 'numberSet' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). Raw Output: /github/workspace/./server/src/main/java/de/uftos/repositories/ucdl/parser/DefinitionParser.java:359:13: warning: Distance between variable 'numberSet' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). (com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck)