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.lang.System.
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 LocalDate Audit | Java Instant Audit | Java Duration Audit | Java Period Audit | Java Date Audit
Summary
Coverage excludes not_relevant entries: supported / (supported + candidate + not_classified).
| Status | Count |
|---|---|
| Supported | 1 |
| Candidate | 1 |
| Not Relevant | 3 |
| Not Classified | 0 |
| Relevant Target | 2 |
| Coverage | 1/2 (50.0%) |
| Total | 5 |
Details
| Var | Status | Description | Notes |
|---|---|---|---|
System/currentTimeMillis | ✅ supported | Current Unix time in milliseconds | |
System/exit | ❌ not_relevant | Terminate the JVM | Process termination is forbidden in the sandbox. |
System/getProperty | ❌ not_relevant | Read JVM system properties | JVM property access is not meaningful and would leak host details. |
System/getenv | ❌ not_relevant | Read process environment variables | Host environment access is intentionally not exposed. |
System/nanoTime | 🔲 candidate | Monotonic time source | Potential benchmark/timing helper; not wall-clock time. |