Commit 56fb08c
fix: remove duplicate methods introduced by phase5 merge (build fixes)
Two duplicate method definitions were introduced when feat/phase5-dashboard-redesign
was merged into main, because both the backend chain (PRs #12-16) and the phase5
branch independently added the same methods:
1. GraphStore.findEndpointNeighborsBatch(List<String>):
- Kept: UNWIND/$ids/NodeKind.getValue() version (from backend chain, type-safe)
- Removed: IN $nodeIds/string literal version (from phase5)
2. TopicLinkerTest.determinismTest():
- Kept: multi-producer/multi-consumer test with PRODUCES+CONSUMES+PUBLISHES+LISTENS
and TOPIC+EVENT nodes (more comprehensive, verifies target ID equality)
- Removed: simpler 3-edge test (from backported detection-quality-fixes commit)
Fixes: javac compilation failures on main branch.
Co-Authored-By: Paperclip <noreply@paperclip.ing>1 parent 18c0906 commit 56fb08c
1 file changed
Lines changed: 0 additions & 26 deletions
Lines changed: 0 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | 379 | | |
0 commit comments