Modify ↓
CLDR Ticket #10760(closed tools: fixed)
CLDR Tools fails to build with ErrorProne
Reported by: | shane | Owned by: | mark |
---|---|---|---|
Component: | unknown | Data Locale: | |
Phase: | dsub | Review: | shane |
Weeks: | Data Xpath: | ||
Xref: |
Description (last modified by shane) (diff)
Error that gets printed:
/path/to/org/unicode/cldr/tool/GenerateSubdivisions.java:331: error: [ReturnValueIgnored] Return value of this method must be used input.replace(" ", " "); ^
I think this line is intended to be:
input = input.replace(" ", " ");
Attachments
Change History
comment:1 Changed 5 months ago by mark
- Owner changed from anybody to mark
- Priority changed from assess to medium
- Type changed from unknown to tools
- Status changed from new to accepted
- Milestone changed from UNSCH to 33
comment:4 Changed 2 months ago by mark
- Status changed from accepted to reviewing
- Milestone changed from 34 to 33
Note: See
TracTickets for help on using
tickets.