Skip to content

Improve the performances of the openrewrite's analyze #58

@cmoulliard

Description

@cmoulliard

TODO

Improve the performances of the openrewrite's analyze command as currently all the rules and their when/condition are executed as separate maven command like also a query including several clauses: clause1 OR clause2 OR clause3 etc, clause1 AND clause2 AND clause3 etc

  • Convert first the x clauses of a query with OR | AND in one unique recipe YAML
  • Investigate if we can use one unique YAML packaging for all the rules the clauses converted to their Recipe to ultimately execute only one openrewrite maven request. That will imply that we review the code to create a table of the clauses + matchID to later check reconcile the results against the requests: simple, withOR, withAND

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