Skip to content

TraceId.getLowerLong returns idHi #690

@Oberon00

Description

@Oberon00

See the following code:

public long getLowerLong() {
return (idHi < 0) ? -idHi : idHi;

It seems this should use idLo instead of idHi to match the method name.

Metadata

Metadata

Assignees

No one assigned

    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