awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/compile-testing

0
View on GitHub↗
721 نجوم·122 تفرعات·Java·Apache-2.0·1 مشاهدة

Compile Testing

Compile Testing

Features

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

سجل النجوم

مخطط تاريخ النجوم لـ google/compile-testingمخطط تاريخ النجوم لـ google/compile-testing

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Compile Testing

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Compile Testing.
  • derive4j/derive4jالصورة الرمزية لـ derive4j

    derive4j/derive4j

    577عرض على GitHub↗

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

    Javaalgebraalgebraic-data-typesannotation-processor
    عرض على GitHub↗577
  • fge/grappaالصورة الرمزية لـ fge

    fge/grappa

    67عرض على GitHub↗

    The license of this project is Apache 2.0.

    Java
    عرض على GitHub↗67
  • google/autoالصورة الرمزية لـ google

    google/auto

    10,545عرض على 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
    عرض على GitHub↗10,545
  • google/error-proneالصورة الرمزية لـ google

    google/error-prone

    7,182عرض على 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
    عرض على GitHub↗7,182
عرض جميع البدائل الـ 8 لـ Compile Testing→

الأسئلة الشائعة

ما هي وظيفة google/compile-testing؟

Compile Testing

ما هي الميزات الرئيسية لـ google/compile-testing؟

الميزات الرئيسية لـ google/compile-testing هي: Metaprogramming and Compilers.

ما هي البدائل مفتوحة المصدر لـ google/compile-testing؟

تشمل البدائل مفتوحة المصدر لـ google/compile-testing: 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.