Skip to content

Reduce number of casts in arithmetic expressions #18

@tomsik68

Description

@tomsik68

For example, in the following:

(long) ((long) a + (long) b);

The outer cast is not necessary as addition of two longs is a long.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions