Skip to content

Improve Progress Indicator for Codemods #47

@erosiec

Description

@erosiec

Currently, the progress indicator displays completion for multiple Java codemods, such as "Applying 54 java codemods", followed by a time display:

Applying 54 java codemods ━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00

The time display does not accurately reflect the cumulative time spent on each individual codemod, leading to a discrepancy in the actual runtime.

It is suggested that the time displayed at the end of each line should represent the cumulative time spent per codemod rule. This adjustment would provide a more accurate understanding of the execution time for each codemod.

Reported by: @davewichers

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