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
·

4 repositorios

Awesome GitHub RepositoriesBug Pattern Mining

Analyzing commit history and code changes to identify recurring bug signatures and anti-patterns.

Distinct from General Bug Detection: None of the candidates cover the systemic analysis of commit history to extract bug patterns; they focus on individual bug reports or CSS snippets.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Bug Pattern Mining. Refine with filters or upvote what's useful.

Awesome Bug Pattern Mining GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • apache/cassandraAvatar de apache

    apache/cassandra

    9,778Ver en GitHub↗

    Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability. It functions as a fault-tolerant distributed system that utilizes an LSM-tree storage engine to optimize write throughput and manage massive datasets. The system is a CQL-compliant database, using a structured query language to manage and retrieve tabular data stored across multiple nodes. It organizes information into rows and columns based on a flexible schema and primary keys. The project provides capabilities for horizontal database scaling, distributed data partitioning

    Provides tools to scan commit history and summarize recurring bug patterns within the codebase.

    Javacassandradatabasejava
    Ver en GitHub↗9,778
  • progit/progit2Avatar de progit

    progit/progit2

    6,522Ver en GitHub↗

    Este proyecto es un recurso educativo integral y guía para aprender el sistema de control de versiones Git. Sirve como fuente de documentación técnica para un libro de texto que explica los fundamentos, flujos de trabajo avanzados y arquitectura interna de Git. El proyecto está estructurado como un libro electrónico multiformato, con archivos fuente diseñados para ser compilados en varios formatos de publicación digital, incluyendo HTML, PDF, EPUB y Mobi. Utiliza un pipeline de construcción dedicado para generar y validar estos documentos. El contenido cubre una amplia gama de capacidades de control de versiones, incluyendo manipulación de historial, administración de repositorios e integración de sistemas. Proporciona instrucciones guiadas sobre la gestión de flujos de trabajo—como branching, merging y rebasing—y analiza la mecánica interna del sistema de archivos direccionable por contenido y el versionado basado en snapshots.

    Explains how to use binary search to identify the specific commit that introduced a regression.

    CSS
    Ver en GitHub↗6,522
  • google/clusterfuzzAvatar de google

    google/clusterfuzz

    5,574Ver en GitHub↗

    ClusterFuzz is an automated platform that runs coverage-guided fuzzers at scale to find security and stability bugs in software. It orchestrates libFuzzer and AFL++ across distributed clusters of worker bots, collecting coverage feedback to guide input mutation and discover crashes. The platform provides a web-based dashboard for configuring fuzzing jobs, monitoring progress, and inspecting crash reports, with role-based access control to restrict sensitive features. The system automates the full fuzzing lifecycle, from build pipeline integration and corpus management to crash triage and bug

    Identifies the exact commit range where a bug was introduced through binary search across revisions.

    Pythonfuzzingsecuritystability
    Ver en GitHub↗5,574
  • apache/incubator-devlakeAvatar de apache

    apache/incubator-devlake

    2,940Ver en GitHub↗

    DevLake is a DevOps data platform and analytics tool designed to orchestrate data pipelines that ingest, transform, and sync metadata from external development tools into a unified database. It functions as a system for collecting and normalizing data from source control, CI/CD pipelines, and issue trackers into a standardized schema to enable consistent software delivery analytics. The platform distinguishes itself by transforming tool-specific data into a common domain model, allowing for the calculation of engineering metrics via SQL. It provides specialized frameworks for measuring DORA m

    Provides visualizations of bug patterns and resolution timelines to analyze quality issues.

    Godashboard-friendlydatadata-analysis
    Ver en GitHub↗2,940
  1. Home
  2. Software Engineering & Architecture
  3. Bug Pattern Mining

Explorar subetiquetas

  • Bug Introduction Range IdentifiersDetermines the commit range where a bug was first introduced through binary search across revisions. **Distinct from Bug Pattern Mining:** Distinct from Bug Pattern Mining: focuses on identifying the introduction range of a specific bug, not mining patterns from commit history.
  • Trend VisualizationsVisual representations of recurring bug patterns and resolution timelines over time. **Distinct from Bug Pattern Mining:** Focuses on the visualization and temporal analysis of trends rather than the act of mining the patterns from code.