Warning: This file is auto-generated by
mix ptc.gen_docsfrompriv/java_compat_audit.exs. Manual edits will be overwritten. Editpriv/java_compat_audit.exsinstead.
Curated LLM-compatibility target for java.time.Period.
See also: Function Reference | Namespace Coverage | Clojure Core Audit | Clojure String Audit | Clojure Set Audit | Clojure Walk Audit | Java Math Audit | Java Boolean Audit | Java Double Audit | Java Float Audit | Java Integer Audit | Java Long Audit | Java String Audit | Java System Audit | Java LocalDate Audit | Java Instant Audit | Java Duration Audit | Java Date Audit
Summary
Coverage excludes not_relevant entries: supported / (supported + candidate + not_classified).
| Status | Count |
|---|---|
| Supported | 0 |
| Candidate | 4 |
| Not Relevant | 0 |
| Not Classified | 0 |
| Relevant Target | 4 |
| Coverage | 0/4 (0.0%) |
| Total | 4 |
Details
| Var | Status | Description | Notes |
|---|---|---|---|
.getDays | 🔲 candidate | Return day component of a Period | Deferred for issue #1019 because this is the day component, not total days; easy to misuse for analytics. |
Period/between | 🔲 candidate | Period between two dates | Deferred for issue #1019; Period.getDays is a component value, not total days. Use .toEpochDay subtraction for LocalDate day differences. |
Period/ofDays | 🔲 candidate | Construct period from days | Useful companion for bounded Period support. |
Period/parse | 🔲 candidate | Parse ISO-8601 period string | Useful but lower-priority than between/getDays. |