awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesMethod Structure Analyzers

Tools that examine the internal composition of methods, including type encoding and function implementation pointers.

Distinct from Type Methods: Distinct from Type Methods: focuses on analyzing the internal structure of methods rather than defining methods on types.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Method Structure Analyzers. Refine with filters or upvote what's useful.

Awesome Method Structure Analyzers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • openrewrite/rewriteAvatar de openrewrite

    openrewrite/rewrite

    3,312Voir sur GitHub↗

    OpenRewrite is an automated refactoring engine and source-to-source migration framework. It uses a lossless semantic tree parser to represent source code as type-aware trees that preserve original whitespace and formatting, enabling precise and deterministic modifications. The project utilizes a declarative refactoring pipeline where sequences of transformations are defined in YAML to resolve breaking changes and technical debt. It features type-aware pattern matching and cross-language model mapping to apply similar refactoring patterns across different programming languages. The framework

    Performs structured migrations by modifying method signatures and bodies through semantic tree templates.

    Javaabstract-syntax-treeastcode-search
    Voir sur GitHub↗3,312
  1. Home
  2. Programming Languages & Runtimes
  3. Type Methods
  4. Method Structure Analyzers

Explorer les sous-tags

  • Method Signature and Body RefactoringsStructural modifications to method signatures, modifiers, and bodies using semantic templates. **Distinct from Method Structure Analyzers:** Distinct from Method Structure Analyzers: focuses on the modification of the method structure rather than just analyzing it.