This repository was archived by the owner on Jun 18, 2026. It is now read-only.
Commit d75643f
Zalenix Gardener
docs: refresh stale counts in README and ARCHITECTURE
Catch up the documentation with the current state of the codebase:
README.md
- 175 source classes -> 192 (176 in gvisual/ + 7 in app/); production
LOC ~55K -> ~83,700; total LOC 100K+ -> ~133,000+.
- gvisual package: 145 -> 169 classes; '57 analyzers' -> '58 analyzers'.
- Badge: 57 Analyzers -> 58 Analyzers.
ARCHITECTURE.md
- Project layout: gvisual is now 169 classes (was 73), and the
'46 analyzers + 21 utilities' line replaced with the actual
breakdown (58 analyzers + 11 engines + 3 advisors + 16 exporters +
7 panel controllers + ~70 utilities).
- Analyzer overview paragraph: '46 analyzer classes and 21 utility/
infrastructure classes (67 non-Main classes)' -> accurate component
counts plus the 169/7 totals.
- Main.java: 2399 lines -> 927, with a note explaining the drop
(controllers and engines were extracted in recent refactors).
- Test tree count clarified: 129 in gvisual/ (133 total including app/).
Counts verified by:
Get-ChildItem -Recurse -Filter *.java | Measure-Object Line
grep '@test' for the 4,644 figure
wc -l on Main.java for the 927 figure1 parent 66a5701 commit d75643f
2 files changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments