Skip to content

Add Validation annotations for quantities #1111

Add Validation annotations for quantities

Add Validation annotations for quantities #1111

Triggered via push October 6, 2023 17:05
Status Success
Total duration 2m 14s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Codacy Analysis CLI
2m 4s
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.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.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.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/ScaleHelper.java#L285
'UnsupportedOperationException' 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/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.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.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.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.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/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/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.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/time/Minute.java#L8
'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/units/si/time/Hour.java#L8
'ctor 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/si/SISystem.java#L16
Abbreviation in name 'SISystem' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L18
'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/si/SISystem.java#L20
'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/si/SISystem.java#L22
'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/si/SISystem.java#L24
'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/si/SISystem.java#L26
'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/units/si/SISystem.java#L30
'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/si/SISystem.java#L31
'method 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/units/si/SISystem.java#L32
'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/units/si/SISystem.java#L34
'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/si/SISystem.java#L35
'method 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/units/si/SISystem.java#L36
'method 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/units/si/SISystem.java#L40
'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/units/si/SISystem.java#L42
'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/si/SISystem.java#L44
'method 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/units/si/SISystem.java#L45
'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/units/si/SISystem.java#L47
'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/si/SISystem.java#L50
'method 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/units/si/SISystem.java#L51
'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/units/si/SISystem.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/units/si/SISystem.java#L55
'method 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/units/si/SISystem.java#L56
'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/units/si/SISystem.java#L58
'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/si/SISystem.java#L60
'method 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/units/si/SISystem.java#L61
'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/units/si/SISystem.java#L63
'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/si/SISystem.java#L65
'method 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/units/si/SISystem.java#L68
'method def rcurly' 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/si/SISystemUnitsConstants.java#L62
Abbreviation in name 'SISystemUnitsConstants' must contain no more than '1' consecutive capital letters.
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.
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