Java System Audit for PTC-Lisp

Copy Markdown View Source

Warning: This file is auto-generated by mix ptc.gen_docs from priv/java_compat_audit.exs. Manual edits will be overwritten. Edit priv/java_compat_audit.exs instead.

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).

StatusCount
Supported1
Candidate1
Not Relevant3
Not Classified0
Relevant Target2
Coverage1/2 (50.0%)
Total5

Details

VarStatusDescriptionNotes
System/currentTimeMillis✅ supportedCurrent Unix time in milliseconds
System/exit❌ not_relevantTerminate the JVMProcess termination is forbidden in the sandbox.
System/getProperty❌ not_relevantRead JVM system propertiesJVM property access is not meaningful and would leak host details.
System/getenv❌ not_relevantRead process environment variablesHost environment access is intentionally not exposed.
System/nanoTime🔲 candidateMonotonic time sourcePotential benchmark/timing helper; not wall-clock time.