Issues
- improve exception when a function has no nameLDEV-5285
- create function listenersLDEV-4860Resolved issue: LDEV-4860Michael Offner
- Colons (`:`) in function metadata is treated as and equal sign (`=`) instead of part of the identifierLDEV-3963Michael Offner
- add functions listDelete/DeleteNoCase same like ArrayDelete/DeleteNocaseLDEV-3898
- getComponentMetaData/getMetaData misses private and package static functions in lucee 5.3LDEV-3875Resolved issue: LDEV-3875Michael Offner
- function with return type array accepts certain forms of structs to be returnedLDEV-3650Resolved issue: LDEV-3650
- val() changing numbers when validating a numbers only stringLDEV-3303Resolved issue: LDEV-3303Michael Offner
- Function round doesn't work correctlyLDEV-3158Michael Offner
- isNull() does not match ACF behavior with local scopeLDEV-3057Resolved issue: LDEV-3057
- Arguments with type of "numeric" are not being cast to doubleLDEV-3056Resolved issue: LDEV-3056Michael Offner
- Feature: encrypt/compile CFM/CFC code in luceeLDEV-2956
- default="something" argument not supportedLDEV-2922Michael Offner
- Remote function with returnformat='plain' and containing HTML, returns a different content type to ACF.LDEV-2647Michael Offner
- structEach() on arguments scope sends incorrect values to callback functionLDEV-2346Resolved issue: LDEV-2346Pothys - MitrahSoft
- XmlSearch returning empty arrays after 5.3.1.95 updateLDEV-2196Resolved issue: LDEV-2196Michael Offner
- ESAPIDecode does not decode + as URLDecode doesLDEV-2147Resolved issue: LDEV-2147
- Add human sorting optionLDEV-1784
- NumberFormat() could not display number separatorLDEV-1748Resolved issue: LDEV-1748Michael Offner
- ArrayPrepend Merge Argument MissingLDEV-1705Resolved issue: LDEV-1705Michael Offner
- isValid() failingLDEV-1696Resolved issue: LDEV-1696Igal Sapir
- param without ";" throws an errorLDEV-1439Resolved issue: LDEV-1439
- Change Function Caching to be Specific to InstanceLDEV-1348Michael Offner
- No matching Method/Function for Query.getMeta() foundLDEV-1289Michael Offner
- parseDateTime doesn't work with offsets greater than 12 hoursLDEV-1256Resolved issue: LDEV-1256Igal Sapir
- java.util.ConcurrentModificationException on structKeyTranslate(FORM)LDEV-1069Resolved issue: LDEV-1069Michael Offner
- Duplicate function in cfc or cfml not throwing errorLDEV-1050Resolved issue: LDEV-1050Michael Offner
- Bug with fileExists() with an Application mapping of /LDEV-775Resolved issue: LDEV-775Michael Offner
- add millisecond to DateDiffLDEV-740Resolved issue: LDEV-740
- Allow Negative Index for ListDeleteAt and ArrayDeleteAtLDEV-720
- Ability to programmatically determine types and member functions availableLDEV-633
- DollarFormat does not round upLDEV-574Resolved issue: LDEV-574Michael Offner
- BinaryDecode fails when decoding strings with = at endLDEV-555Resolved issue: LDEV-555Igal Sapir
- Cache functions differ with default Object CacheLDEV-547Michael Offner
- functions included in a component are not visible to the componentLDEV-513Resolved issue: LDEV-513Michael Offner
- fileSetLastModified() Doesn't Work on Group-Writable FilesLDEV-474Resolved issue: LDEV-474Pothys - MitrahSoft
- expandPath() does not work correctly with mapping/aliasLDEV-425Resolved issue: LDEV-425Michael Offner
- _dateFormat causes `java.lang.NullPointerException` errorLDEV-416Resolved issue: LDEV-416Michael Offner
- CSRF functions are restricted to CF SessionsLDEV-412Resolved issue: LDEV-412Igal Sapir
- Support argumentCollection in built-in functionsLDEV-18
39 of 39
improve exception when a function has no name
Description
Environment
None
Details
Assignee
UnassignedUnassignedReporter
Zac SpitzerZac SpitzerPriority
NewNew 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
Details
Details
Assignee
Unassigned
UnassignedReporter
Zac Spitzer
Zac SpitzerPriority
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
Created 29 January 2025 at 22:13
Updated 29 January 2025 at 22:14
Activity
Show:
should be
invalid syntax, access modifier cannot be used in this context is confusing!
stack