BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io

Dereferencing property on Java class not calling getter

Description

This was supposed to be working, but it’s not. Figure out why the code path isn’t using our loose struct caster.

createObject("java","java.net.InetAddress").localhost.getHostName();

throws

KeyNotFoundException: The instance [java.net.InetAddress] has no static field or inner class [localhost].

Activity

Show:

Brad WoodFebruary 12, 2025 at 5:09 AM

The issue was our loose struct caster wasn’t correctly handling classes, and instead of getting static fields and methods, it was getting the actual instance methods and fields off the Class instance itself.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Fix versions

Priority

Sentry

Created February 11, 2025 at 11:58 PM
Updated February 12, 2025 at 5:09 AM
Resolved February 12, 2025 at 5:09 AM

Flag notifications