[Bug]: Hang at "INFO: Spring event resolver: indexed 0 events and emitted 0 CALLS edges"
Author: orrestCreated Jul 23, 2026Updated Sep 16, 2026
Labelsbug
code-review-graph version
2.3.7
Operating system
Windows
Python version
3.13.13
AI platform
other (describe in "Additional context")
Output of code-review-graph status
INFO: Schema version 1 -> 9: running migrations
INFO: Running migration v2
INFO: Migration v2: added 'signature' column to nodes
INFO: Running migration v3
INFO: Migration v3: created flows and flow_memberships tables
INFO: Running migration v4
INFO: Migration v4: added 'community_id' column to nodes
INFO: Migration v4: created communities table
INFO: Running migration v5
INFO: Migration v5: created nodes_fts FTS5 virtual table
INFO: Running migration v6
INFO: Migration v6: created summary tables (community_summaries, flow_snapshots, risk_index)
INFO: Running migration v7
INFO: Migration v7: added compound edge indexes
INFO: Running migration v8
INFO: Migration v8: created composite edge index
INFO: Running migration v9
INFO: Migration v9: added edge confidence columns
INFO: Migrations complete, now at schema version 9
INFO: Progress: 193/193 files parsed
INFO: Spring event resolver: indexed 0 events and emitted 0 CALLS edges
* Hang at the last lineSteps to reproduce
Build for C#/.NET WPF project, steps:
- code-review-graph build
- (hang)
Expected vs actual behavior
Expected: the build finished, the terminal can input next command Actual: Hang at "INFO: Spring event resolver: indexed 0 events and emitted 0 CALLS edges"
Additional context
run the code-review-graph build command via powershell
Source: tirth8205/code-review-graph