Found via S1144 (unused private member) triage — continuation of #675.
Two more orphaned SpaceZone methods with no live callers:
CreateTestSpacecraft() (~137 lines): only call was commented out when spacecraft moved to inventory-based deployment. Helpers (PreCreateSpacecraftControllers/InitializeSpacecraftThrusters) still used by the live spawn path → no cascade. The identically-named PathManagerTests helper is a separate method, untouched.
GetDockedChainExcluding() (9 lines): self-labelled 'Legacy method for backward compatibility', superseded by GetDockedChainExcludingInPlace (live); no callers.
146 dead lines removed; GameServer + GameServer.Tests build clean; no behavior change. SonarQube rule csharpsquid:S1144.
Found via S1144 (unused private member) triage — continuation of #675.
Two more orphaned SpaceZone methods with no live callers:
- `CreateTestSpacecraft()` (~137 lines): only call was commented out when spacecraft moved to inventory-based deployment. Helpers (PreCreateSpacecraftControllers/InitializeSpacecraftThrusters) still used by the live spawn path → no cascade. The identically-named PathManagerTests helper is a separate method, untouched.
- `GetDockedChainExcluding()` (9 lines): self-labelled 'Legacy method for backward compatibility', superseded by GetDockedChainExcludingInPlace (live); no callers.
146 dead lines removed; GameServer + GameServer.Tests build clean; no behavior change. SonarQube rule csharpsquid:S1144.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Found via S1144 (unused private member) triage — continuation of #675.
Two more orphaned SpaceZone methods with no live callers:
CreateTestSpacecraft()(~137 lines): only call was commented out when spacecraft moved to inventory-based deployment. Helpers (PreCreateSpacecraftControllers/InitializeSpacecraftThrusters) still used by the live spawn path → no cascade. The identically-named PathManagerTests helper is a separate method, untouched.GetDockedChainExcluding()(9 lines): self-labelled 'Legacy method for backward compatibility', superseded by GetDockedChainExcludingInPlace (live); no callers.146 dead lines removed; GameServer + GameServer.Tests build clean; no behavior change. SonarQube rule csharpsquid:S1144.
Resolved in spikersoft-backend PR #377 (merged to master). Removed dead SpaceZone CreateTestSpacecraft + GetDockedChainExcluding methods (~146 lines); no behavior change. Closing.