awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/compile-testing

0
View on GitHub↗
721 estrellas·122 forks·Java·Apache-2.0·3 vistas

Compile Testing

Compile Testing

Features

  • Metaprogramming and Compilers - Testing tools for javac and annotation processors.

Historial de estrellas

Gráfico del historial de estrellas de google/compile-testingGráfico del historial de estrellas de google/compile-testing

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Compile Testing

Proyectos open-source similares, clasificados según cuántas características comparten con Compile Testing.
  • derive4j/derive4jAvatar de derive4j

    derive4j/derive4j

    577Ver en GitHub↗

    Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, folds, optics and typeclasses.

    Javaalgebraalgebraic-data-typesannotation-processor
    Ver en GitHub↗577
  • fge/grappaAvatar de fge

    fge/grappa

    67Ver en GitHub↗

    The license of this project is Apache 2.0.

    Java
    Ver en GitHub↗67
  • google/autoAvatar de google

    google/auto

    10,545Ver en GitHub↗

    This project is a Java annotation processing framework and source code generator designed to automate repetitive boilerplate and reduce manual coding errors. It functions as a toolkit for building custom annotation processors that produce source code, metadata, and type definitions during the compilation process. The framework specifically automates the creation of immutable value types with built-in equality and hashing logic, as well as the generation of factory implementations for dependency injection. It also handles the automated production of service provider configuration files to enab

    Java
    Ver en GitHub↗10,545
  • google/error-proneAvatar de google

    google/error-prone

    7,182Ver en GitHub↗

    Error Prone is a static code analyzer and Java compiler extension that identifies common programming mistakes during the build process. It functions as a compiler wrapper that flags potential errors as compile-time failures to prevent bugs from reaching execution. The tool integrates directly into the Java compilation workflow to provide compile-time validation. It allows for the definition of custom linting rules and analysis checks to enforce specific coding standards and detect prohibited API usage. The system utilizes abstract syntax tree analysis and type-aware pattern matching to inspe

    Javajavastatic-analysis
    Ver en GitHub↗7,182
Ver las 8 alternativas a Compile Testing→

Preguntas frecuentes

¿Qué hace google/compile-testing?

Compile Testing

¿Cuáles son las características principales de google/compile-testing?

Las características principales de google/compile-testing son: Metaprogramming and Compilers.

¿Qué alternativas de código abierto existen para google/compile-testing?

Las alternativas de código abierto para google/compile-testing incluyen: derive4j/derive4j — Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, folds,… fge/grappa — The license of this project is Apache 2.0. google/auto — This project is a Java annotation processing framework and source code generator designed to automate repetitive… google/error-prone — Error Prone is a static code analyzer and Java compiler extension that identifies common programming mistakes during… javaparser/javaparser — JavaParser is a library that parses Java source code up to version 12 into an Abstract Syntax Tree (AST), enabling… jparsec/jparsec — jparsec.