Finding: F-472 · Severity: Low · Type: Bug · Criterion: B2
Location: F1ReplayClient/MainWindow.xaml.cs:566
Component: W7 · Tools (ReplayClient, PacketTester, SessionFolderRename)
packetData?.PacketHeader != null && _packetAnalyzer != null — a mix of ?./!= null instead of is not null; _packetAnalyzer is readonly-initialized and never null.
Automatically generated from the repository review (docs/review/FINDINGS-OVERVIEW.md, as of 2026-06-19).
Finding: F-472 · Severity: Low · Type: Bug · Criterion: B2
Location:
F1ReplayClient/MainWindow.xaml.cs:566Component: W7 · Tools (ReplayClient, PacketTester, SessionFolderRename)
packetData?.PacketHeader != null && _packetAnalyzer != null— a mix of?./!= nullinstead ofis not null;_packetAnalyzeris readonly-initialized and never null.Automatically generated from the repository review (
docs/review/FINDINGS-OVERVIEW.md, as of 2026-06-19).