Project: | Prolint Issue Tracker |
Component: | Rules |
Category: | bug report |
Priority: | normal |
Assigned: | jurjen |
Status: | closed |
I've got this warning for an 'IF' statement. No query involved.
I think it should not really complain about a MATCHES in an IF - what do you think?
The code was something like:
IF (vField MATCHES "*m*") THEN MESSAGE "It's got an 'm' in it!" VIEW-AS ALERT-BOX ERROR.
Comments
#1
I agree, this is a false positive.
#2
Fixed and committed to subversion, revision 363 (file prolint/rules/matches.p)
#3