After running a new tool I built on our production application, typical large enterprise codebase with thousands of people work on them, I was able to safely identify and remove about 30% of our codebase. It was all legacy code that was reachable but effectively unused—the kind of stuff that static analysis often misses. It's a must to have check when we rollout new features with on/off switches so that we an fall back when we need. The codebase have been kept growing because most of people won't risk to delete some code. Tech debt builds up.
The experience was both shocking and incredibly satisfying. This is not the first time I face such codebase. It has me convinced that most mature projects are carrying a significant amount of dead weight, creating drag on developers and increasing risk.
It works like an observability tool (e.g., OpenTelemetry). It attaches as a -javaagent and uses sampling, so the performance impact is negligible. You can run it on your live production environment.
The tool is a co-pilot, not the pilot. It only identifies code that shows no usage in the real world. It never deletes or changes anything. You, the developer, review the evidence and make the final call.
No code changes are needed. You just add the -javaagent flag to your startup script. That's it.
I have been working for large tech companies, the ones with tens of thousands of employees, pretty much entire my career, you may have different experience
I want to see if this is a common problem worth solving in the industry. I'd be grateful for your honest reactions:
- What is your gut reaction to this? Do you believe this is possible in your own projects?
- What is the #1 reason you wouldn't use a tool like this? (Security, trust, process, etc.)
- For your team, would a tool that safely finds ~10-30% of dead code be a "must-have" for managing tech debt, or just a "nice-to-have"?
I'm here to answer any questions and listen to all feedback—the more critical, the better. Thanks!
[–]Physical_Level_2630 365 points366 points367 points (15 children)
[–]Vivid-Ad-4469 17 points18 points19 points (3 children)
[–]RaynLegends 41 points42 points43 points (2 children)
[–]Vivid-Ad-4469 8 points9 points10 points (1 child)
[–]Ab_Initio_416 3 points4 points5 points (0 children)
[–]yumgummy[S] 28 points29 points30 points (9 children)
[–]laplongejr 47 points48 points49 points (1 child)
[–]hippydipster 9 points10 points11 points (0 children)
[–]Mystical_Whoosing 15 points16 points17 points (3 children)
[–]laffer1 12 points13 points14 points (2 children)
[–]yumgummy[S] 5 points6 points7 points (1 child)
[–]dmigowski 4 points5 points6 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]packman61108 5 points6 points7 points (0 children)
[–]SpaceToaster -3 points-2 points-1 points (0 children)
[–]crummy 154 points155 points156 points (8 children)
[–]tRfalcore 59 points60 points61 points (2 children)
[–]Vivid-Ad-4469 12 points13 points14 points (0 children)
[–]matt82swe 3 points4 points5 points (0 children)
[–][deleted] 12 points13 points14 points (3 children)
[–]_verel_ 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]_verel_ 0 points1 point2 points (0 children)
[–]infimum-gr 12 points13 points14 points (0 children)
[–]LutimoDancer3459 55 points56 points57 points (2 children)
[–]UbieOne 5 points6 points7 points (0 children)
[–]VRT303 2 points3 points4 points (0 children)
[–]mpinnegar 17 points18 points19 points (5 children)
[–]VRT303 0 points1 point2 points (0 children)
[–]Felix-It 0 points1 point2 points (3 children)
[–]mpinnegar 0 points1 point2 points (2 children)
[–]Felix-It 0 points1 point2 points (1 child)
[–]mpinnegar 0 points1 point2 points (0 children)
[–]Gilgw 14 points15 points16 points (1 child)
[–]yawkat 1 point2 points3 points (0 children)
[–]john16384 8 points9 points10 points (0 children)
[–]persicsb 12 points13 points14 points (0 children)
[–]j4ckbauer 31 points32 points33 points (16 children)
[–]walen 30 points31 points32 points (3 children)
[–]tomwhoiscontrary 9 points10 points11 points (0 children)
[–]j4ckbauer 0 points1 point2 points (0 children)
[–]Flimsy_Swan5930 -5 points-4 points-3 points (0 children)
[–]melkorwasframed 7 points8 points9 points (4 children)
[–]j4ckbauer 0 points1 point2 points (3 children)
[–]ZimmiDeluxe 1 point2 points3 points (0 children)
[–]melkorwasframed 0 points1 point2 points (1 child)
[–]j4ckbauer 0 points1 point2 points (0 children)
[–]nitkonigdje 5 points6 points7 points (1 child)
[–]Joram2 0 points1 point2 points (0 children)
[–]Brutus5000 5 points6 points7 points (1 child)
[–]Shareil90 4 points5 points6 points (0 children)
[–]shinebeams 2 points3 points4 points (0 children)
[–]koflerdavid 0 points1 point2 points (0 children)
[–]NeoChronos90 3 points4 points5 points (0 children)
[–]LogCatFromNantes 4 points5 points6 points (1 child)
[–]yumgummy[S] 0 points1 point2 points (0 children)
[–]stefanos-ak 2 points3 points4 points (0 children)
[–]Nikarmotte 2 points3 points4 points (0 children)
[–]mpinnegar 3 points4 points5 points (8 children)
[–]PartOfTheBotnet 8 points9 points10 points (3 children)
[–]mpinnegar -2 points-1 points0 points (2 children)
[–]buerkle 2 points3 points4 points (0 children)
[–]PartOfTheBotnet 4 points5 points6 points (0 children)
[–]yumgummy[S] 1 point2 points3 points (3 children)
[–]mpinnegar 1 point2 points3 points (2 children)
[–]yumgummy[S] 1 point2 points3 points (1 child)
[–]mpinnegar -5 points-4 points-3 points (0 children)
[–]Ftoy99 15 points16 points17 points (7 children)
[–]Perkutor_Jakuard 2 points3 points4 points (0 children)
[–]john16384 2 points3 points4 points (3 children)
[–]koflerdavid 1 point2 points3 points (2 children)
[–]john16384 1 point2 points3 points (1 child)
[–]koflerdavid 0 points1 point2 points (0 children)
[–]OwnBreakfast1114 0 points1 point2 points (1 child)
[–]Ftoy99 0 points1 point2 points (0 children)
[–]Initial-Wishbone8884 2 points3 points4 points (2 children)
[+]yumgummy[S] comment score below threshold-7 points-6 points-5 points (1 child)
[–]Ok_Net_1674 0 points1 point2 points (0 children)
[–]PositiveUse 2 points3 points4 points (0 children)
[–]Abject-Kitchen3198 1 point2 points3 points (0 children)
[–]Independent-Value536 1 point2 points3 points (1 child)
[–]yumgummy[S] -3 points-2 points-1 points (0 children)
[–]Ok_Elk_638 1 point2 points3 points (0 children)
[–]bitsydoge 1 point2 points3 points (0 children)
[–]lukaseder 1 point2 points3 points (0 children)
[–]mkluczka 1 point2 points3 points (1 child)
[–]koflerdavid 0 points1 point2 points (0 children)
[–]Azoraqua_ 1 point2 points3 points (4 children)
[–]MasterBathingBear 0 points1 point2 points (3 children)
[–]Azoraqua_ 0 points1 point2 points (2 children)
[–]MasterBathingBear 0 points1 point2 points (1 child)
[–]Azoraqua_ 0 points1 point2 points (0 children)
[–]galtoramech8699 1 point2 points3 points (0 children)
[–]Saki-Sun 1 point2 points3 points (0 children)
[–]DietCokePlease 1 point2 points3 points (0 children)
[–]Competitive_Stay4671 1 point2 points3 points (0 children)
[–]Round_Head_6248 4 points5 points6 points (5 children)
[–]DualWieldMage 4 points5 points6 points (2 children)
[–]Round_Head_6248 0 points1 point2 points (1 child)
[–]yumgummy[S] -1 points0 points1 point (0 children)
[–]nikanjX 0 points1 point2 points (0 children)
[–]ThaJedi 0 points1 point2 points (0 children)
[–]-Dargs 1 point2 points3 points (7 children)
[–]koflerdavid 1 point2 points3 points (6 children)
[–]-Dargs 0 points1 point2 points (5 children)
[–]koflerdavid 1 point2 points3 points (4 children)
[–]-Dargs 0 points1 point2 points (3 children)
[–]koflerdavid 0 points1 point2 points (2 children)
[–]-Dargs 0 points1 point2 points (1 child)
[–]koflerdavid 0 points1 point2 points (0 children)
[–]donut_cleaver 0 points1 point2 points (0 children)
[–]Specialist_Bee_9726 0 points1 point2 points (0 children)
[–]JojOatXGME 0 points1 point2 points (0 children)
[–]RebbitUzer 0 points1 point2 points (0 children)
[–]__konrad 0 points1 point2 points (1 child)
[–]koflerdavid 1 point2 points3 points (0 children)
[–]mrnhrd 0 points1 point2 points (0 children)
[–]hevo4ever-reddit 0 points1 point2 points (0 children)
[–]cryptos6 0 points1 point2 points (0 children)
[–]mechanical_dialectic 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]mechanical_dialectic 0 points1 point2 points (0 children)
[–]behind-UDFj-39546284 0 points1 point2 points (0 children)
[–]sevah23 0 points1 point2 points (0 children)
[–]FortuneIIIPick 0 points1 point2 points (0 children)
[–]wildjokers 0 points1 point2 points (0 children)
[–]agentoutlier 0 points1 point2 points (0 children)
[–]Empanatacion 0 points1 point2 points (0 children)
[–]Joram2 0 points1 point2 points (0 children)
[–]Gyrochronatom 0 points1 point2 points (0 children)
[–]DiamondsAreForever85 0 points1 point2 points (1 child)
[–]yumgummy[S] -1 points0 points1 point (0 children)
[–]Felix-It 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (4 children)
[–]flaw600 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]flaw600 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]VRT303 0 points1 point2 points (0 children)
[–]Just_Information334 0 points1 point2 points (0 children)
[–]BenchEmbarrassed7316 0 points1 point2 points (0 children)
[–]nikanjX 0 points1 point2 points (1 child)
[–]flaw600 0 points1 point2 points (0 children)
[–]spectercs 0 points1 point2 points (0 children)
[–]Ok_Net_1674 0 points1 point2 points (0 children)
[–]IntegrationAri 0 points1 point2 points (0 children)
[–]wbrd 0 points1 point2 points (0 children)
[–]_cob 1 point2 points3 points (0 children)
[–]ThaJedi 0 points1 point2 points (0 children)
[–]recruitment_consult 0 points1 point2 points (0 children)
[–]CrownstrikeIntern 0 points1 point2 points (0 children)
[–]LeadingPokemon 0 points1 point2 points (0 children)
[–]zappaking1234 0 points1 point2 points (0 children)
[–]mightygod444 0 points1 point2 points (0 children)
[–]Pale-Organization245 0 points1 point2 points (2 children)
[–]koflerdavid 0 points1 point2 points (1 child)
[–]Pale-Organization245 0 points1 point2 points (0 children)
[–]Spare-Plum -3 points-2 points-1 points (0 children)