ER-108
Application controlled garbage collection is banned in a J2EE environment and mostly indicates lack of design.
Severity
1
Enabled
yes
Waivable
Violation
public void ejbRemove() { System.gc(); }
Fix
public void ejbRemove() { }
Hammurapi 3 Copyright © 2004 Hammurapi Group. All Rights Reserved.