Public report — Miitopia-Save-Editor, published 3 Aug 2026.
Concrete security findings (CVE IDs, secret matches, dependency versions) are hidden in this version;
ask the repo owner for the full report.
145findings with an exact file:lineof 151 — the remainder are repo-wide signals (a dimension-level measurement, not a single line); open any file:line and verify
28/93dimensions across the health lenses19970 LoC · 1 projects — wide & deep
Executive summary
Read through the Production lens — the standard calibration. *Green* means good enough to run in production. The score is absolute and comparable across repos.
Brionjv/Miitopia-Save-Editor carries serious gaps (41%). Several issues below can materially affect correctness, security, or the cost of changing it — and propagate to everything that depends on it.
It is strongest in Architecture (100%) — the structure is clean and changes stay contained. Security (100%) is solid too.
The area that most needs attention is Readiness (23%) — releases are harder to depend on — versioning, release notes and dependency hygiene are thin, so consumers can't easily tell what changed or trust an upgrade. Maturity (28%) is the next concern — onboarding is slow — key decisions and the architecture aren't written down, so contributors have to reverse-engineer the intent.
Leadership focus, highest impact first: CI workflow that builds and runs the test suite on every push/PR (CI/CD gates); Record significant decisions one document per decision (Architecture documentation); Reconcile the README with reality (Documentation accuracy).
For scale: Small (~19,970 production lines); rebuilding it from scratch would take roughly ~0.1 person-years (~1 engineer). Approximate, ±~30%.
Encouragingly, the gaps are in documentation and release process — not in the code's correctness, structure or security, which are strong. They're low-risk to close, and doing so would lift the grade without re-engineering anything that already works.
How the score is built — each lens's share of the headlineWidth is the lens's weight in the worst-heaviest fold (the weakest area pulls hardest); colour is that lens's own band. A lens fixes the score in proportion to its width.
0.7× (at 41% quality) — the last 20% of quality is most of the work
Size & shape
Small · effort split not classified (source measured from disk; the effort-tier breakdown is a C#-only syntax walk)
This codebase represents roughly ~0.1 person-years of build effort (about ~€18,000 to rebuild). Its weakest lens is Readiness at 23% — the part of that asset most exposed by the findings below.
How we model this: boilerplate at a scaffolding rate + logic × domain Standard (×1.1) — desktop/game × a 0.7× quality factor, at €60–95/h; indicative, ±~30% · effort from total production LoC as straight-line logic (the tier split is a C#-only syntax walk), a conservative lower bound. Indicative only — most sensitive to the hourly rate and the domain tier (both tunable in config).
Top priorities
The highest-leverage moves; the full ranked list is in the Roadmap below.
1
Resolve the 1 No automated tests finding(s) in Code Coverage.
Value concentrated against a weak lens · High · Value at risk
This is a Small asset (~0.1 person-years to rebuild), and its weakest lens is Readiness at 23%. The operational and business risk on an asset this size concentrates there — that's where remediation buys the most protection.
→ Direct remediation budget at Readiness first — highest risk-reduction per euro on an asset this size.
Highest-leverage move · Medium · Leverage
Of everything flagged, the best return on effort is: Add a CI workflow that builds and runs the test suite on every push/PR. The rest can wait behind it.
Evidence: priority ranking: top of 5 ranked by impact/effort
→ Add a CI workflow that builds and runs the test suite on every push/PR.
A velocity tax on every change · Medium · Economics
The code-quality signals (complexity, duplication, cohesion) average 5.7/10, which acts as a tax on every change in the weaker areas: modifications there plausibly cost on the order of 6–13% more than in clean code, and the tax compounds as the codebase grows. (A modelled estimate, not a measured fact.)
Evidence: D1/D2/D4/D6 code quality: averaging 5.7/10 across the code-quality signals actually measured
→ Pay it down where churn is highest — the hotspots — not everywhere; that's where the tax is actually paid.
At a glance — Code Health · 76% · Adequate · gated by D1, D2
First, establish a continuous integration pipeline to automatically build and test every change. Next, document key architectural decisions and update the README to accurately reflect the project structure and dependencies. Finally, address the single missing automated test to improve code coverage.
Ranked by impact ÷ effort. "Helps" is the estimated gain on the 0–100 health score.
Do this
Helps
Effort
Dimension
Resolve the 1 No automated tests finding(s) in Code Coverage.
Record significant decisions one document per decision — dated, stating the context, the decision and its consequences — and keep them together wherever your design docs already live (a conventional `docs/adr/` tree with `NNNN-title.md` names is the most discoverable form).
Per-file score 0–10 — a quality signature. Of 3 files carrying findings, judged against the Production bar: 33% slop · 67% mixed · 0% near-clean.
File
Score
Band
Worst signal
Miitopia-Save-Editor/Form1.vb
2.5
Slop
Explicit Debt: EmptyCatchBlock
Miitopia-Save-Editor/Repair_save.vb
4.3
Mixed
Explicit Debt: EmptyCatchBlock
Miitopia-Save-Editor/Grub_editor.vb
5.4
Mixed
Explicit Debt: EmptyCatchBlock
Methodology & how to trust this report
Watchdog is a deep, periodic assessment — run each sprint, monthly, or quarterly, taking the time to go wider and deeper than a quick check and surfacing in one coherent report what you'd otherwise piece together from a dozen separate tools. It scores deterministically: the same commit yields the same score, every run. 26 of 28 evaluated dimensions are computed purely by tools and static analysis (confidence 1.0); 2 documentation/naming judgement(s) are LLM-assisted and labelled advisory. Overall confidence is 0.5 — the weighted average across measured dimensions; it falls as more of the score leans on LLM-assisted judgement and rises when it's fully tool-backed.
Every figure here is one of three kinds, and we label which: ✓ Measured — a deterministic fact (LoC, complexity, coverage); ~ Modeled — an estimate from a stated model (cost, effort, value-at-risk), always a range with its assumptions, never a precise fact; ◐ Advisory — an LLM prose judgement. We never present a modelled estimate as if it were measured. Perfect or absent scores carry their provenance too (ADR-0011): ✓ Tool-verified means the property itself was measured across the surface; ○ Nothing flagged means the probes came back clean — a claim bounded by what a repository can show; ⊘ Not evidenced means a working control (a tested restore, an automated rollback) showed no positive evidence — absence of evidence is not evidence of a control, so it's excluded from the score rather than awarded a spurious 10; ◐ Sampled · advisory marks an LLM verdict over a bounded sample — advisory, never a deterministic measurement.
What we checked — 28 dimensions across the health lenses
Each chip is a dimension scored from real signals across architecture, testing, dependencies, security & compliance, documentation, git-history and code quality — in one coherent pass. A surface report typically covers a handful.
How to trust any code-health report — three questions
Can you open the finding? Real findings cite a repo-relative file and line you can open at the cited line — never an absolute scratch path. Here, 145 of 151 do; the remainder are repo-wide signals — a dimension-level measurement, not a single line. (Every path in this report is repo-relative by construction: paths are normalized at the producer and the report is rejected if any rooted path leaks through.)
Is there a tool behind the number? Every score below names the method that produced it — Roslyn, git, a scanner, or (for a handful of documentation/naming dimensions) an LLM labelled sampled · advisory — not a narrative.
Does re-running give the same result? Run it again on the same commit and the score — and this report, byte for byte — is identical. A report whose numbers move between runs is describing the run, not the code.
This report answers yes to all three. That's the bar to hold any assessment to.
Tools & methods
The actual versions used this run (captured at analysis time) — re-run on the same commit for the identical score.
Method
Backs
Version
Evaluator
Roslyn static analysis
Complexity, cohesion, coupling, dead code, API surface, layering
A clean run — every tool resolved and ran, and every applicable dimension was measured at full confidence. No scanner was unavailable, no analysis timed out or crashed, and nothing fell back to a degraded estimate.
When something does degrade — a missing scanner, a shallow clone, an LLM hiccup — it is named here explicitly and its exact cause recorded in diagnostics.md, never absorbed silently into the score.
Repo exclusion declarations (.gitattributes linguist-generated/vendored, .editorconfig generated_code): none declared — every source file was scored.
Limitations & what we did not check
Watchdog assesses the repository exactly as committed, and only the repository. By design it does not reach outside the source tree: the live cloud account, the running CI/CD pipeline, the host's branch-protection and approval rules, the production configuration, or a restore actually exercised against a backup are all out of scope. That boundary is a feature, not a gap — a repo-relative, deterministic scan re-runs identically on any commit and every finding opens at a real file and line, where a live audit can neither be reproduced nor traced. The visible consequence is that controls which leave no in-repo evidence are reported as "not evidenced" and excluded from the score rather than awarded a number a static scan cannot justify.
Per-dimension blind spots
For each dimension that was measured, what a static, repo-only scan structurally cannot see — the honest edge of the measurement, not a failure of it.
D1 Cyclomatic Complexity: Cyclomatic complexity counts branches statically — it cannot tell an essential decision tree from accidental tangle, nor see complexity that lives in data or configuration (large switch-case token tables, DSL lexers/parsers, data-as-code rule tables) rather than control flow: a tokenizer's many single-character cases read as high complexity though each branch is trivial.
D2 Cognitive Complexity: Cognitive-complexity heuristics approximate how hard code is to follow; genuine domain difficulty and well-named intent that eases reading are not captured.
D3 God Classes: "God class" is sized by members and responsibilities visible in the type — a deliberately broad facade over a coherent subsystem can read the same as an accidental grab-bag. For front-end JS the file-length check is cohesion-aware (a single-responsibility module — one class/IIFE — earns a 3× threshold), but cohesion is approximated from top-level declarations, not true dependency structure.
D4 Code Duplication: Duplication is token-similarity (jscpd) — it finds copy-paste, not semantic duplication expressed differently. Committed machine-written code (scaffolded migrations, designer/codegen output, protobuf/OpenAPI stubs, model snapshots) is EXCLUDED — its repetition is the tool's, not the team's — so the score reflects hand-written duplication only.
D5 Coupling: Coupling is measured between projects/assemblies — runtime coupling through DI, reflection, messaging or shared databases is invisible to a static reference graph.
D6 Cohesion (LCOM4): LCOM4 cohesion is syntactic — it infers connectivity from which methods touch which fields/methods by name, not from real runtime behaviour or intent.
D8 Code Coverage: Coverage is measured by building and running the test suite inside Watchdog's isolated image — the target repo is never modified, and nothing on your systems runs. So coverage exists only when the suite builds and runs within the inline time budget; one that needs external services, can't build, or exceeds the budget yields no coverage (D8 then degrades to not-measured, not a low score). Line coverage also says nothing about assertion quality.
D9 Test Distribution: The test-pyramid shape is inferred from project/folder naming and references, with a single test host bucketed per-file by its path tier and content signals — a suite that names tiers unconventionally and gives no per-file signal can still be mis-bucketed.
D12 Dependency Hygiene: Dependency health reads manifests and lockfiles — a vulnerability in a vendored/copied dependency, or risk from how a dependency is actually used, is outside this view.
D13 Secret Scanning: Secret detection is signature- and entropy-based on the current tree — a secret that does not match a known pattern, or one already rotated, will not be flagged (a clean scan is "nothing matched", not "no secrets exist").
D15 Churn × Complexity Hotspots: Churn hotspots come from git history — a freshly imported or squashed repository has no churn signal, and recent rewrites can mask a historically risky file.
D17 Explicit Debt: Acknowledged-debt signals (TODO/FIXME, suppressions, dead code) are textual — undocumented debt that nobody marked, and debt that lives in design rather than annotations, is invisible. Committed machine-written code (scaffolded migrations, designer/codegen output, generated stubs) is excluded — it is never the team's dead code to delete.
D18 Solution Shape: Build integrity reflects whether the solution compiled in this environment — a build that needs a private feed, a specific SDK, or a generated file absent from the repo can read as broken when it is merely unreproducible here.
D19 Documentation Quality: Documentation quality is judged by an LLM over a bounded sample of docs — it reads what is written, not whether the docs match the running system, and it is advisory, not a measurement.
D21 Naming Consistency: Naming quality is an LLM judgement over a bounded sample — it assesses clarity/consistency of the names it sees, not domain-correctness, and is advisory.
D26 Project Cohesion: Project focus is sized from members/namespaces per project — a project that is broad by deliberate design reads the same as one that has sprawled.
D28 Secrets (history): Secret-history scanning sweeps the git log for known patterns — a secret that predates the available history, or never matched a signature, is not found (clean means "nothing matched in the history we can see").
D29 Static Analysis (SAST): SAST findings are pattern-based (semgrep) — it finds classes of bug it has rules for; logic flaws, auth/authorization gaps and issues needing runtime context are out of reach (and clean means "no rule matched").
D34 Knowledge Freshness: Freshness is decayed commit RECENCY, not comprehension — code read often but rarely committed reads as orphaned, and stable code that genuinely needs no changes is penalised the same as forgotten code; bot/squash commits distort it like the bus factor.
D35 Change Coupling: Change coupling is co-change in COMMITS — files split across separate commits, or coupled only through a shared config/build step, read as uncoupled, and a sweeping commit (rename/format) is excluded so it doesn't couple everything. It shows that files change together, not WHY: a high coupling can be a healthy cohesive pair as readily as a hidden leak.
M4 Documentation accuracy: Onboarding quality is an LLM read of the docs/setup present — it cannot run the onboarding or measure how long a real new joiner takes; the verdict is sampled and advisory.
P6 Release Hygiene: Rollback/observability controls are inferred from repo artefacts (pipelines, dashboards-as-code) — controls configured in external tooling, with no in-repo trace, cannot be credited.
The LLM boundary
LLM-set scores this run (3): D19, D21, M4 (model: Local LLM). For these, a model reads a bounded sample and sets the numeric score (documentation, ADR quality, naming, comment value, onboarding) — D25 sets the ADR-conformance fraction over sampled code, D22 judges API accuracy over a sample. These are sampled and advisory by design: they vary at the margins between runs and are never a deterministic measurement. Every other score in this report is tool-computed at confidence 1.0.
What it measures: How tangled the control flow is — methods with many branches are hard to test and change.
Method: Cyclomatic complexity per method (1 + decision points), computed exhaustively across production source; test projects separated by convention. Deterministic.
+ 31 more group(s) — more in Appendix A; the complete list is findings.md.
What to do
Resolve the 1 Miitopia_SE.readequipements (cyclomatic 326) finding(s) in Cyclomatic Complexity — start with Form1.vb. — One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 Miitopia_SE.readequipappearance (cyclomatic 326) finding(s) in Cyclomatic Complexity — start with Form1.vb. — One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 Miitopia_SE.Select_exp_warrior_SelectedIndexChanged (cyclomatic 51) finding(s) in Cyclomatic Complexity — start with Form1.vb. — One of this dimension's main actionable groups (1 warning-level).
Stand up a CI pipeline, then gate Cyclomatic Complexity in it to reach Verified (currently Documented). — This repository has no CI pipeline, so there is nothing to add a gate to yet — the pipeline comes first. Hardens enforcement from Documented toward Prevented — provenance only; does not change the score.
Detailed fixes: d1_recommendation.md · top locations in Appendix A, every location in findings.md.
What it measures: How hard the code is for a person to follow, beyond raw branching.
Method: Cognitive complexity per method (Sonar-style nesting-penalized score), computed exhaustively over production code, excluding test projects. Deterministic.
+ 32 more group(s) — more in Appendix A; the complete list is findings.md.
What to do
Resolve the 1 Miitopia_SE.readequipements (cognitive 386) finding(s) in Cognitive Complexity — start with Form1.vb. — One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 Miitopia_SE.readequipappearance (cognitive 386) finding(s) in Cognitive Complexity — start with Form1.vb. — One of this dimension's main actionable groups (1 warning-level).
Resolve the 1 Miitopia_SE.Select_exp_warrior_SelectedIndexChanged (cognitive 50) finding(s) in Cognitive Complexity — start with Form1.vb. — One of this dimension's main actionable groups (1 warning-level).
Stand up a CI pipeline, then gate Cognitive Complexity in it to reach Verified (currently Documented). — This repository has no CI pipeline, so there is nothing to add a gate to yet — the pipeline comes first. Hardens enforcement from Documented toward Prevented — provenance only; does not change the score.
Detailed fixes: d2_recommendation.md · top locations in Appendix A, every location in findings.md.
Do you agree with this assessment?
D3 · God Classes9.3 / 10Exemplary✓ Tool-verified
What it measures: Over-large classes that try to do too much ("god classes").
Method: God-class detection by line and method-count thresholds per logical type (partial classes unified), filtered for generated code and registration/contract false positives. Deterministic.
What it measures: Copy-pasted code that should be shared instead.
Method: Code duplication via token-stream sliding windows with type-aware normalization (locals masked, type names preserved), density-scored per KLoC of production code. Deterministic.
+ 10 more group(s) — more in Appendix A; the complete list is findings.md.
What to do
Resolve the 14 Duplicated block (8 lines × 12) finding(s) in Code Duplication — start with Form1.vb (14). — One of this dimension's main actionable groups (14 warning-level).
Resolve the 14 Duplicated block (6 lines × 16) finding(s) in Code Duplication — start with Form1.vb (14). — One of this dimension's main actionable groups (14 warning-level).
Resolve the 5 Duplicated block (9 lines × 2) finding(s) in Code Duplication — start with Form1.vb (5). — One of this dimension's main actionable groups (5 warning-level).
Stand up a CI pipeline, then gate Code Duplication in it to reach Verified (currently Documented). — This repository has no CI pipeline, so there is nothing to add a gate to yet — the pipeline comes first. Hardens enforcement from Documented toward Verified — provenance only; does not change the score.
Detailed fixes: d4_recommendation.md · top locations in Appendix A, every location in findings.md.
Do you agree with this assessment?
D5 · Coupling10.0 / 10Exemplary✓ Tool-verified
What it measures: Whether volatile projects sit underneath others that depend on them (so their churn ripples upward), and whether project dependencies form cycles. A widely-depended-on but stable shared/kernel project is healthy, not penalised.
Method: Dependency cycles via elementary-DFS over real .csproj references, plus Martin instability (afferent/efferent) per project. Exhaustive over the reference graph, deterministic.
Coverage: Exhaustive · type-level: afferent/efferent coupling + cycles computed over every production type — the population is all types, not a name convention.
What it measures: Whether a class's methods are focused on a single responsibility.
Method: LCOM4 cohesion per production class with at least two methods: connected components of methods sharing state or calls, computed syntactically. Deterministic, not a proxy.
Coverage: Exhaustive · type-level: LCOM4 cohesion computed over every production class — the population is all types, not a name convention.
What it measures: How much of the code is actually exercised by tests.
Method: Coverage from coverlet runs or committed reports (Cobertura/OpenCover/lcov), computed per-file with structured exclusions for generated, trivial, and glue code. When the suite can't be built/run in-image AND no report is committed, coverage is reported NOT-MEASURED (excluded from the score) with the precondition to make it measurable — never a LoC-ratio proxy folded in as if measured. Deterministic.
No automated tests — no test code was found in this repository.
No automated tests
What to do
Resolve the 1 No automated tests finding(s) in Code Coverage. — One of this dimension's main actionable groups (1 issue-level).
Stand up a CI pipeline, then gate Code Coverage in it to reach Verified (currently Documented). — This repository has no CI pipeline, so there is nothing to add a gate to yet — the pipeline comes first. Hardens enforcement from Documented toward Verified — provenance only; does not change the score.
Detailed fixes: d8_recommendation.md · top locations in Appendix A, every location in findings.md.
Do you agree with this assessment?
D9 · Test Distribution0.0 / 10Critical✓ Tool-verified
What it measures: Whether the test suite has a healthy mix of unit / integration / end-to-end tests.
Method: Test projects classified (Unit/Integration/BDD/E2E) from compiled metadata; test methods counted exhaustively across projects with placement-agnostic disk fallback. Deterministic.
What it measures: Whether dependencies are current, secure, and not bloated.
Method: Manifest scan via dotnet list package across all projects; worst-signal-per-package deduction (saturating for vulnerabilities, capped-linear for deprecation/outdated) per KLoC. Exhaustive, deterministic.
What it measures: Whether any secrets (keys, tokens, passwords) have leaked into the code.
Method: In-process native secret scanner (entropy plus signature patterns) across all tracked files; no external tool. A clean result is a measured 10, not no-data zero. Deterministic.
What it measures: Files that change often and are also complex — the riskiest hotspots.
Method: Per production file churn times cyclomatic complexity over a rolling window, computed from git and Roslyn/JS/Razor analysis. Exhaustive, deterministic per commit date.
What it measures: Acknowledged debt left in the code — TODOs, dead code, suppressed warnings.
Method: Roslyn syntactic debt markers (suppressions/TODO/FIXME/HACK/empty-catch/commented-code/Obsolete) plus SymbolFinder dead-code analysis; weighted-debt-per-KLoC density deducted 2.0x per unit. Deterministic, exhaustive.
What it measures: Whether the solution is laid out in a sensible, conventional structure.
Method: Solution structure: project count, decomposition, shell-project detection, build success (confirmed failures cap the score); traced to actual .sln files and binaries. Deterministic.
What it measures: Whether the project's documentation is clear, complete, and useful.
Method: Judged by language model at low temperature (0.0-0.1) on a deterministic doc sample (READMEs plus first 25 architecture docs), with two-pass stability filtering. Advisory, sampled.
The single README is a bare-bones guide for editing Miitopia save files: it shows the main screen with an image, lists steps to extract/save via homebrew, and lists features plus releases and a forum link. It contains no architecture or design documentation (no markdown docs) and no XML doc coverage, so its content is limited to the README alone.
Improve Documentation Quality — currently 2.0/10. — The single README is a bare-bones guide for editing Miitopia save files: it shows the main screen with an image, lists steps to extract/save via homebrew, and lists features plus releases and a forum link. It contains no architecture or design documentation (no markdown docs) and no XML doc coverage, so its content is limited to the README alone.
Detailed fixes: d19_recommendation.md · top locations in Appendix A, every location in findings.md.
What it measures: Whether names — types, methods, variables — are clear and consistent.
Method: Judged by language model at low temperature (0.0-0.1) on a deterministic random symbol sample (fixed size, not exhaustive), with disclosed confidence band. Advisory, sampled.
What it measures: Whether any secrets were ever committed — scanned across the full git history, not just now.
Method: Git-history secret scan via gitleaks detect over full history in an isolated checkout; each match flagged High. Exhaustive; degrades cleanly when tool absent.
What it measures: Real static-analysis (SAST) findings — likely security bugs in the code, any language.
Method: Polyglot static analysis via semgrep across the repo using the pinned, image-baked p/security-audit + p/owasp-top-ten rulesets (no scan-time registry fetch); severity rules (ERROR/WARNING/INFO) map to a full-band severity-weighted score. Exhaustive, deterministic; degrades on parse failure.
Coverage: semgrep pattern rules over all files — exhaustive for the rule set, blind to classes of bug without a rule (clean = no rule matched).
What it measures: Whether anyone still has living knowledge of each file, or it has been orphaned — last understood long ago by someone now gone quiet. The sibling of the bus factor: D16 asks who owns it, D34 asks whether anyone still knows it.
Method: File orphaning as total living-knowledge decay below one focused-commit's worth within a year, computed per-file from the D16 decay model. Exhaustive, deterministic over fixed history.
3 of 3 significant source file(s) are orphaned — their living knowledge has decayed to nothing, so no one currently understands them. The largest is Miitopia-Save-Editor/Form1.vb.
Resolve the 3 Orphaned knowledge finding(s) in Knowledge Freshness — start with Form1.vb, Grub_editor.vb, Repair_save.vb. — One of this dimension's main actionable groups (3 issue-level).
Detailed fixes: d34_recommendation.md · top locations in Appendix A, every location in findings.md.
What it measures: Whether files that change together actually belong together — pairs that repeatedly co-change in git history despite having no explicit code dependency, surfacing the hidden/logical coupling (and boundaries in the wrong place) a static scan can't see.
Method: Pairwise co-occurrence over the per-commit file sets in git history (production source only — tests and generated dropped): Degree-of-Coupling = shared ÷ min individual revisions, reported above noise floors (each file ≥10 revisions, ≥5 shared commits, ≥50% strength); sweeping commits excluded. Deterministic over fixed history.
Coverage: Population: PRODUCTION source files only — test and generated files are dropped before pairing, so a class co-changing with its own test (trivially ~100%) can't drown the real production↔production coupling. Pairs ranked by Degree-of-Coupling; coupling through a build step, config, or non-source file isn't seen.
Other · Code Health — Unreviewed-generation residue: shipped members still throwing NotImplementedException, and placeholder string literals left in non-test, non-generated code. Scored as a quality signature, never as a claim about authorship.
Method: Roslyn syntax scan: NotImplementedException throws and placeholder string literals in non-test, non-generated shipped code. Deterministic, code-shape signature.
Maturity · Maturity — Whether the repo and its projects have a README, and whether it's substantive and current.
Method: Filesystem scan: README presence, word count, and headings for depth; git history for staleness. Exhaustive across root and project dirs, deterministic.
The root README is 106 words — likely missing build/run/architecture context.
What to do
Expand the README with getting-started, architecture overview and a project map.
Add a build/run (quick start) section to the root README — the first thing a newcomer needs.
Add a 'Testing' section to the root README — how to run the test suite.
Add an 'Architecture' / 'How it works' section to the root README — the high-level shape.
Add a README to the 1 of 1 project(s) that lack one — worth up to 2 pts.
Maturity · Maturity — Whether key decisions (ADRs) and the high-level shape (C4/diagrams) are written down.
Method: Filesystem scan: ADR folder/naming conventions or content, plus Mermaid/PlantUML/C4/architecture.md discovery. Exhaustive, deterministic.
No Architecture Decision Records found — no conventional ADR directory, no `NNNN-title.md` documents and nothing ADR-shaped by content. Design rationale recorded elsewhere (a design-notes tree, a mailing list, pull-request discussion) is not visible to this check and is not re-findable per decision, so a future maintainer cannot ask why one choice was made and get an answer.
No C4/PlantUML/Mermaid diagram or architecture.md — the high-level shape isn't documented.
What to do
Record significant decisions one document per decision — dated, stating the context, the decision and its consequences — and keep them together wherever your design docs already live (a conventional `docs/adr/` tree with `NNNN-title.md` names is the most discoverable form).
Add a C4 context/container diagram (Structurizr, PlantUML or Mermaid) or an architecture.md overview.
Maturity · Maturity — Whether the repo is organised deliberately — src/test separation and consistent project naming.
Method: Filesystem scan: src/test folder separation and namespace-prefix consistency (majority RootNamespace agreement). Exhaustive across projects, deterministic.
Production code isn't grouped under a src/ folder — it all sits under Miitopia-Save-Editor/ alongside the root build files, so the conventional src/ boundary between the product and its tooling isn't drawn.
No test surface was found — there are no tests here to separate from production code, so the folder question hasn't been reached yet.
What to do
Group production code under src/ (or split deliberately, e.g. backend/ + frontend/) so production and tooling code aren't mixed at the root.
Start a test surface where your build system looks for one (tests/, test/, spec/, or your ecosystem's test source set) — the separation follows from putting the first tests in the right place.
Maturity · Maturity — Whether the README actually describes the code that exists (LLM-judged, advisory).
Method: Judged by language model at low temperature: README accuracy versus actual projects, within a disclosed tolerance. Advisory, not a measured number.
README omits the editor project itself
README omits the save-extraction/homebrew dependency chain
What to do
Reconcile the README with reality: README omits the editor project itself; README omits the save-extraction/homebrew dependency chain.
Do you agree with this assessment?
P1 · CI/CD gates0.0 / 10Critical✓ Tool-verified
Readiness · Readiness — Whether an automated pipeline builds and tests every change.
Method: Filesystem scan: CI workflow files (.github/workflows, .gitlab-ci.yml, etc.) for build and test stages. Exhaustive, deterministic.
No CI workflow found (.github/workflows, azure-pipelines.yml, .gitlab-ci.yml, …) — changes aren't gated by an automated build/test.
What to do
Add a CI workflow that builds and runs the test suite on every push/PR.
Readiness · Readiness — Whether SAST, secret/dependency scanning and performance benchmarking are wired in (presence, not runtime).
Method: Filesystem scan: SAST configuration, dependency-update automation, secret scanning, and a benchmark harness or benchmark step — in this repository's own ecosystem. Exhaustive, deterministic.
No static application security testing detected. For this repository's stack, add CodeQL's csharp pack (it analyses VB.NET too), or a security analyzer package (or `semgrep --config=auto`, which runs on any language) — this repository has no CI pipeline yet, so run it locally to clear the existing findings, then make it a step of the first workflow you add so a regression fails the build.
What to do
Run what this repository's stack ships: CodeQL's csharp pack (it analyses VB.NET too), or a security analyzer package — or `semgrep --config=auto`, which runs on any language — — locally for now, since there is no CI pipeline here yet, and as a step of the first workflow you add so a security regression fails the build instead of landing.
Enable Dependabot/Renovate or a dependency-review gate.
Add gitleaks/trufflehog in CI to block PRs that introduce committed secrets.
Readiness · Readiness — Whether releases are traceable — a maintained changelog and explicit version stamping.
Method: Filesystem scan: changelog file presence and version tags in csproj or git tags. Exhaustive, deterministic.
No CHANGELOG/HISTORY/RELEASES file — what shipped when isn't easy to reconstruct for support or audit. (Versioning/tagging makes releases traceable, but a changelog records the what.)
What to do
Keep a changelog (e.g. Keep-a-Changelog) recording what shipped in each release.
Do you agree with this assessment?
Reference — by lens
The score is the rank-weighted fold of these lenses (worst-heaviest), each including its meta-dimensions; a lens with a Critical contributor is capped at Fair (its band reads "gated by …") and is never the strongest area however high its average.
Not included — 65 check(s) not relevant to this codebase
These checks had nothing to measure here (no tests, no git history, the codebase is small, or the architecture style doesn't apply), so they're omitted above rather than scored low.
AC1 Text alternatives — No web markup found — accessibility is not applicable to this repository.
AC2 Forms & labels — No web markup found — accessibility is not applicable to this repository.
AC3 Page structure — No web markup found — accessibility is not applicable to this repository.
AC4 Keyboard semantics — No web markup found — accessibility is not applicable to this repository.
AC5 ARIA correctness — No web markup found — accessibility is not applicable to this repository.
AC6 Visual & motion safety — No web markup found — accessibility is not applicable to this repository.
AC7 A11y enforcement — No web markup found — accessibility is not applicable to this repository.
AX1 Captive dependencies — no DI registrations detected
AX10 Code composition — not assessed — code composition is computed by ROLE over a document set that was not loaded for this repository, because the repository is written in a language this check does not yet model, or because its projects failed to load. This is a gap in the analyzer, not a finding about this repository
AX2 Stateful singletons — no singleton implementations detected
AX3 Project dependency cycles — not assessed — project cycles and dependency direction are computed over a project-reference graph that was not loaded for this repository, because the repository is written in a language this check does not yet model, or because its projects failed to load. This is a gap in the analyzer, not a finding about this repository
AX4 Dependency direction — not assessed — project cycles and dependency direction are computed over a project-reference graph that was not loaded for this repository, because the repository is written in a language this check does not yet model, or because its projects failed to load. This is a gap in the analyzer, not a finding about this repository
AX5 Architecture & structure — no elaborate style needed at this size (~20k production LoC (12 types) across 1 project(s) / 3 namespace(s) with no recognised architectural style or layering — at this size, deliberate module boundaries would help.)
AX6 Interface segregation — no public interfaces
AX7 Slice cohesion — not applicable — not a vertical-slice architecture
AX8 Test isolation — not assessed — test isolation is computed from a project graph (which projects are test projects, and what they reference) that was not loaded for this repository, because the repository is written in a language this check does not yet model, or because its projects failed to load. This is a gap in the analyzer, not a finding about this repository
AX9 CQS / query purity — no CQRS query handlers detected — query purity is not applicable to this codebase
C1 Data Protection — Not assessed: these personal data controls are read from a source model (declarative annotations, request middleware, entity/column names, guard methods) that was not loaded for this repository — because the repository is written in a language this check does not yet model, or because its projects failed to load. Absence of an idiom this check recognises is NOT evidence that this repository lacks personal data controls: it may implement them entirely in its own ecosystem. This is a gap in the analyzer's language coverage, not a finding about this repository.
C2 Access Controls — Not assessed: these authorization controls are read from a source model (declarative annotations, request middleware, entity/column names, guard methods) that was not loaded for this repository — because the repository is written in a language this check does not yet model, or because its projects failed to load. Absence of an idiom this check recognises is NOT evidence that this repository lacks authorization controls: it may implement them entirely in its own ecosystem. This is a gap in the analyzer's language coverage, not a finding about this repository.
C3 Audit Trail — Not assessed: these audit controls are read from a source model (declarative annotations, request middleware, entity/column names, guard methods) that was not loaded for this repository — because the repository is written in a language this check does not yet model, or because its projects failed to load. Absence of an idiom this check recognises is NOT evidence that this repository lacks audit controls: it may implement them entirely in its own ecosystem. This is a gap in the analyzer's language coverage, not a finding about this repository.
C4 Data Retention — Not assessed: these retention controls are read from a source model (declarative annotations, request middleware, entity/column names, guard methods) that was not loaded for this repository — because the repository is written in a language this check does not yet model, or because its projects failed to load. Absence of an idiom this check recognises is NOT evidence that this repository lacks retention controls: it may implement them entirely in its own ecosystem. This is a gap in the analyzer's language coverage, not a finding about this repository.
C5 Data-Subject Rights — Not assessed: these data-subject rights controls are read from a source model (declarative annotations, request middleware, entity/column names, guard methods) that was not loaded for this repository — because the repository is written in a language this check does not yet model, or because its projects failed to load. Absence of an idiom this check recognises is NOT evidence that this repository lacks data-subject rights controls: it may implement them entirely in its own ecosystem. This is a gap in the analyzer's language coverage, not a finding about this repository.
D10 Test Quality — No tests were found in the analyzed repository to assess for quality.
D11 Test Reliability — Test reliability not included
D14 License Compliance — license scan produced no result — the tool ran but its JSON output could not be parsed; the offline NuGet fallback resolved nothing
D16 Bus Factor — dormant codebase — no living knowledge left to concentrate
D20 ADR Quality — N/A — ADRs are expected on deployable products with a user-facing host, not consumed libraries; no ADR log is required here.
D22 Internal API Consistency — No exposed public API
D23 Boundary Type-Coupling — At only 20k LoC in a single project the codebase is trivially small despite the absence of declared bounded contexts.
D24 Comment Value — No inline comments to assess — comment value is not applicable here.
D25 ADR Conformance — no ADRs to check
D27 Navigability — symbol resolution incomplete — navigability not assessed
D30 Dependency Vulnerabilities — `dotnet list package --vulnerable` could not read this solution's dependency graph — it reported an error for at least one project and returned no package data at all (typically a packages.config / non-PackageReference project, which the command cannot read; classic .NET Framework projects are packages.config by default). No packages could be enumerated, so there was nothing to scan for NuGet CVEs — excluded rather than scored, because an unreadable dependency graph is not a clean one; migrate the project(s) to PackageReference to enable this scan
D31 IaC & Container Security — No Infrastructure-as-Code or container manifests found (Dockerfile, Terraform, Kubernetes/Helm, CloudFormation); nothing to scan.
D32 Data Compliance (PII/GDPR) — Data compliance (PII/GDPR) was not assessed in this scan — no ruleset is currently available for it. This says nothing about how this repository handles personal data, in either direction.
D33 JS/npm Dependency Vulnerabilities — No JS/npm manifest or lockfile found outside build output (package.json, package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb); no JS dependencies to scan.
D36 Supply-chain Provenance & Signing — No CI/build pipeline found (.github/.forgejo/.gitea workflows, .gitlab-ci.yml, azure-pipelines*.yml, .pipelines/, .vsts-ci/, Jenkinsfile, .circleci); there is no build to attest provenance for.
D37 Vulnerability-disclosure Policy — No vulnerability-disclosure policy file found (SECURITY.md/.markdown/.rst/.txt at root or under .github/.forgejo/.gitea/docs, .well-known/security.txt). A coordinated-disclosure policy may live off-repo, so this is not evidenced rather than failed.
D38 OSV Dependency Vulnerabilities — No supported non-.NET dependency lockfile found outside build output (npm package-lock/yarn/pnpm/bun, Go go.mod, Rust Cargo.lock, Maven pom.xml, Gradle lockfiles, Python requirements.txt/poetry.lock/Pipfile.lock/pdm.lock, PHP composer.lock, Ruby Gemfile.lock, Elixir mix.lock, Dart pubspec.lock, Swift Package.resolved); nothing for OSV to scan. A NuGet-only repo stays NotApplicable — .NET CVEs are D30's domain.
D39 IL Efficiency — The target did not build, so no IL was available to measure.
D40 Network Egress Confinement — No Kubernetes/orchestration workloads found in the repository manifests; network egress policy is a cluster-native control that may live at the platform/firewall layer, so there is nothing to assess here.
D41 Kernel & Syscall Confinement — No Kubernetes/orchestration workloads found in the repository manifests; seccomp/AppArmor/SELinux confinement is a workload-level control, so there is nothing to assess here.
D42 Runtime Threat Enforcement — No Kubernetes/orchestration workloads found in the repository manifests; runtime threat-detection and admission-control policy are cluster-level controls, so there is nothing to assess here.
D7 Architectural Integrity — no checkable ADRs, and no MSBuild project graph for the cycle pass to read — so this dimension makes no claim about dependency cycles in either direction (where this repository's language has an import-cycle lens, cycles are reported there). Architectural integrity not assessed
DM1 Domain Modelling — not scored — this repository shows none of the 3 signals this check looks for
ED1 Event-Driven — not scored — this repository shows none of the 3 signals this check looks for
ED5 Idempotency — no mutating command handlers or message consumers detected — idempotency check not applicable
ES1 Event Sourcing — not scored — this repository shows none of the 3 signals this check looks for
IC1 Incompleteness & stubs — not analysed — these correctness checks read a source model that was not loaded for this repository, because the repository is written in a language this check does not yet model, or because its projects failed to load. This is a gap in the analyzer, not a finding about this repository
P12 CI test-gate honesty — no CI workflow found
P2 Observability — Observability was not assessed: this check reads a source model that does not carry this repository's product — because the repository is written in a language this check does not yet model, or because its projects failed to load. Absence of a logging idiom this check recognises is NOT evidence that this repo lacks structured logging (it may log through its own ecosystem's logger). This is a gap in the analyzer, not a finding about this repository.
P4 Deployment & Rollback — not evidenced — no deploy/rollback/approval signal in the repo; absence of evidence is not evidence of a manual release
P5 DR & Backup — not evidenced — repo shows no backup/RTO/RPO controls; absence of evidence is not evidence of a working control
P7 Outbound HTTP resilience — not applicable — this isn't a service/API/worker
P8 Schema migrations — no EF Core usage detected
P9 Domain vs controller coverage — no coverage report found on disk — produce a coverage report in a standard format (Cobertura — `dotnet test --collect:"XPlat Code Coverage"` with a `coverlet.collector` PackageReference) into the repo working tree before the scan — a CI step is the usual place, since the artefact is commonly gitignored, or wire coverage collection into CI, to enable this cross-layer check
PF1 Benchmark discipline — Performance was not assessed: this lens reads a source model that was not loaded for this repository, because the repository is written in a language this lens does not yet model or because its projects failed to load. This is a gap in the analyzer, not a finding about this repository — in particular it is NOT a statement that this repo is unpackaged or performance-careless.
PF2 Allocation hygiene — Performance was not assessed: this lens reads a source model that was not loaded for this repository, because the repository is written in a language this lens does not yet model or because its projects failed to load. This is a gap in the analyzer, not a finding about this repository — in particular it is NOT a statement that this repo is unpackaged or performance-careless.
PF3 Async & latency hygiene — Performance was not assessed: this lens reads a source model that was not loaded for this repository, because the repository is written in a language this lens does not yet model or because its projects failed to load. This is a gap in the analyzer, not a finding about this repository — in particular it is NOT a statement that this repo is unpackaged or performance-careless.
S1 Web-Security Posture — Not assessed: these web-security controls are read from a source model (declarative annotations, request middleware, entity/column names, guard methods) that was not loaded for this repository — because the repository is written in a language this check does not yet model, or because its projects failed to load. Absence of an idiom this check recognises is NOT evidence that this repository lacks web-security controls: it may implement them entirely in its own ecosystem. This is a gap in the analyzer's language coverage, not a finding about this repository.
X1 Async correctness — not analysed — these correctness checks read a source model that was not loaded for this repository, because the repository is written in a language this check does not yet model, or because its projects failed to load. This is a gap in the analyzer, not a finding about this repository
X2 Cancellation propagation — not analysed — these correctness checks read a source model that was not loaded for this repository, because the repository is written in a language this check does not yet model, or because its projects failed to load. This is a gap in the analyzer, not a finding about this repository
X3 Exception handling — not analysed — these correctness checks read a source model that was not loaded for this repository, because the repository is written in a language this check does not yet model, or because its projects failed to load. This is a gap in the analyzer, not a finding about this repository
X4 Structured logging — not analysed — these correctness checks read a source model that was not loaded for this repository, because the repository is written in a language this check does not yet model, or because its projects failed to load. This is a gap in the analyzer, not a finding about this repository
X5 Nullable reference types — not analysed — these correctness checks read a source model that was not loaded for this repository, because the repository is written in a language this check does not yet model, or because its projects failed to load. This is a gap in the analyzer, not a finding about this repository
Appendix A — Findings (grouped)
The findings behind the scores, grouped by severity, then by dimension and kind. The high-severity issues are enumerated in full below; items per group are capped at 25 with any overflow stated explicitly per group, never silently truncated. The complete machine-readable list of every finding (all severities) is the companion findings.md in this report's bundle.
EmptyCatchBlock Miitopia-Save-Editor/Form1.vb:7447— empty catch block — the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or — where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure — write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow ("ignored", "do nothing") is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row.
EmptyCatchBlock Miitopia-Save-Editor/Form1.vb:7524— empty catch block — the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or — where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure — write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow ("ignored", "do nothing") is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row.
EmptyCatchBlock Miitopia-Save-Editor/Form1.vb:7757— empty catch block — the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or — where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure — write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow ("ignored", "do nothing") is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row.
EmptyCatchBlock Miitopia-Save-Editor/Form1.vb:7937— empty catch block — the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or — where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure — write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow ("ignored", "do nothing") is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row.
EmptyCatchBlock Miitopia-Save-Editor/Grub_editor.vb:415— empty catch block — the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or — where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure — write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow ("ignored", "do nothing") is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row.
EmptyCatchBlock Miitopia-Save-Editor/Repair_save.vb:110— empty catch block — the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or — where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure — write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow ("ignored", "do nothing") is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row.
EmptyCatchBlock Miitopia-Save-Editor/Repair_save.vb:213— empty catch block — the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or — where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure — write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow ("ignored", "do nothing") is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row.
EmptyCatchBlock Miitopia-Save-Editor/Repair_save.vb:316— empty catch block — the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or — where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure — write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow ("ignored", "do nothing") is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row.
Orphaned knowledge Miitopia-Save-Editor/Form1.vb— No living knowledge remains for this large file — its last meaningful change has decayed away; if it breaks, no one currently understands it. Schedule a read-through / add characterisation tests before it bites.
Orphaned knowledge Miitopia-Save-Editor/Grub_editor.vb— No living knowledge remains for this large file — its last meaningful change has decayed away; if it breaks, no one currently understands it. Schedule a read-through / add characterisation tests before it bites.
Orphaned knowledge Miitopia-Save-Editor/Repair_save.vb— No living knowledge remains for this large file — its last meaningful change has decayed away; if it breaks, no one currently understands it. Schedule a read-through / add characterisation tests before it bites.
Duplicated block (8 lines × 12) Miitopia-Save-Editor/Form1.vb:14383— Miitopia-Save-Editor/Form1.vb:14383-14390 | Miitopia-Save-Editor/Form1.vb:14391-14398 | Miitopia-Save-Editor/Form1.vb:14399-14406 | Miitopia-Save-Editor/Form1.vb:14407-14414 | Miitopia-Save-Editor/Form1.vb:14415-14422 | Miitopia-Save-Editor/Form1.vb:14423-14430 | Miitopia-Save-Editor/Form1.vb:14431-14438 | Miitopia-Save-Editor/Form1.vb:14439-14446 | Miitopia-Save-Editor/Form1.vb:14447-14454 | Miitopia-Save-Editor/Form1.vb:14455-14462 | Miitopia-Save-Editor/Form1.vb:14463-14470 | Miitopia-Save-Editor/Form1.vb:14471-14478 — all 12 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 12) Miitopia-Save-Editor/Form1.vb:14487— Miitopia-Save-Editor/Form1.vb:14487-14494 | Miitopia-Save-Editor/Form1.vb:14495-14502 | Miitopia-Save-Editor/Form1.vb:14503-14510 | Miitopia-Save-Editor/Form1.vb:14511-14518 | Miitopia-Save-Editor/Form1.vb:14519-14526 | Miitopia-Save-Editor/Form1.vb:14527-14534 | Miitopia-Save-Editor/Form1.vb:14535-14542 | Miitopia-Save-Editor/Form1.vb:14543-14550 | Miitopia-Save-Editor/Form1.vb:14551-14558 | Miitopia-Save-Editor/Form1.vb:14559-14566 | Miitopia-Save-Editor/Form1.vb:14567-14574 | Miitopia-Save-Editor/Form1.vb:14575-14582 — all 12 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 12) Miitopia-Save-Editor/Form1.vb:14591— Miitopia-Save-Editor/Form1.vb:14591-14598 | Miitopia-Save-Editor/Form1.vb:14599-14606 | Miitopia-Save-Editor/Form1.vb:14607-14614 | Miitopia-Save-Editor/Form1.vb:14615-14622 | Miitopia-Save-Editor/Form1.vb:14623-14630 | Miitopia-Save-Editor/Form1.vb:14631-14638 | Miitopia-Save-Editor/Form1.vb:14639-14646 | Miitopia-Save-Editor/Form1.vb:14647-14654 | Miitopia-Save-Editor/Form1.vb:14655-14662 | Miitopia-Save-Editor/Form1.vb:14663-14670 | Miitopia-Save-Editor/Form1.vb:14671-14678 | Miitopia-Save-Editor/Form1.vb:14679-14686 — all 12 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 12) Miitopia-Save-Editor/Form1.vb:14695— Miitopia-Save-Editor/Form1.vb:14695-14702 | Miitopia-Save-Editor/Form1.vb:14703-14710 | Miitopia-Save-Editor/Form1.vb:14711-14718 | Miitopia-Save-Editor/Form1.vb:14719-14726 | Miitopia-Save-Editor/Form1.vb:14727-14734 | Miitopia-Save-Editor/Form1.vb:14735-14742 | Miitopia-Save-Editor/Form1.vb:14743-14750 | Miitopia-Save-Editor/Form1.vb:14751-14758 | Miitopia-Save-Editor/Form1.vb:14759-14766 | Miitopia-Save-Editor/Form1.vb:14767-14774 | Miitopia-Save-Editor/Form1.vb:14775-14782 | Miitopia-Save-Editor/Form1.vb:14783-14790 — all 12 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 12) Miitopia-Save-Editor/Form1.vb:14799— Miitopia-Save-Editor/Form1.vb:14799-14806 | Miitopia-Save-Editor/Form1.vb:14807-14814 | Miitopia-Save-Editor/Form1.vb:14815-14822 | Miitopia-Save-Editor/Form1.vb:14823-14830 | Miitopia-Save-Editor/Form1.vb:14831-14838 | Miitopia-Save-Editor/Form1.vb:14839-14846 | Miitopia-Save-Editor/Form1.vb:14847-14854 | Miitopia-Save-Editor/Form1.vb:14855-14862 | Miitopia-Save-Editor/Form1.vb:14863-14870 | Miitopia-Save-Editor/Form1.vb:14871-14878 | Miitopia-Save-Editor/Form1.vb:14879-14886 | Miitopia-Save-Editor/Form1.vb:14887-14894 — all 12 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 12) Miitopia-Save-Editor/Form1.vb:14903— Miitopia-Save-Editor/Form1.vb:14903-14910 | Miitopia-Save-Editor/Form1.vb:14911-14918 | Miitopia-Save-Editor/Form1.vb:14919-14926 | Miitopia-Save-Editor/Form1.vb:14927-14934 | Miitopia-Save-Editor/Form1.vb:14935-14942 | Miitopia-Save-Editor/Form1.vb:14943-14950 | Miitopia-Save-Editor/Form1.vb:14951-14958 | Miitopia-Save-Editor/Form1.vb:14959-14966 | Miitopia-Save-Editor/Form1.vb:14967-14974 | Miitopia-Save-Editor/Form1.vb:14975-14982 | Miitopia-Save-Editor/Form1.vb:14983-14990 | Miitopia-Save-Editor/Form1.vb:14991-14998 — all 12 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 12) Miitopia-Save-Editor/Form1.vb:15007— Miitopia-Save-Editor/Form1.vb:15007-15014 | Miitopia-Save-Editor/Form1.vb:15015-15022 | Miitopia-Save-Editor/Form1.vb:15023-15030 | Miitopia-Save-Editor/Form1.vb:15031-15038 | Miitopia-Save-Editor/Form1.vb:15039-15046 | Miitopia-Save-Editor/Form1.vb:15047-15054 | Miitopia-Save-Editor/Form1.vb:15055-15062 | Miitopia-Save-Editor/Form1.vb:15063-15070 | Miitopia-Save-Editor/Form1.vb:15071-15078 | Miitopia-Save-Editor/Form1.vb:15079-15086 | Miitopia-Save-Editor/Form1.vb:15087-15094 | Miitopia-Save-Editor/Form1.vb:15095-15102 — all 12 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 12) Miitopia-Save-Editor/Form1.vb:15111— Miitopia-Save-Editor/Form1.vb:15111-15118 | Miitopia-Save-Editor/Form1.vb:15119-15126 | Miitopia-Save-Editor/Form1.vb:15127-15134 | Miitopia-Save-Editor/Form1.vb:15135-15142 | Miitopia-Save-Editor/Form1.vb:15143-15150 | Miitopia-Save-Editor/Form1.vb:15151-15158 | Miitopia-Save-Editor/Form1.vb:15159-15166 | Miitopia-Save-Editor/Form1.vb:15167-15174 | Miitopia-Save-Editor/Form1.vb:15175-15182 | Miitopia-Save-Editor/Form1.vb:15183-15190 | Miitopia-Save-Editor/Form1.vb:15191-15198 | Miitopia-Save-Editor/Form1.vb:15199-15206 — all 12 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 12) Miitopia-Save-Editor/Form1.vb:15215— Miitopia-Save-Editor/Form1.vb:15215-15222 | Miitopia-Save-Editor/Form1.vb:15223-15230 | Miitopia-Save-Editor/Form1.vb:15231-15238 | Miitopia-Save-Editor/Form1.vb:15239-15246 | Miitopia-Save-Editor/Form1.vb:15247-15254 | Miitopia-Save-Editor/Form1.vb:15255-15262 | Miitopia-Save-Editor/Form1.vb:15263-15270 | Miitopia-Save-Editor/Form1.vb:15271-15278 | Miitopia-Save-Editor/Form1.vb:15279-15286 | Miitopia-Save-Editor/Form1.vb:15287-15294 | Miitopia-Save-Editor/Form1.vb:15295-15302 | Miitopia-Save-Editor/Form1.vb:15303-15310 — all 12 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 12) Miitopia-Save-Editor/Form1.vb:15319— Miitopia-Save-Editor/Form1.vb:15319-15326 | Miitopia-Save-Editor/Form1.vb:15327-15334 | Miitopia-Save-Editor/Form1.vb:15335-15342 | Miitopia-Save-Editor/Form1.vb:15343-15350 | Miitopia-Save-Editor/Form1.vb:15351-15358 | Miitopia-Save-Editor/Form1.vb:15359-15366 | Miitopia-Save-Editor/Form1.vb:15367-15374 | Miitopia-Save-Editor/Form1.vb:15375-15382 | Miitopia-Save-Editor/Form1.vb:15383-15390 | Miitopia-Save-Editor/Form1.vb:15391-15398 | Miitopia-Save-Editor/Form1.vb:15399-15406 | Miitopia-Save-Editor/Form1.vb:15407-15414 — all 12 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 12) Miitopia-Save-Editor/Form1.vb:15423— Miitopia-Save-Editor/Form1.vb:15423-15430 | Miitopia-Save-Editor/Form1.vb:15431-15438 | Miitopia-Save-Editor/Form1.vb:15439-15446 | Miitopia-Save-Editor/Form1.vb:15447-15454 | Miitopia-Save-Editor/Form1.vb:15455-15462 | Miitopia-Save-Editor/Form1.vb:15463-15470 | Miitopia-Save-Editor/Form1.vb:15471-15478 | Miitopia-Save-Editor/Form1.vb:15479-15486 | Miitopia-Save-Editor/Form1.vb:15487-15494 | Miitopia-Save-Editor/Form1.vb:15495-15502 | Miitopia-Save-Editor/Form1.vb:15503-15510 | Miitopia-Save-Editor/Form1.vb:15511-15518 — all 12 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 12) Miitopia-Save-Editor/Form1.vb:15527— Miitopia-Save-Editor/Form1.vb:15527-15534 | Miitopia-Save-Editor/Form1.vb:15535-15542 | Miitopia-Save-Editor/Form1.vb:15543-15550 | Miitopia-Save-Editor/Form1.vb:15551-15558 | Miitopia-Save-Editor/Form1.vb:15559-15566 | Miitopia-Save-Editor/Form1.vb:15567-15574 | Miitopia-Save-Editor/Form1.vb:15575-15582 | Miitopia-Save-Editor/Form1.vb:15583-15590 | Miitopia-Save-Editor/Form1.vb:15591-15598 | Miitopia-Save-Editor/Form1.vb:15599-15606 | Miitopia-Save-Editor/Form1.vb:15607-15614 | Miitopia-Save-Editor/Form1.vb:15615-15622 — all 12 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 12) Miitopia-Save-Editor/Form1.vb:15631— Miitopia-Save-Editor/Form1.vb:15631-15638 | Miitopia-Save-Editor/Form1.vb:15639-15646 | Miitopia-Save-Editor/Form1.vb:15647-15654 | Miitopia-Save-Editor/Form1.vb:15655-15662 | Miitopia-Save-Editor/Form1.vb:15663-15670 | Miitopia-Save-Editor/Form1.vb:15671-15678 | Miitopia-Save-Editor/Form1.vb:15679-15686 | Miitopia-Save-Editor/Form1.vb:15687-15694 | Miitopia-Save-Editor/Form1.vb:15695-15702 | Miitopia-Save-Editor/Form1.vb:15703-15710 | Miitopia-Save-Editor/Form1.vb:15711-15718 | Miitopia-Save-Editor/Form1.vb:15719-15726 — all 12 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 12) Miitopia-Save-Editor/Form1.vb:15735— Miitopia-Save-Editor/Form1.vb:15735-15742 | Miitopia-Save-Editor/Form1.vb:15743-15750 | Miitopia-Save-Editor/Form1.vb:15751-15758 | Miitopia-Save-Editor/Form1.vb:15759-15766 | Miitopia-Save-Editor/Form1.vb:15767-15774 | Miitopia-Save-Editor/Form1.vb:15775-15782 | Miitopia-Save-Editor/Form1.vb:15783-15790 | Miitopia-Save-Editor/Form1.vb:15791-15798 | Miitopia-Save-Editor/Form1.vb:15799-15806 | Miitopia-Save-Editor/Form1.vb:15807-15814 | Miitopia-Save-Editor/Form1.vb:15815-15822 | Miitopia-Save-Editor/Form1.vb:15823-15830 — all 12 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (6 lines × 16) Miitopia-Save-Editor/Form1.vb:15839— Miitopia-Save-Editor/Form1.vb:15839-15844 | Miitopia-Save-Editor/Form1.vb:15845-15850 | Miitopia-Save-Editor/Form1.vb:15851-15856 | Miitopia-Save-Editor/Form1.vb:15857-15862 | Miitopia-Save-Editor/Form1.vb:15863-15868 | Miitopia-Save-Editor/Form1.vb:15869-15874 | Miitopia-Save-Editor/Form1.vb:15875-15880 | Miitopia-Save-Editor/Form1.vb:15881-15886 | Miitopia-Save-Editor/Form1.vb:15887-15892 | Miitopia-Save-Editor/Form1.vb:15893-15898 | Miitopia-Save-Editor/Form1.vb:15899-15904 | Miitopia-Save-Editor/Form1.vb:15905-15910 | Miitopia-Save-Editor/Form1.vb:15911-15916 | Miitopia-Save-Editor/Form1.vb:15917-15922 | Miitopia-Save-Editor/Form1.vb:15923-15928 | Miitopia-Save-Editor/Form1.vb:15929-15934 — all 16 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (6 lines × 16) Miitopia-Save-Editor/Form1.vb:15943— Miitopia-Save-Editor/Form1.vb:15943-15948 | Miitopia-Save-Editor/Form1.vb:15949-15954 | Miitopia-Save-Editor/Form1.vb:15955-15960 | Miitopia-Save-Editor/Form1.vb:15961-15966 | Miitopia-Save-Editor/Form1.vb:15967-15972 | Miitopia-Save-Editor/Form1.vb:15973-15978 | Miitopia-Save-Editor/Form1.vb:15979-15984 | Miitopia-Save-Editor/Form1.vb:15985-15990 | Miitopia-Save-Editor/Form1.vb:15991-15996 | Miitopia-Save-Editor/Form1.vb:15997-16002 | Miitopia-Save-Editor/Form1.vb:16003-16008 | Miitopia-Save-Editor/Form1.vb:16009-16014 | Miitopia-Save-Editor/Form1.vb:16015-16020 | Miitopia-Save-Editor/Form1.vb:16021-16026 | Miitopia-Save-Editor/Form1.vb:16027-16032 | Miitopia-Save-Editor/Form1.vb:16033-16038 — all 16 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (6 lines × 16) Miitopia-Save-Editor/Form1.vb:16047— Miitopia-Save-Editor/Form1.vb:16047-16052 | Miitopia-Save-Editor/Form1.vb:16053-16058 | Miitopia-Save-Editor/Form1.vb:16059-16064 | Miitopia-Save-Editor/Form1.vb:16065-16070 | Miitopia-Save-Editor/Form1.vb:16071-16076 | Miitopia-Save-Editor/Form1.vb:16077-16082 | Miitopia-Save-Editor/Form1.vb:16083-16088 | Miitopia-Save-Editor/Form1.vb:16089-16094 | Miitopia-Save-Editor/Form1.vb:16095-16100 | Miitopia-Save-Editor/Form1.vb:16101-16106 | Miitopia-Save-Editor/Form1.vb:16107-16112 | Miitopia-Save-Editor/Form1.vb:16113-16118 | Miitopia-Save-Editor/Form1.vb:16119-16124 | Miitopia-Save-Editor/Form1.vb:16125-16130 | Miitopia-Save-Editor/Form1.vb:16131-16136 | Miitopia-Save-Editor/Form1.vb:16137-16142 — all 16 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (6 lines × 16) Miitopia-Save-Editor/Form1.vb:16151— Miitopia-Save-Editor/Form1.vb:16151-16156 | Miitopia-Save-Editor/Form1.vb:16157-16162 | Miitopia-Save-Editor/Form1.vb:16163-16168 | Miitopia-Save-Editor/Form1.vb:16169-16174 | Miitopia-Save-Editor/Form1.vb:16175-16180 | Miitopia-Save-Editor/Form1.vb:16181-16186 | Miitopia-Save-Editor/Form1.vb:16187-16192 | Miitopia-Save-Editor/Form1.vb:16193-16198 | Miitopia-Save-Editor/Form1.vb:16199-16204 | Miitopia-Save-Editor/Form1.vb:16205-16210 | Miitopia-Save-Editor/Form1.vb:16211-16216 | Miitopia-Save-Editor/Form1.vb:16217-16222 | Miitopia-Save-Editor/Form1.vb:16223-16228 | Miitopia-Save-Editor/Form1.vb:16229-16234 | Miitopia-Save-Editor/Form1.vb:16235-16240 | Miitopia-Save-Editor/Form1.vb:16241-16246 — all 16 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (6 lines × 16) Miitopia-Save-Editor/Form1.vb:16255— Miitopia-Save-Editor/Form1.vb:16255-16260 | Miitopia-Save-Editor/Form1.vb:16261-16266 | Miitopia-Save-Editor/Form1.vb:16267-16272 | Miitopia-Save-Editor/Form1.vb:16273-16278 | Miitopia-Save-Editor/Form1.vb:16279-16284 | Miitopia-Save-Editor/Form1.vb:16285-16290 | Miitopia-Save-Editor/Form1.vb:16291-16296 | Miitopia-Save-Editor/Form1.vb:16297-16302 | Miitopia-Save-Editor/Form1.vb:16303-16308 | Miitopia-Save-Editor/Form1.vb:16309-16314 | Miitopia-Save-Editor/Form1.vb:16315-16320 | Miitopia-Save-Editor/Form1.vb:16321-16326 | Miitopia-Save-Editor/Form1.vb:16327-16332 | Miitopia-Save-Editor/Form1.vb:16333-16338 | Miitopia-Save-Editor/Form1.vb:16339-16344 | Miitopia-Save-Editor/Form1.vb:16345-16350 — all 16 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (6 lines × 16) Miitopia-Save-Editor/Form1.vb:16359— Miitopia-Save-Editor/Form1.vb:16359-16364 | Miitopia-Save-Editor/Form1.vb:16365-16370 | Miitopia-Save-Editor/Form1.vb:16371-16376 | Miitopia-Save-Editor/Form1.vb:16377-16382 | Miitopia-Save-Editor/Form1.vb:16383-16388 | Miitopia-Save-Editor/Form1.vb:16389-16394 | Miitopia-Save-Editor/Form1.vb:16395-16400 | Miitopia-Save-Editor/Form1.vb:16401-16406 | Miitopia-Save-Editor/Form1.vb:16407-16412 | Miitopia-Save-Editor/Form1.vb:16413-16418 | Miitopia-Save-Editor/Form1.vb:16419-16424 | Miitopia-Save-Editor/Form1.vb:16425-16430 | Miitopia-Save-Editor/Form1.vb:16431-16436 | Miitopia-Save-Editor/Form1.vb:16437-16442 | Miitopia-Save-Editor/Form1.vb:16443-16448 | Miitopia-Save-Editor/Form1.vb:16449-16454 — all 16 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (6 lines × 16) Miitopia-Save-Editor/Form1.vb:16463— Miitopia-Save-Editor/Form1.vb:16463-16468 | Miitopia-Save-Editor/Form1.vb:16469-16474 | Miitopia-Save-Editor/Form1.vb:16475-16480 | Miitopia-Save-Editor/Form1.vb:16481-16486 | Miitopia-Save-Editor/Form1.vb:16487-16492 | Miitopia-Save-Editor/Form1.vb:16493-16498 | Miitopia-Save-Editor/Form1.vb:16499-16504 | Miitopia-Save-Editor/Form1.vb:16505-16510 | Miitopia-Save-Editor/Form1.vb:16511-16516 | Miitopia-Save-Editor/Form1.vb:16517-16522 | Miitopia-Save-Editor/Form1.vb:16523-16528 | Miitopia-Save-Editor/Form1.vb:16529-16534 | Miitopia-Save-Editor/Form1.vb:16535-16540 | Miitopia-Save-Editor/Form1.vb:16541-16546 | Miitopia-Save-Editor/Form1.vb:16547-16552 | Miitopia-Save-Editor/Form1.vb:16553-16558 — all 16 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (6 lines × 16) Miitopia-Save-Editor/Form1.vb:16567— Miitopia-Save-Editor/Form1.vb:16567-16572 | Miitopia-Save-Editor/Form1.vb:16573-16578 | Miitopia-Save-Editor/Form1.vb:16579-16584 | Miitopia-Save-Editor/Form1.vb:16585-16590 | Miitopia-Save-Editor/Form1.vb:16591-16596 | Miitopia-Save-Editor/Form1.vb:16597-16602 | Miitopia-Save-Editor/Form1.vb:16603-16608 | Miitopia-Save-Editor/Form1.vb:16609-16614 | Miitopia-Save-Editor/Form1.vb:16615-16620 | Miitopia-Save-Editor/Form1.vb:16621-16626 | Miitopia-Save-Editor/Form1.vb:16627-16632 | Miitopia-Save-Editor/Form1.vb:16633-16638 | Miitopia-Save-Editor/Form1.vb:16639-16644 | Miitopia-Save-Editor/Form1.vb:16645-16650 | Miitopia-Save-Editor/Form1.vb:16651-16656 | Miitopia-Save-Editor/Form1.vb:16657-16662 — all 16 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (6 lines × 16) Miitopia-Save-Editor/Form1.vb:16671— Miitopia-Save-Editor/Form1.vb:16671-16676 | Miitopia-Save-Editor/Form1.vb:16677-16682 | Miitopia-Save-Editor/Form1.vb:16683-16688 | Miitopia-Save-Editor/Form1.vb:16689-16694 | Miitopia-Save-Editor/Form1.vb:16695-16700 | Miitopia-Save-Editor/Form1.vb:16701-16706 | Miitopia-Save-Editor/Form1.vb:16707-16712 | Miitopia-Save-Editor/Form1.vb:16713-16718 | Miitopia-Save-Editor/Form1.vb:16719-16724 | Miitopia-Save-Editor/Form1.vb:16725-16730 | Miitopia-Save-Editor/Form1.vb:16731-16736 | Miitopia-Save-Editor/Form1.vb:16737-16742 | Miitopia-Save-Editor/Form1.vb:16743-16748 | Miitopia-Save-Editor/Form1.vb:16749-16754 | Miitopia-Save-Editor/Form1.vb:16755-16760 | Miitopia-Save-Editor/Form1.vb:16761-16766 — all 16 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (6 lines × 16) Miitopia-Save-Editor/Form1.vb:16775— Miitopia-Save-Editor/Form1.vb:16775-16780 | Miitopia-Save-Editor/Form1.vb:16781-16786 | Miitopia-Save-Editor/Form1.vb:16787-16792 | Miitopia-Save-Editor/Form1.vb:16793-16798 | Miitopia-Save-Editor/Form1.vb:16799-16804 | Miitopia-Save-Editor/Form1.vb:16805-16810 | Miitopia-Save-Editor/Form1.vb:16811-16816 | Miitopia-Save-Editor/Form1.vb:16817-16822 | Miitopia-Save-Editor/Form1.vb:16823-16828 | Miitopia-Save-Editor/Form1.vb:16829-16834 | Miitopia-Save-Editor/Form1.vb:16835-16840 | Miitopia-Save-Editor/Form1.vb:16841-16846 | Miitopia-Save-Editor/Form1.vb:16847-16852 | Miitopia-Save-Editor/Form1.vb:16853-16858 | Miitopia-Save-Editor/Form1.vb:16859-16864 | Miitopia-Save-Editor/Form1.vb:16865-16870 — all 16 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (6 lines × 16) Miitopia-Save-Editor/Form1.vb:16879— Miitopia-Save-Editor/Form1.vb:16879-16884 | Miitopia-Save-Editor/Form1.vb:16885-16890 | Miitopia-Save-Editor/Form1.vb:16891-16896 | Miitopia-Save-Editor/Form1.vb:16897-16902 | Miitopia-Save-Editor/Form1.vb:16903-16908 | Miitopia-Save-Editor/Form1.vb:16909-16914 | Miitopia-Save-Editor/Form1.vb:16915-16920 | Miitopia-Save-Editor/Form1.vb:16921-16926 | Miitopia-Save-Editor/Form1.vb:16927-16932 | Miitopia-Save-Editor/Form1.vb:16933-16938 | Miitopia-Save-Editor/Form1.vb:16939-16944 | Miitopia-Save-Editor/Form1.vb:16945-16950 | Miitopia-Save-Editor/Form1.vb:16951-16956 | Miitopia-Save-Editor/Form1.vb:16957-16962 | Miitopia-Save-Editor/Form1.vb:16963-16968 | Miitopia-Save-Editor/Form1.vb:16969-16974 — all 16 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (6 lines × 16) Miitopia-Save-Editor/Form1.vb:16983— Miitopia-Save-Editor/Form1.vb:16983-16988 | Miitopia-Save-Editor/Form1.vb:16989-16994 | Miitopia-Save-Editor/Form1.vb:16995-17000 | Miitopia-Save-Editor/Form1.vb:17001-17006 | Miitopia-Save-Editor/Form1.vb:17007-17012 | Miitopia-Save-Editor/Form1.vb:17013-17018 | Miitopia-Save-Editor/Form1.vb:17019-17024 | Miitopia-Save-Editor/Form1.vb:17025-17030 | Miitopia-Save-Editor/Form1.vb:17031-17036 | Miitopia-Save-Editor/Form1.vb:17037-17042 | Miitopia-Save-Editor/Form1.vb:17043-17048 | Miitopia-Save-Editor/Form1.vb:17049-17054 | Miitopia-Save-Editor/Form1.vb:17055-17060 | Miitopia-Save-Editor/Form1.vb:17061-17066 | Miitopia-Save-Editor/Form1.vb:17067-17072 | Miitopia-Save-Editor/Form1.vb:17073-17078 — all 16 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (6 lines × 16) Miitopia-Save-Editor/Form1.vb:17087— Miitopia-Save-Editor/Form1.vb:17087-17092 | Miitopia-Save-Editor/Form1.vb:17093-17098 | Miitopia-Save-Editor/Form1.vb:17099-17104 | Miitopia-Save-Editor/Form1.vb:17105-17110 | Miitopia-Save-Editor/Form1.vb:17111-17116 | Miitopia-Save-Editor/Form1.vb:17117-17122 | Miitopia-Save-Editor/Form1.vb:17123-17128 | Miitopia-Save-Editor/Form1.vb:17129-17134 | Miitopia-Save-Editor/Form1.vb:17135-17140 | Miitopia-Save-Editor/Form1.vb:17141-17146 | Miitopia-Save-Editor/Form1.vb:17147-17152 | Miitopia-Save-Editor/Form1.vb:17153-17158 | Miitopia-Save-Editor/Form1.vb:17159-17164 | Miitopia-Save-Editor/Form1.vb:17165-17170 | Miitopia-Save-Editor/Form1.vb:17171-17176 | Miitopia-Save-Editor/Form1.vb:17177-17182 — all 16 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (6 lines × 16) Miitopia-Save-Editor/Form1.vb:17191— Miitopia-Save-Editor/Form1.vb:17191-17196 | Miitopia-Save-Editor/Form1.vb:17197-17202 | Miitopia-Save-Editor/Form1.vb:17203-17208 | Miitopia-Save-Editor/Form1.vb:17209-17214 | Miitopia-Save-Editor/Form1.vb:17215-17220 | Miitopia-Save-Editor/Form1.vb:17221-17226 | Miitopia-Save-Editor/Form1.vb:17227-17232 | Miitopia-Save-Editor/Form1.vb:17233-17238 | Miitopia-Save-Editor/Form1.vb:17239-17244 | Miitopia-Save-Editor/Form1.vb:17245-17250 | Miitopia-Save-Editor/Form1.vb:17251-17256 | Miitopia-Save-Editor/Form1.vb:17257-17262 | Miitopia-Save-Editor/Form1.vb:17263-17268 | Miitopia-Save-Editor/Form1.vb:17269-17274 | Miitopia-Save-Editor/Form1.vb:17275-17280 | Miitopia-Save-Editor/Form1.vb:17281-17286 — all 16 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (9 lines × 2) Miitopia-Save-Editor/Form1.vb:2445— Miitopia-Save-Editor/Form1.vb:2445-2453 | Miitopia-Save-Editor/Form1.vb:3978-3986 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
Duplicated block (9 lines × 2) Miitopia-Save-Editor/Form1.vb:5550— Miitopia-Save-Editor/Form1.vb:5550-5558 | Miitopia-Save-Editor/Form1.vb:7083-7091 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
Duplicated block (9 lines × 2) Miitopia-Save-Editor/Form1.vb:7812— Miitopia-Save-Editor/Form1.vb:7812-7820 | Miitopia-Save-Editor/Form1.vb:7823-7831 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
Duplicated block (9 lines × 2) Miitopia-Save-Editor/Form1.vb:7878— Miitopia-Save-Editor/Form1.vb:7878-7886 | Miitopia-Save-Editor/Form1.vb:7890-7898 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
Duplicated block (9 lines × 2) Miitopia-Save-Editor/Form1.vb:9778— Miitopia-Save-Editor/Form1.vb:9778-9786 | Miitopia-Save-Editor/Form1.vb:9808-9816 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
Duplicated block (10 lines × 2) Miitopia-Save-Editor/Form1.vb:1220— Miitopia-Save-Editor/Form1.vb:1220-1229 | Miitopia-Save-Editor/Form1.vb:2753-2762 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
Duplicated block (10 lines × 2) Miitopia-Save-Editor/Form1.vb:4325— Miitopia-Save-Editor/Form1.vb:4325-4334 | Miitopia-Save-Editor/Form1.vb:5858-5867 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
Duplicated block (10 lines × 2) Miitopia-Save-Editor/Form1.vb:12099— Miitopia-Save-Editor/Form1.vb:12099-12108 | Miitopia-Save-Editor/Form1.vb:14282-14291 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
Duplicated block (8 lines × 2) Miitopia-Save-Editor/Form1.vb:14311— Miitopia-Save-Editor/Form1.vb:14311-14318 | Miitopia-Save-Editor/Form1.vb:14319-14326 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
Duplicated block (8 lines × 2) Miitopia-Save-Editor/Form1.vb:17295— Miitopia-Save-Editor/Form1.vb:17295-17302 | Miitopia-Save-Editor/Form1.vb:17303-17310 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
Duplicated block (8 lines × 2) Miitopia-Save-Editor/Form1.vb:17321— Miitopia-Save-Editor/Form1.vb:17321-17328 | Miitopia-Save-Editor/Form1.vb:17329-17336 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
FileTooLong: Miitopia-Save-Editor/Form1.vb Miitopia-Save-Editor/Form1.vb:0— FileTooLong — 18432 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them.
FileTooLong: Miitopia-Save-Editor/Grub_editor.vb Miitopia-Save-Editor/Grub_editor.vb:0— FileTooLong — 1078 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them.
TooManyMethods: Miitopia_SE Miitopia-Save-Editor/Form1.vb:0— TooManyMethods — 18429 significant lines (blank, comment-only and punctuation-only lines excluded), 446 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
TooManyMethods: Repair_save Miitopia-Save-Editor/Repair_save.vb:0— TooManyMethods — 420 significant lines (blank, comment-only and punctuation-only lines excluded), 44 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
Duplicated block (12 lines × 2) Miitopia-Save-Editor/Form1.vb:923— Miitopia-Save-Editor/Form1.vb:923-934 | Miitopia-Save-Editor/Form1.vb:2456-2467 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
Duplicated block (12 lines × 2) Miitopia-Save-Editor/Form1.vb:4028— Miitopia-Save-Editor/Form1.vb:4028-4039 | Miitopia-Save-Editor/Form1.vb:5561-5572 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
Duplicated block (11 lines × 2) Miitopia-Save-Editor/Form1.vb:1066— Miitopia-Save-Editor/Form1.vb:1066-1076 | Miitopia-Save-Editor/Form1.vb:2599-2609 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
Duplicated block (11 lines × 2) Miitopia-Save-Editor/Form1.vb:4171— Miitopia-Save-Editor/Form1.vb:4171-4181 | Miitopia-Save-Editor/Form1.vb:5704-5714 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
Duplicated block (9 lines × 14) Miitopia-Save-Editor/Form1.vb:1374— Miitopia-Save-Editor/Form1.vb:1374-1382 | Miitopia-Save-Editor/Form1.vb:1527-1535 | Miitopia-Save-Editor/Form1.vb:1680-1688 | Miitopia-Save-Editor/Form1.vb:1833-1841 | Miitopia-Save-Editor/Form1.vb:1986-1994 | Miitopia-Save-Editor/Form1.vb:2139-2147 | Miitopia-Save-Editor/Form1.vb:2292-2300 | Miitopia-Save-Editor/Form1.vb:2907-2915 | Miitopia-Save-Editor/Form1.vb:3060-3068 | Miitopia-Save-Editor/Form1.vb:3213-3221 | Miitopia-Save-Editor/Form1.vb:3366-3374 | Miitopia-Save-Editor/Form1.vb:3519-3527 | Miitopia-Save-Editor/Form1.vb:3672-3680 | Miitopia-Save-Editor/Form1.vb:3825-3833 — all 14 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (9 lines × 14) Miitopia-Save-Editor/Form1.vb:4479— Miitopia-Save-Editor/Form1.vb:4479-4487 | Miitopia-Save-Editor/Form1.vb:4632-4640 | Miitopia-Save-Editor/Form1.vb:4785-4793 | Miitopia-Save-Editor/Form1.vb:4938-4946 | Miitopia-Save-Editor/Form1.vb:5091-5099 | Miitopia-Save-Editor/Form1.vb:5244-5252 | Miitopia-Save-Editor/Form1.vb:5397-5405 | Miitopia-Save-Editor/Form1.vb:6012-6020 | Miitopia-Save-Editor/Form1.vb:6165-6173 | Miitopia-Save-Editor/Form1.vb:6318-6326 | Miitopia-Save-Editor/Form1.vb:6471-6479 | Miitopia-Save-Editor/Form1.vb:6624-6632 | Miitopia-Save-Editor/Form1.vb:6777-6785 | Miitopia-Save-Editor/Form1.vb:6930-6938 — all 14 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 11) Miitopia-Save-Editor/Form1.vb:8622— Miitopia-Save-Editor/Form1.vb:8622-8629 | Miitopia-Save-Editor/Form1.vb:8630-8637 | Miitopia-Save-Editor/Form1.vb:8638-8645 | Miitopia-Save-Editor/Form1.vb:8646-8653 | Miitopia-Save-Editor/Form1.vb:8654-8661 | Miitopia-Save-Editor/Form1.vb:8662-8669 | Miitopia-Save-Editor/Form1.vb:8670-8677 | Miitopia-Save-Editor/Form1.vb:8678-8685 | Miitopia-Save-Editor/Form1.vb:8686-8693 | Miitopia-Save-Editor/Form1.vb:8694-8701 | Miitopia-Save-Editor/Form1.vb:8702-8709 — all 11 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 11) Miitopia-Save-Editor/Form1.vb:8714— Miitopia-Save-Editor/Form1.vb:8714-8721 | Miitopia-Save-Editor/Form1.vb:8722-8729 | Miitopia-Save-Editor/Form1.vb:8730-8737 | Miitopia-Save-Editor/Form1.vb:8738-8745 | Miitopia-Save-Editor/Form1.vb:8746-8753 | Miitopia-Save-Editor/Form1.vb:8754-8761 | Miitopia-Save-Editor/Form1.vb:8762-8769 | Miitopia-Save-Editor/Form1.vb:8770-8777 | Miitopia-Save-Editor/Form1.vb:8778-8785 | Miitopia-Save-Editor/Form1.vb:8786-8793 | Miitopia-Save-Editor/Form1.vb:8794-8801 — all 11 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 8) Miitopia-Save-Editor/Form1.vb:17377— Miitopia-Save-Editor/Form1.vb:17377-17384 | Miitopia-Save-Editor/Form1.vb:17385-17392 | Miitopia-Save-Editor/Form1.vb:17393-17400 | Miitopia-Save-Editor/Form1.vb:17401-17408 | Miitopia-Save-Editor/Form1.vb:17409-17416 | Miitopia-Save-Editor/Form1.vb:17417-17424 | Miitopia-Save-Editor/Form1.vb:17425-17432 | Miitopia-Save-Editor/Form1.vb:17433-17440 — all 8 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 8) Miitopia-Save-Editor/Form1.vb:17447— Miitopia-Save-Editor/Form1.vb:17447-17454 | Miitopia-Save-Editor/Form1.vb:17455-17462 | Miitopia-Save-Editor/Form1.vb:17463-17470 | Miitopia-Save-Editor/Form1.vb:17471-17478 | Miitopia-Save-Editor/Form1.vb:17479-17486 | Miitopia-Save-Editor/Form1.vb:17487-17494 | Miitopia-Save-Editor/Form1.vb:17495-17502 | Miitopia-Save-Editor/Form1.vb:17503-17510 — all 8 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 3) Miitopia-Save-Editor/Form1.vb:9696— Miitopia-Save-Editor/Form1.vb:9696-9703 | Miitopia-Save-Editor/Form1.vb:9704-9711 | Miitopia-Save-Editor/Form1.vb:9712-9719 — all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (8 lines × 3) Miitopia-Save-Editor/Form1.vb:9726— Miitopia-Save-Editor/Form1.vb:9726-9733 | Miitopia-Save-Editor/Form1.vb:9734-9741 | Miitopia-Save-Editor/Form1.vb:9742-9749 — all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Miitopia_SE.readequipements (cyclomatic 326) Miitopia-Save-Editor/Form1.vb:919— Miitopia_SE.readequipements has cyclomatic complexity 326 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.readequipappearance (cyclomatic 326) Miitopia-Save-Editor/Form1.vb:4024— Miitopia_SE.readequipappearance has cyclomatic complexity 326 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_exp_warrior_SelectedIndexChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:14382— Miitopia_SE.Select_exp_warrior_SelectedIndexChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_exp_mage_SelectedIndexChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:14486— Miitopia_SE.Select_exp_mage_SelectedIndexChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_exp_cleric_SelectedIndexChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:14590— Miitopia_SE.Select_exp_cleric_SelectedIndexChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_exp_thief_SelectedIndexChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:14694— Miitopia_SE.Select_exp_thief_SelectedIndexChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_exp_popstar_SelectedIndexChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:14798— Miitopia_SE.Select_exp_popstar_SelectedIndexChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_exp_vampire_SelectedIndexChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:14902— Miitopia_SE.Select_exp_vampire_SelectedIndexChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_exp_chef_SelectedIndexChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:15006— Miitopia_SE.Select_exp_chef_SelectedIndexChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_exp_tank_SelectedIndexChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:15110— Miitopia_SE.Select_exp_tank_SelectedIndexChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_exp_imp_SelectedIndexChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:15214— Miitopia_SE.Select_exp_imp_SelectedIndexChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_exp_princess_SelectedIndexChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:15318— Miitopia_SE.Select_exp_princess_SelectedIndexChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_exp_flower_SelectedIndexChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:15422— Miitopia_SE.Select_exp_flower_SelectedIndexChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_exp_scientist_SelectedIndexChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:15526— Miitopia_SE.Select_exp_scientist_SelectedIndexChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_exp_cat_SelectedIndexChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:15630— Miitopia_SE.Select_exp_cat_SelectedIndexChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_exp_elf_SelectedIndexChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:15734— Miitopia_SE.Select_exp_elf_SelectedIndexChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_exp_warrior_ValueChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:15838— Miitopia_SE.valu_exp_warrior_ValueChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_exp_mage_ValueChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:15942— Miitopia_SE.valu_exp_mage_ValueChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_exp_cleric_ValueChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:16046— Miitopia_SE.valu_exp_cleric_ValueChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_exp_thief_ValueChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:16150— Miitopia_SE.valu_exp_thief_ValueChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_exp_popstar_ValueChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:16254— Miitopia_SE.valu_exp_popstar_ValueChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_exp_vampire_ValueChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:16358— Miitopia_SE.valu_exp_vampire_ValueChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_exp_chef_ValueChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:16462— Miitopia_SE.valu_exp_chef_ValueChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_exp_tank_ValueChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:16566— Miitopia_SE.valu_exp_tank_ValueChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_exp_imp_ValueChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:16670— Miitopia_SE.valu_exp_imp_ValueChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_exp_princess_ValueChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:16774— Miitopia_SE.valu_exp_princess_ValueChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_exp_flower_ValueChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:16878— Miitopia_SE.valu_exp_flower_ValueChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_exp_scientist_ValueChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:16982— Miitopia_SE.valu_exp_scientist_ValueChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_exp_cat_ValueChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:17086— Miitopia_SE.valu_exp_cat_ValueChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_exp_elf_ValueChanged (cyclomatic 51) Miitopia-Save-Editor/Form1.vb:17190— Miitopia_SE.valu_exp_elf_ValueChanged has cyclomatic complexity 51 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_world_ValueChanged (cyclomatic 45) Miitopia-Save-Editor/Form1.vb:8621— Miitopia_SE.valu_world_ValueChanged has cyclomatic complexity 45 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_world_SelectedIndexChanged (cyclomatic 45) Miitopia-Save-Editor/Form1.vb:8713— Miitopia_SE.Select_world_SelectedIndexChanged has cyclomatic complexity 45 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_interac_activity_SelectedIndexChanged (cyclomatic 34) Miitopia-Save-Editor/Form1.vb:17376— Miitopia_SE.Select_interac_activity_SelectedIndexChanged has cyclomatic complexity 34 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_interac_activity_ValueChanged (cyclomatic 34) Miitopia-Save-Editor/Form1.vb:17446— Miitopia_SE.valu_interac_activity_ValueChanged has cyclomatic complexity 34 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.Select_Mii_SelectedIndexChanged (cyclomatic 26) Miitopia-Save-Editor/Form1.vb:9908— Miitopia_SE.Select_Mii_SelectedIndexChanged has cyclomatic complexity 26 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
Miitopia_SE.valu_job_ValueChanged (cyclomatic 18) Miitopia-Save-Editor/Form1.vb:9585— Miitopia_SE.valu_job_ValueChanged has cyclomatic complexity 18 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table.
dormant codebase — no living knowledge left to concentrate — All 1 significant source file(s) were last meaningfully changed so long ago that no living knowledge remains — nothing since has been substantial enough to re-establish ownership (a broad, mechanical sweep that touches many files shallowly does not count, and neither does no activity at all). There is no concentration to measure, so the bus factor is not scored. This is not a clean bill: nobody currently holds working knowledge of this code (see D34 Knowledge Freshness).
Miitopia_SE.readequipements (cognitive 386) Miitopia-Save-Editor/Form1.vb:919— Miitopia_SE.readequipements has cognitive complexity 386 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.readequipappearance (cognitive 386) Miitopia-Save-Editor/Form1.vb:4024— Miitopia_SE.readequipappearance has cognitive complexity 386 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_exp_warrior_SelectedIndexChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:14382— Miitopia_SE.Select_exp_warrior_SelectedIndexChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_exp_mage_SelectedIndexChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:14486— Miitopia_SE.Select_exp_mage_SelectedIndexChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_exp_cleric_SelectedIndexChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:14590— Miitopia_SE.Select_exp_cleric_SelectedIndexChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_exp_thief_SelectedIndexChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:14694— Miitopia_SE.Select_exp_thief_SelectedIndexChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_exp_popstar_SelectedIndexChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:14798— Miitopia_SE.Select_exp_popstar_SelectedIndexChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_exp_vampire_SelectedIndexChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:14902— Miitopia_SE.Select_exp_vampire_SelectedIndexChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_exp_chef_SelectedIndexChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:15006— Miitopia_SE.Select_exp_chef_SelectedIndexChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_exp_tank_SelectedIndexChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:15110— Miitopia_SE.Select_exp_tank_SelectedIndexChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_exp_imp_SelectedIndexChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:15214— Miitopia_SE.Select_exp_imp_SelectedIndexChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_exp_princess_SelectedIndexChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:15318— Miitopia_SE.Select_exp_princess_SelectedIndexChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_exp_flower_SelectedIndexChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:15422— Miitopia_SE.Select_exp_flower_SelectedIndexChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_exp_scientist_SelectedIndexChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:15526— Miitopia_SE.Select_exp_scientist_SelectedIndexChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_exp_cat_SelectedIndexChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:15630— Miitopia_SE.Select_exp_cat_SelectedIndexChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_exp_elf_SelectedIndexChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:15734— Miitopia_SE.Select_exp_elf_SelectedIndexChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_exp_warrior_ValueChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:15838— Miitopia_SE.valu_exp_warrior_ValueChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_exp_mage_ValueChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:15942— Miitopia_SE.valu_exp_mage_ValueChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_exp_cleric_ValueChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:16046— Miitopia_SE.valu_exp_cleric_ValueChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_exp_thief_ValueChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:16150— Miitopia_SE.valu_exp_thief_ValueChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_exp_popstar_ValueChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:16254— Miitopia_SE.valu_exp_popstar_ValueChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_exp_vampire_ValueChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:16358— Miitopia_SE.valu_exp_vampire_ValueChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_exp_chef_ValueChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:16462— Miitopia_SE.valu_exp_chef_ValueChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_exp_tank_ValueChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:16566— Miitopia_SE.valu_exp_tank_ValueChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_exp_imp_ValueChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:16670— Miitopia_SE.valu_exp_imp_ValueChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_exp_princess_ValueChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:16774— Miitopia_SE.valu_exp_princess_ValueChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_exp_flower_ValueChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:16878— Miitopia_SE.valu_exp_flower_ValueChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_exp_scientist_ValueChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:16982— Miitopia_SE.valu_exp_scientist_ValueChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_exp_cat_ValueChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:17086— Miitopia_SE.valu_exp_cat_ValueChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_exp_elf_ValueChanged (cognitive 50) Miitopia-Save-Editor/Form1.vb:17190— Miitopia_SE.valu_exp_elf_ValueChanged has cognitive complexity 50 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_Mii_SelectedIndexChanged (cognitive 46) Miitopia-Save-Editor/Form1.vb:9908— Miitopia_SE.Select_Mii_SelectedIndexChanged has cognitive complexity 46 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_world_ValueChanged (cognitive 44) Miitopia-Save-Editor/Form1.vb:8621— Miitopia_SE.valu_world_ValueChanged has cognitive complexity 44 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_world_SelectedIndexChanged (cognitive 44) Miitopia-Save-Editor/Form1.vb:8713— Miitopia_SE.Select_world_SelectedIndexChanged has cognitive complexity 44 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.Select_interac_activity_SelectedIndexChanged (cognitive 33) Miitopia-Save-Editor/Form1.vb:17376— Miitopia_SE.Select_interac_activity_SelectedIndexChanged has cognitive complexity 33 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_interac_activity_ValueChanged (cognitive 33) Miitopia-Save-Editor/Form1.vb:17446— Miitopia_SE.valu_interac_activity_ValueChanged has cognitive complexity 33 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.writehero (cognitive 18) Miitopia-Save-Editor/Form1.vb:7548— Miitopia_SE.writehero has cognitive complexity 18 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
Miitopia_SE.valu_job_ValueChanged (cognitive 18) Miitopia-Save-Editor/Form1.vb:9585— Miitopia_SE.valu_job_ValueChanged has cognitive complexity 18 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function.
ClassTooLong: Grub_editor Miitopia-Save-Editor/Grub_editor.vb:0— ClassTooLong — 1078 significant lines (blank, comment-only and punctuation-only lines excluded), 18 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility.
Duplicated block (13 lines × 6) Miitopia-Save-Editor/Form1.vb:18679— Miitopia-Save-Editor/Form1.vb:18679-18691 | Miitopia-Save-Editor/Form1.vb:18700-18712 | Miitopia-Save-Editor/Form1.vb:18721-18733 | Miitopia-Save-Editor/Form1.vb:18742-18754 | Miitopia-Save-Editor/Form1.vb:18763-18775 | Miitopia-Save-Editor/Form1.vb:18784-18796 — all 6 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (13 lines × 2) Miitopia-Save-Editor/Form1.vb:10135— Miitopia-Save-Editor/Form1.vb:10135-10147 | Miitopia-Save-Editor/Form1.vb:12318-12330 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
Duplicated block (11 lines × 4) Miitopia-Save-Editor/Form1.vb:170— Miitopia-Save-Editor/Form1.vb:170-180 | Miitopia-Save-Editor/Form1.vb:246-256 | Miitopia-Save-Editor/Form1.vb:322-332 | Miitopia-Save-Editor/Form1.vb:398-408 — all 4 copies are in the same file, so extract the block into one function there and call it from every one of those sites — resolving only two of them leaves the rest to drift apart the first time one is edited.
Duplicated block (7 lines × 2) Miitopia-Save-Editor/Form1.vb:592— Miitopia-Save-Editor/Form1.vb:592-598 | Miitopia-Save-Editor/Form1.vb:747-753 — both copies are in the same file, so extract the block into one function there and call it from each site — the copies drift apart the first time only one of them is edited.
Recommendation — 2 finding(s)
D11 · Test Reliability· Test reliability not included · ×1
Test reliability not included — No test suite was found, so reliability couldn't be assessed.
No tests found — No test suite could be collected — nothing here references a test framework (xUnit, NUnit or MSTest), so there were no discoverable tests to count. Tests written as plain executables or shell/PowerShell harnesses are not collectible this way and are not scored here.
Info — 3 finding(s)
D18 · Solution Shape· Build did not complete in the analyzer · ×1
Build did not complete in the analyzer — `dotnet build` reported 1 error(s) but no C# compiler diagnostic, so this is a build-environment gap rather than a code defect. The usual causes are a project that targets a platform this run cannot build (a Windows-only target framework on a Linux worker) or a build step that shells out to a tool the image does not carry. Solution Shape is scored on structure and is NOT capped. Semantic analysis is independent of this build and covers every project that loaded — but a project whose restore did not complete has no resolved references, so treat its results as absent rather than clean. Worth checking on your side too: a build that needs undeclared host tooling, or that cannot run off its own platform, is the same wall a new contributor hits.
D22 · Internal API Consistency· No exposed public API · ×1
No exposed public API — No intentionally-exposed types (IsPackable or .Contracts) to evaluate.
Appendix B — Reproduction & audit trail
Every external tool invocation behind a deep-scan dimension — the tool, its captured version, the exact command, how many findings it yielded, and a link to the retained raw output. To reproduce any finding: check out the same commit and run the command shown (repo-relative — never an absolute scratch path). The complete raw scanner output is retained verbatim under artifacts/raw/ (indexed in artifacts/raw/index.json); per-invocation exit codes and wall-clock durations are in sidecar.json — kept out of this table so the rendered report stays byte-identical across runs of the same commit.
dotnet: not applicable — `dotnet list package --vulnerable` could not read this solution's dependency graph — it reported an error for at least one project and returned no package data at all (typically a packages.config / non-PackageReference project, which the command cannot read; classic .NET Framework projects are packages.config by default). No packages could be enumerated, so there was nothing to scan for NuGet CVEs — excluded rather than scored, because an unreadable dependency graph is not a clean one; migrate the project(s) to PackageReference to enable this scan
trivy: not applicable — No Infrastructure-as-Code or container manifests found (Dockerfile, Terraform, Kubernetes/Helm, CloudFormation); nothing to scan.
semgrep: not applicable — Data compliance (PII/GDPR) was not assessed in this scan — no ruleset is currently available for it. This says nothing about how this repository handles personal data, in either direction.
trivy: not applicable — No JS/npm manifest or lockfile found outside build output (package.json, package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb); no JS dependencies to scan.
provenance: not applicable — No CI/build pipeline found (.github/.forgejo/.gitea workflows, .gitlab-ci.yml, azure-pipelines*.yml, .pipelines/, .vsts-ci/, Jenkinsfile, .circleci); there is no build to attest provenance for.
disclosure: not applicable — No vulnerability-disclosure policy file found (SECURITY.md/.markdown/.rst/.txt at root or under .github/.forgejo/.gitea/docs, .well-known/security.txt). A coordinated-disclosure policy may live off-repo, so this is not evidenced rather than failed.
runtime-hardening: not applicable — No Kubernetes/orchestration workloads found in the repository manifests; network egress policy is a cluster-native control that may live at the platform/firewall layer, so there is nothing to assess here.
runtime-hardening: not applicable — No Kubernetes/orchestration workloads found in the repository manifests; seccomp/AppArmor/SELinux confinement is a workload-level control, so there is nothing to assess here.
runtime-hardening: not applicable — No Kubernetes/orchestration workloads found in the repository manifests; runtime threat-detection and admission-control policy are cluster-level controls, so there is nothing to assess here.
0
—
Run 019fc776-8121-7022-a606-441fc44c2966 · every finding is also locatable in findings.md, and the complete scoring record (with exit codes + durations) in sidecar.json.
Issues: 12 · Warnings: 134 · Recommendations: 2 · Info: 3 — Appendix A · all findings · full markdown report.
Generated by Watchdog — deterministic code-health analysis. 03-08-2026 @ 11:51 UTC.
Downloadable artifacts
Machine-readable and reproducible from this commit + frozen rubric — drop them straight into a contract appendix, a CRA dossier, or a downstream SCA / VEX tool.