Skip to content

[VSPC-172] Fixed syntax errors

906b142
Select commit
Loading
Failed to load commit list.
Open

Story/vspc 172 #294

[VSPC-172] Fixed syntax errors
906b142
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Oct 1, 2025 in 2s

3 issues found. Autofix available.

Annotations

Check warning on line 80 in vspace/src/main/webapp/WEB-INF/views/exhibition/module.html

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

vspace/src/main/webapp/WEB-INF/views/exhibition/module.html#L80

Expected "16px 0 0 0" to be "16px 0 0". (shorthand-property-no-redundant-values)

Check warning on line 512 in vspace/src/test/java/edu/asu/diging/vspace/core/services/impl/ContentBlockManagerTest.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

vspace/src/test/java/edu/asu/diging/vspace/core/services/impl/ContentBlockManagerTest.java#L512

All overloaded methods should be placed next to each other. Previous overloaded method located at line '369'. (com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck)

Check warning on line 101 in vspace/src/main/java/edu/asu/diging/vspace/core/services/IContentBlockManager.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

vspace/src/main/java/edu/asu/diging/vspace/core/services/IContentBlockManager.java#L101

All overloaded methods should be placed next to each other. Previous overloaded method located at line '90'. (com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck)