displaying top 100 results
Tracker Comment Comment on Improve Java integration by Kama S.
2608751 CF-4010514 Kama S. I agree with the syntax proposed by Adrian Moreno:
foo = new java:fully.qualified.class.name();
2597123 CF-3114263 Language : CF Component Adrian Moreno Bug 87265:-(Watson Migration Closure)Which this is a known JVM issue, the problem here is that a CFFUNCTION that compiles just fine on CF8, fails to compile with this error on CF9 Problem:
Which this is a known JVM issue, the problem here
2598609 CF-3041138 Language : Functions Adrian Moreno Bug 82411:(Watson Migration Closure)I'd like a "final" attribute for CFFUNCTION that when used inside a CFC, disallows the ability for any CFC that extends it to have a function of the same name, overriding it Problem:
I'd like a "final