Scrum 48 #84
Annotations
7 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
backend/src/test/java/com/greenfoxacademy/backend/controller/UserServiceTest.java#L13
[testtool] reported by reviewdog 🐶
Import statement for 'org.junit.jupiter.api.Assertions.assertThrows' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/UserServiceTest.java:13:1: warning: Import statement for 'org.junit.jupiter.api.Assertions.assertThrows' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
|
build:
backend/src/test/java/com/greenfoxacademy/backend/controller/UserServiceTest.java#L14
[testtool] reported by reviewdog 🐶
Import statement for 'org.junit.jupiter.api.Assertions.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/UserServiceTest.java:14:1: warning: Import statement for 'org.junit.jupiter.api.Assertions.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
|
build:
backend/src/test/java/com/greenfoxacademy/backend/controller/UserServiceTest.java#L15
[testtool] reported by reviewdog 🐶
Import statement for 'org.mockito.Mockito.times' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/UserServiceTest.java:15:1: warning: Import statement for 'org.mockito.Mockito.times' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
|
build:
backend/src/test/java/com/greenfoxacademy/backend/controller/UserServiceTest.java#L16
[testtool] reported by reviewdog 🐶
Import statement for 'org.mockito.Mockito.verify' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/UserServiceTest.java:16:1: warning: Import statement for 'org.mockito.Mockito.verify' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
|
build:
backend/src/test/java/com/greenfoxacademy/backend/controller/UserServiceTest.java#L57
[testtool] reported by reviewdog 🐶
Line is longer than 100 characters (found 105).
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/UserServiceTest.java:57:0: warning: Line is longer than 100 characters (found 105). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
build:
backend/src/main/java/com/greenfoxacademy/backend/models/Email.java#L10
[testtool] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./backend/src/main/java/com/greenfoxacademy/backend/models/Email.java:10:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
|