Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Add undesired /dangerous type conversion queries #79

@itsacoderepo

Description

@itsacoderepo

Add a query undesired /dangerous type conversion

for example : "int" to "short"

int foo(int iPram)
{
    int iBig = 0;
    short sSmall = 0;

    iBig = iPram;
    sSmall = (short)iBig;
    return sSmall;
}

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions