add methods to MarcXMLParser #324
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
tests.yml
on: pull_request
Code style check
4m 10s
Unit tests
8m 5s
Database tests
3m 56s
GUI tests
3m 0s
Code coverage
54s
Validate Gradle Wrapper
14s
Annotations
5 errors
Code style check:
src/main/java/org/jabref/logic/importer/fileformat/MarcXmlParser.java#L104
[reviewdog] reported by reviewdog 🐶
Comment text should start with space.
Raw Output:
/github/workspace/./src/main/java/org/jabref/logic/importer/fileformat/MarcXmlParser.java:104:19: error: Comment text should start with space. (commentStartWithSpace)
|
Code style check:
src/test/java/org/jabref/logic/importer/fileformat/MarcXmlParserTest.java#L15
[reviewdog] reported by reviewdog 🐶
Unused import - org.junit.jupiter.api.Assertions.assertEquals.
Raw Output:
/github/workspace/./src/test/java/org/jabref/logic/importer/fileformat/MarcXmlParserTest.java:15:15: error: Unused import - org.junit.jupiter.api.Assertions.assertEquals. (com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck)
|
Code style check
Process completed with exit code 1.
|
Code style check
Resource not accessible by integration
|
Unit tests
Process completed with exit code 1.
|