awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • apache/cassandraAvatar von apache

    apache/cassandra

    9,778Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,778
  • progit/progit2Avatar von progit

    progit/progit2

    6,522Auf GitHub ansehen↗

    Dieses Projekt ist eine umfassende Bildungsressource und ein Leitfaden zum Erlernen des Git-Versionskontrollsystems. Es dient als technische Dokumentationsquelle für ein Lehrbuch, das die Grundlagen, fortgeschrittene Workflows und die interne Architektur von Git erklärt. Das Projekt ist als Multi-Format-E-Book strukturiert, wobei die Quelldateien so konzipiert sind, dass sie in verschiedene digitale Publikationsformate kompiliert werden können, einschließlich HTML, PDF, EPUB und Mobi. Es nutzt eine dedizierte Build-Pipeline, um diese Dokumente zu generieren und zu validieren. Der Inhalt deckt ein breites Spektrum an Versionskontrollfunktionen ab, einschließlich Historienmanipulation, Repository-Administration und Systemintegration. Es bietet geführte Anleitungen zum Workflow-Management – wie Branching, Merging und Rebasing – und analysiert die interne Mechanik des inhaltsadressierbaren Dateisystems sowie das Snapshot-basierte Versionierungssystem.

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

    CSS
    Auf GitHub ansehen↗6,522
  • google/clusterfuzzAvatar von google

    google/clusterfuzz

    5,574Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,574
  • apache/incubator-devlakeAvatar von apache

    apache/incubator-devlake

    2,940Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,940
  1. Home
  2. Software Engineering & Architecture
  3. Bug Pattern Mining

Unter-Tags erkunden

  • 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.