Adobe 2016 Syntax Error

Description

in

The CFML compiler was processing:
•A script statement beginning with boolean on line 44, column 9.

The error occurred in C:/projects/pmses_docs/modules/contentbox/models/security/AuthorService.cfc: line 44
Called from C:/projects/pmses_docs/coldbox/system/core/util/Util.cfc: line 222
Called from C:/projects/pmses_docs/coldbox/system/ioc/config/Mapping.cfc: line 599
Called from C:/projects/pmses_docs/coldbox/system/ioc/config/Binder.cfc: line 991
Called from C:/projects/pmses_docs/coldbox/system/web/services/ModuleService.cfc: line 430
Called from C:/projects/pmses_docs/coldbox/system/web/services/ModuleService.cfc: line 396
Called from C:/projects/pmses_docs/coldbox/system/web/services/ModuleService.cfc: line 396
Called from C:/projects/pmses_docs/coldbox/system/web/services/ModuleService.cfc: line 345
Called from C:/projects/pmses_docs/coldbox/system/web/services/LoaderService.cfc: line 57
Called from C:/projects/pmses_docs/coldbox/system/Bootstrap.cfc: line 70
Called from C:/projects/pmses_docs/Application.cfc: line 78

42 : * This function will encrypt an incoming target string using bcrypt and compare it with another bcrypt string
43 : */
44 : boolean function isSameHash( required in, required target ){
45 : return variables.bcrypt.checkPassword( arguments.in, arguments.target );
46 : }

Gliffy Diagrams

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Fix versions

Priority

Sentry

Created July 28, 2017 at 5:46 PM
Updated August 7, 2017 at 9:20 PM
Resolved July 28, 2017 at 6:28 PM