tracker issue : CF-4202191

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

[ANeff] Bug for: REPL exception says wrong row or column

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/Fixed

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

Created: 04/28/2018

Components: CLI, REPL

Versions: 2018

Failure Type: Incorrectly functioning

Found In Build/Fixed In Build: 2018.0.01.308605 (PreRelease) / 2018,0,0,309119

Priority/Frequency: Normal / Most users will encounter

Locale/System: / Platforms All

Vote Count: 0

Issue: REPL exception says wrong row or column

Repro:

1) In REPL, type a '.' or ':' or '?' (etc) and hit enter

Actual Result: exception says "Invalid CFML construct found on line 1 at colmnn 28"

Expected Result: exception says "Invalid CFML construct found on line 1 at colmnn 1"

2) In REPL, type a '+' or '!' or '#' (etc) and hit enter

Actual Result: exception says "Invalid CFML construct found on line 1 at colmnn 29"

Expected Result: exception says "Invalid CFML construct found on line 1 at colmnn 1"

3) In REPL, type 'now() *' or 'invoke[' and hit enter

Actual Result: exception says "Invalid CFML construct found on line 2 at colmnn 1"

Expected Result: exception says "Invalid CFML construct found on line 1 at colmnn 7"

I could go on. But that's enough to show there's something awry here.

Related thread: https://forums.adobeprerelease.com/coldfusionpr/discussion/360/is-this-expected-repl-behavior

Attachments:

Comments: