OC XNet Driver

OC XNet Driver

12M Downloads

Cast and Method versus Reflection

Nerdpie opened this issue ยท 1 comments

commented

https://github.com/thraaawn/OCXNetDriver/blob/179b1a3590d0a8f58ff524c0a972d6d7a35b7dce/src/main/java/org/dave/ocxnetdriver/driver/controller/EnvironmentXnetController.java#L483-L486

I don't know what the trade-off would be, but I saw this and wondered how it compares to casting the TE and calling the public getter, a la this. I'm genuinely curious; I haven't tested the performance of either.

commented

I didn't use the methods because they are not part of the xnet api.