Skip to content

CodeCop Warning AA0005 - false positive #7023

@sschuh

Description

@sschuh

hi guys,

there is a little problem with the AA0005 warning.

sample code:


		   if true then begin
                        for i := 1 to 5 do
                            if true then
                                Message('Hello World');
                    end else begin
                        for i := 1 to 5 do
                            Message('Hello World');
                    end;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions