tracker issue : CF-4202296

select a category, or use search below
(searches all categories and all time range)
Title:

[ANeff] Bug for: elvis nullpointer

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/Fixed

Reporter/Name(from Bugbase): Aaron Neff / ()

Created: 05/05/2018

Components: Language, Null Support

Versions: 2018

Failure Type: Non Functioning

Found In Build/Fixed In Build: 2018.0.01.308605 (PreRelease) / 2018.0.0.308941

Priority/Frequency: Normal / Most users will encounter

Locale/System: / Platforms All

Vote Count: 0

Issue: elvis nullpointer

Repro:

<cfscript>    
  foo = true ?: "bla"
</cfscript>

Actual Result: java.lang.NullPointerException (regardless if NULL support is enabled or disabled)

Expected Result: no exception

Attachments:

Comments:

Related thread: https://forums.adobeprerelease.com/coldfusionpr/discussion/371/elvis-nullpointer
Comment by Aaron N.
27669 | May 05, 2018 12:29:54 AM GMT
The fix will be available in Aether GM build.
Comment by Vijay M.
27725 | May 09, 2018 07:10:06 AM GMT
Hi Vijay, Thanks very much for confirming! -Aaron
Comment by Aaron N.
27751 | May 11, 2018 09:04:39 AM GMT