Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Adam CameronAdam CameronPriority
NewLabels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneAffects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Adam Cameron
Adam CameronPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Affects versions
Created 13 August 2021 at 13:03
Updated 2 August 2022 at 14:43
Resolved 2 August 2022 at 14:43
// C.cfc final component {}
<cfscript> // test.cfm o = new C() writeDump(getMetadata(o)) </cfscript>
On ColdFusion, it has a boolean property
final
which istrue
. Should be the same on Lucee.Note also on CF if the CFC is not final, then the property isn’t presented in the metadata at all. I don’t think that’s great and am taking it up with Adobe. Will confirm back here if they think this is action-worthy.