Static methods failing when called from an abstract class

(I’m following the process for reporting bugs and posting here first.) Essentially, static methods are failing when called from an abstract class. Lucee is attempting to instantiate an object, which of course is not what should happen when a static method is called. Static methods are working just fine when called from a non-abstract class. This is for 5.3.10.84 / Commandbox. I’ve not seen this reported in the Lucee issue tracker. (The same behavior exists in ACF for which I’ve submitted a ticket.)

1 Like

@Zackster gave the greenlight to file a bug on slack. So here it is for those interested.

2 Likes

@jchastain
Thanks for alerting us to the bug and filing the report.

Could you please add to the Ticket a simple test case that shows the bug / defect?
Perhaps you could just copy/paste your code directly that isn’t working - if it is simple / clear?

Thanks!

You couldn’t poss provide some code that demonstrates what yer describing could you?

I agree it lacks steps to reproduce. Looks like that got covered in the ticket:

https://luceeserver.atlassian.net/plugins/servlet/mobile?originPath=%2Fbrowse%2FLDEV-4246#issue/LDEV-4246

I see a test case as requested: :white_check_mark:

1 Like