Actions
Bug #1110
closedCan have the same Pattern ID (pid) for the same pattern but different case flags
Affected Versions:
Effort:
Difficulty:
Label:
Description
The code that assigns pattern IDs (pids) doesn't check the NO_CASE flag when comparing patterns to find duplicates. The means that "foo":NO_CASE and "foo":CASE would get the same pid, when they should get different PIDs.
Actions