Skip to content

Add Validation Messages #1144

Add Validation Messages

Add Validation Messages #1144

Triggered via push October 25, 2023 15:37
Status Success
Total duration 2m 29s
Artifacts
Codacy Analysis CLI
2m 17s
Codacy Analysis CLI
Fit to window
Zoom out
Zoom in

Annotations

1000 warnings
com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck: spring-boot-core-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_core_starter/BuildVersion.java#L1
Package name 'com.raynigon.unit_api.spring_boot_core_starter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: spring-boot-jackson-starter/src/main/java/com/raynigon/unit/api/jackson/UnitApiJacksonProperties.java#L11
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: spring-boot-jackson-starter/src/main/java/com/raynigon/unit/api/jackson/UnitApiJacksonProperties.java#L33
WhitespaceAround: '->' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck: spring-boot-jackson-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_jackson_starter/BuildVersion.java#L1
Package name 'com.raynigon.unit_api.spring_boot_jackson_starter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: spring-boot-jpa-starter/src/main/java/com/raynigon/unit/api/jpa/annotation/JpaUnit.java#L24
'annotation field def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: spring-boot-jpa-starter/src/main/java/com/raynigon/unit/api/jpa/annotation/JpaUnit.java#L31
'annotation field def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: spring-boot-jpa-starter/src/main/java/com/raynigon/unit/api/jpa/annotation/JpaUnit.java#L38
'annotation field def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: spring-boot-jpa-starter/src/main/java/com/raynigon/unit/api/jpa/annotation/JpaUnit.java#L46
'annotation field def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck: spring-boot-jpa-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_jpa_starter/BuildVersion.java#L1
Package name 'com.raynigon.unit_api.spring_boot_jpa_starter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'.
com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck: spring-boot-springdoc-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_springdoc_starter/BuildVersion.java#L1
Package name 'com.raynigon.unit_api.spring_boot_springdoc_starter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L45
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L46
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L47
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L49
'ctor def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L50
'ctor def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L51
'ctor def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L53
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L55
'synchronized' child has incorrect indentation level 6, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L56
'synchronized rcurly' has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L57
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L59
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L61
'synchronized' child has incorrect indentation level 6, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L62
'synchronized' child has incorrect indentation level 6, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L63
'synchronized rcurly' has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L64
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L66
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L71
'synchronized' child has incorrect indentation level 6, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L72
'synchronized' child has incorrect indentation level 6, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L73
'synchronized rcurly' has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L74
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L76
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L83
'synchronized' child has incorrect indentation level 6, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L84
'synchronized' child has incorrect indentation level 6, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L85
'synchronized rcurly' has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L86
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/DefaultNumberSystem.java#L38
Using the '.*' form of import should be avoided - com.raynigon.unit.api.core.function.numbersystem.types.*.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/DefaultNumberSystem.java#L48
Using the '.*' form of import should be avoided - com.raynigon.unit.api.core.function.numbersystem.DefaultNumberType.*.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/DefaultNumberType.java#L4
Using the '.*' form of import should be avoided - com.raynigon.unit.api.core.function.numbersystem.types.*.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/types/BigDecimalHelper.java#L103
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '40'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/ValueSupplier.java#L54
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Nameable.java#L50
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.naming.LambdaParameterNameCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/CalculusUtils.java#L91
Lambda parameter name 'NumberSystem' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Converter.java#L55
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/UnitSupplier.java#L54
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/ScaleHelper.java#L285
'UnsupportedOperationException' has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/quantities/ComparableQuantity.java#L162
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '68'.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/quantities/ComparableQuantity.java#L175
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '78'.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/service/UnitsApiService.java#L40
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '27'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L25
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L27
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L28
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L51
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L56
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L61
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L66
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L71
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L76
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L86
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L97
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/IUnit.java#L6
Abbreviation in name 'IUnit' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/AbstractUnit.java#L362
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '171'.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/AbstractUnit.java#L368
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '356'.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/AbstractUnit.java#L373
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '362'.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/AbstractUnit.java#L378
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '161'.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/AbstractUnit.java#L392
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '373'.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/AbstractUnit.java#L423
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '378'.
Codacy Analysis CLI
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, github/codeql-action/upload-sarif@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Codacy Analysis CLI
Calculated fingerprint of 3cf903c1102a0adf:1 for file unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/DefaultNumberSystem.java line 16, but found existing inconsistent fingerprint value abf76080315462a4bc639c8941bf17b8
Codacy Analysis CLI
Calculated fingerprint of 652195ffb705172:1 for file unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/DefaultNumberSystem.java line 30, but found existing inconsistent fingerprint value 5041c44df02741178bd42f1088763ab9
Codacy Analysis CLI
Calculated fingerprint of 703737372b80de4:1 for file unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/DefaultNumberSystem.java line 38, but found existing inconsistent fingerprint value 33171e4410376649e36bbf92759a1e6f
Codacy Analysis CLI
Calculated fingerprint of 579556593a2c1fca:1 for file unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/DefaultNumberSystem.java line 48, but found existing inconsistent fingerprint value 46d769d4f27d138e90c41cfc2c0d4b39
Codacy Analysis CLI
Calculated fingerprint of 75a09251db52ff7f:1 for file unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/DefaultNumberSystem.java line 62, but found existing inconsistent fingerprint value 7ee8c58bee6e7a6507218e8335e649ff
Codacy Analysis CLI
Calculated fingerprint of ac6fd11bb7f78299:1 for file unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/DefaultNumberSystem.java line 63, but found existing inconsistent fingerprint value d6e05d2ea12cc17014a10e73b3f092f9
Codacy Analysis CLI
Calculated fingerprint of 75a09251db52ff7f:2 for file unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/DefaultNumberSystem.java line 78, but found existing inconsistent fingerprint value 7ee8c58bee6e7a6507218e8335e649ff
Codacy Analysis CLI
Calculated fingerprint of ac6fd11bb7f78299:2 for file unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/DefaultNumberSystem.java line 79, but found existing inconsistent fingerprint value d6e05d2ea12cc17014a10e73b3f092f9
Codacy Analysis CLI
Calculated fingerprint of 6256d6c733e8969d:1 for file unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/DefaultNumberSystem.java line 111, but found existing inconsistent fingerprint value 8328713924bd16533d1ecca7f03cfe40
Codacy Analysis CLI
Calculated fingerprint of ccb195f3a992534e:1 for file unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/DefaultNumberSystem.java line 112, but found existing inconsistent fingerprint value 1fc8faf340579ac575e032888b34fc5a