Reports any call of System.gc() or Runtime.gc().
While occasionally useful in testing, explicitly triggering garbage collection via System.gc() is almost always
a bad idea in production code, and can result in serious performance problems.
Powered by InspectionGadgets