Skip to content

#158 Create FmpMoney value object

50ac95a
Select commit
Loading
Failed to load commit list.
Merged

#158 Create FmpMoney value object #163

#158 Create FmpMoney value object
50ac95a
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 21, 2025 in 0s

4 new issues (0 max.) of at least severity.

Annotations

Check warning on line 29 in src/main/java/dev/sorn/fmp4j/types/FmpCurrency.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/main/java/dev/sorn/fmp4j/types/FmpCurrency.java#L29

When doing a String.toLowerCase()/toUpperCase() call, use a Locale

Check warning on line 10 in src/main/java/dev/sorn/fmp4j/types/FmpMinorUnit.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/main/java/dev/sorn/fmp4j/types/FmpMinorUnit.java#L10

Field value has the same name as a method

Check warning on line 12 in src/main/java/dev/sorn/fmp4j/types/FmpMoney.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/main/java/dev/sorn/fmp4j/types/FmpMoney.java#L12

Field currency has the same name as a method

Check warning on line 13 in src/main/java/dev/sorn/fmp4j/types/FmpMoney.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/main/java/dev/sorn/fmp4j/types/FmpMoney.java#L13

Field quantity has the same name as a method