PR# 19479 Incorrect report of code analysis rule CA080 violation

Problem Report Summary
Submitter: prestoat2000
Category: EiffelStudio
Priority: Low
Date: 2018/10/22
Class: Bug
Severity: Non-critical
Number: 19479
Release: 18.07
Confidential: No
Status: Open
Responsible:
Environment: linux
Synopsis: Incorrect report of code analysis rule CA080 violation

Description
A feature with a comment that has a line that starts with "to do" as part of a sentence
is incorrectly reported as a violation of CA080 (TODO).  It seems that the code needs
to be a little bit more picky - e.g., perhaps it should only report a violation if a
comment line start with "TODO" (case-independent) and not "TO DO".
To Reproduce
Compile with attached class and click Analyze button.
False positive CA080 violation.

Problem Report Interactions
From:prestoat2000    Date:2018/10/22    Download   
Attachments for problem report #19479

Attachment: test.e     Size:146