displaying top 100 results
Tracker Issue CFC type check broken
2845779 CF-4198335 Language : CF Component Jonas Meller CFC type check broken Problem Description:
CFC type check seems to be broken.
I have not checked "Disable CFC Type Check" in CF Administrator.
Steps to Reproduce:
Cat.cfc:
Dog.cfc:
Service.cfc:
test.cfm:
Actual Result
2881117 CF-4198364 Language Jonas Meller Unexptected behaviour when using cfloop query + ArrayAppend + ['column'] syntax Problem Description:
Unexpected behavior when using cfloop query + ArrayAppend + ['column'] syntax
I've tested 10,0,12,286680 and 2016.0.03.301771 and both show the unexpected
2856615 CF-4198339 Charting/Graphing Jonas Meller cfchart bar/hbar category chart doesn't always display labels for all categories Problem Description:
cfchart bar/hbar category chart doesn't always display labels for all categories. The issue exist for both png and html formats.
Steps
Tracker Issue Incorrect behaviour of SerializeJSON() on strings that contain U+xxxx in CF10 Update 15
2609053 CF-3941059 Language : Serialization Jonas Meller Incorrect behaviour of SerializeJSON() on strings that contain U+xxxx in CF10 Update 15 Problem Description:
Incorrect behaviour of SerializeJSON() on strings that contain U+xxxx in CF10 Update 15. It worked correctly in CF10 Update 13
2975903 CF-4198463 Documentation : Examples Jonas Meller ParseDateTime() with custom format gives incorrect results Problem Description:
ParseDateTime() with custom format gives incorrect results in CF2016 with update 3.
Steps to Reproduce:
Two examples taken from the documentation at https
2609521 CF-3837347 Awdhesh K. As Jonas Meller has mentioned, we have changed the way an Unicode char gets serialized wherein U+xxxx gets converted to \uxxxx (fixed in #CF-3561029). We are doing it a per the spec. Spec can be refered @ http://www.ietf.org/rfc/rfc4627.txt (section 2.5)
Any
Tracker Issue Interfaces are still slow, continuously checked if modified (implementedInterfacesChanged/getLastModifiedTime)
3075454 CF-4198611 Performance Jonas Meller Interfaces are still slow, continuously checked if modified (implementedInterfacesChanged/getLastModifiedTime) PROBLEM DESCRIPTION:
I was using the sampler in Java VisualVM to analyze the performance of our application and noticed that a lot of time
Tracker Issue Objects can't be garbage collected during a request
2597083 CF-3124148 Performance Jonas Meller Objects can't be garbage collected during a request Problem Description:
You run out of memory if you create too many objects in one request even if you don't keep a reference to all those objects. This happens because ColdFusion keeps references to them