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: